Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.26 KB

File metadata and controls

29 lines (17 loc) · 1.26 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

N/A

0.1.0 2019-01-21

0.1.0 Changed

  • com.example.demospringdatacouchbaseapp.model.Car entity is no longer immutable due to difficulties with property population via wither methods.
  • Moved from property based to Java based configuration for Couchbase. See com.example.demospringdatacouchbaseapp.repository.CouchbaseConfig.

0.1.0 Added

  • Auto creation of indexes and views using @ViewIndexed, @N1qlPrimaryIndexed, and @N1qlSecondaryIndexed annotations. Note: This is only for use with for development/test environemnts, so some way of ensuring its not used in production will need to be devised.

0.0.1 2019-01-15

Added

  • Initial baseline containing a couchbase repo and associated test (many failing)