Skip to content

Releases: spring-projects/spring-data-couchbase

4.3.6

15 Jul 08:50
1dded72
Compare
Choose a tag to compare

4.4.1

20 Jun 09:40
34f9601
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Support BigDecimal fields in documents with jdk17 #1439

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.5 #1451

4.3.5

20 Jun 09:13
a9d0ee2
Compare
Choose a tag to compare

📗 Links

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.5 #1452

5.0.0-M4

13 May 08:53
4459a3b
Compare
Choose a tag to compare
5.0.0-M4 Pre-release
Pre-release

4.4.0

13 May 08:15
149473c
Compare
Choose a tag to compare

4.4.0-RC1

19 Apr 09:21
4ac1fc7
Compare
Choose a tag to compare
4.4.0-RC1 Pre-release
Pre-release

4.3.4

19 Apr 10:13
2ea4fef
Compare
Choose a tag to compare

4.2.11

19 Apr 11:59
1aae751
Compare
Choose a tag to compare

5.0.0-M3

22 Mar 13:07
1b8bf6f
Compare
Choose a tag to compare

5.0.0-M2

21 Mar 15:45
38ccce2
Compare
Choose a tag to compare
5.0.0-M2 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

  • Cache Eviction not working #1369
  • 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 for repositories with abstract or interface entities #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