Skip to content

Releases: spring-projects/spring-data-couchbase

4.2.10

21 Mar 13:34
3f9940e
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Illegal reflective access by org.springframework.util.ReflectionUtils #1057

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.4 #1353

4.4.0-M3

18 Feb 10:16
8561b18
Compare
Choose a tag to compare
4.4.0-M3 Pre-release
Pre-release

📗 Links

⭐ New Features

  • add collection(collectionName) method to CouchbaseCacheConfiguration #1343
  • Expose some private methods of the template and repository #1310

🐞 Bug Fixes

  • DataIntegrityViolationException is thrown instead of OptimisticLockingFailure for CasMismatch #1339
  • Need to fix ReactiveFindByAnalyticsOperationSupport.count() like ReactiveFindByQueryOperationSupport.count() #1331
  • Questions about durability with scopes and collections #1329
  • @N1qlJoin and couchbase collections #1325
  • LIMIT keyword appended twice when using Slice with spring-data-couchbase 4.3.0 #1323
  • Breaking change from 4.2.7-SNAPSHOT to 4.3.1 #1315
  • Problem with query creation using the IN operator #1308
  • The semantics of SimpleCouchbaseRepository.save have changed between 3.x and 4.x #1277

📔 Documentation

  • OptimisticLockingFailureException is not thrown by spring-data-couchbase but according to the documentation it should be thrown #1314

4.3.2

18 Feb 09:49
af26c94
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • add collection(collectionName) method to CouchbaseCacheConfiguration #1343
  • Expose some private methods of the template and repository #1310

🐞 Bug Fixes

  • Need to fix ReactiveFindByAnalyticsOperationSupport.count() like ReactiveFindByQueryOperationSupport.count() #1331
  • Questions about durability with scopes and collections #1329
  • @N1qlJoin and couchbase collections #1325
  • LIMIT keyword appended twice when using Slice with spring-data-couchbase 4.3.0 #1323
  • Breaking change from 4.2.7-SNAPSHOT to 4.3.1 #1315
  • Problem with query creation using the IN operator #1308
  • Sort is not working when declared in Pageable in spring-data-couchbase version 4.3.0 #1304
  • The semantics of SimpleCouchbaseRepository.save have changed between 3.x and 4.x #1277
  • cache.put("key",null) fails [DATACOUCH-628] #939

📔 Documentation

  • OptimisticLockingFailureException is not thrown by spring-data-couchbase but according to the documentation it should be thrown #1314

4.2.9

18 Feb 09:33
ec8d3df
Compare
Choose a tag to compare

4.4.0-M2

18 Jan 08:22
Compare
Choose a tag to compare
4.4.0-M2 Pre-release
Pre-release

📗 Links

🐞 Bug Fixes

  • Sort is not working when declared in Pageable in spring-data-couchbase version 4.3.0 #1304
  • cache.put("key",null) fails [DATACOUCH-628] #939

5.0.0-M1

14 Jan 13:44
03295f1
Compare
Choose a tag to compare

4.4.0-M1

14 Jan 10:10
Compare
Choose a tag to compare

4.3.1

14 Jan 09:45
Compare
Choose a tag to compare

4.2.8

14 Jan 09:05
Compare
Choose a tag to compare

4.3.0

12 Nov 10:00
05446e8
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Set default consistency at project level, per profile #1243