Skip to content

Latest commit

 

History

History
139 lines (82 loc) · 4.07 KB

CHANGELOG.md

File metadata and controls

139 lines (82 loc) · 4.07 KB

Changelog

All notable changes to the spring data Couchbase project will be documented in this file, in a per release basis.

[UNRELEASED]


[project_r1_v12] - 2019-04-11

Modified


[project_r1_v11] - 2019-11-09

Modified


[project_r1_v10] - 2019-08-28

Added

  • Add new example for query: DELETE FROM ...
  • Add another example for Java UUID generator for the key: PhoneDoc
  • Add more links in the documentation with examples

Modified

  • Upgrade spring boot lib from 2.1.6.RELEASE to 2.1.7.RELEASE https://github.com/spring-projects/spring-boot/releases/tag/v2.1.7.RELEASE
  • The service logs the newly created key
  • Set a different name on the @Field annotation for the PhoneDoc
  • Add Couchbase Document @NotNull validations for the ProductDoc and PhoneDoc
  • Add more examples of the usage of the template N1ql queries
  • Minor code cleanup

Fixed

  • Fix the hashCode and equals methods
  • Fix HTTP response statuses
  • Fix silent exceptions Spring Data Couchbase hide

[project_r1_v9] - 2019-07-03

Modified


[project_r1_v8] - 2018-05-25

Modified


[project_r1_v7] - 2018-03-27

Modified

  • upgrade spring boot from 2.1.2.RELEASE to 2.1.3.RELEASE

[project_r1_v6] - 2018-02-02

Modified

  • upgrade spring boot from 2.1.0.RELEASE to 2.1.2.RELEASE
  • remove @ResponseBody annotation because the @RestController already includes that

[project_r1_v5] - 2018-11-19

Modified


[project_r1_v4] - 2018-07-07

Added

  • configuration to support multiple buckets with examples: controller, service, repo, counter, configuration

[project_r1_v3] - 2018-06-29

Added

  • secondary indexes: idx_user_find_by_nickname, idx_user_find_by_name
  • examples of key generation: UserDoc -> uses a Couchbase atomic counter. CarDoc -> uses doc attributes. ProductDoc -> uses random uuid.

Modified

  • upgrade spring boot to 2.0.3

[project_r1_v2] - 2018-05-01

Tag: project_r1_v2

Added

  • add google formatter

Modified

  • upgrade spring boot to 2.0.1

[project_r1_v1] - 2018-03-30

Tag: project_r1_v1

Added

  • upgrade to spring boot 2
  • add changelog file

Fixed

  • spring boot servlet initializer package
  • MockitoJUnitRunner package
  • junit tests
  • findOne crud repository (the api changed)
  • exists crud repository (the api changed)
  • delete crud repository (the api changed)