Skip to content

2.3.0.RELEASE

Compare
Choose a tag to compare
@Aloren Aloren released this 21 Jan 16:05

Dependencies updates

  • Update dependencies:
    spring-data-parent 2.2.0.RELEASE -> 2.2.3.RELEASE
    spring-data-commons 2.2.0.RELEASE -> 2.2.3.RELEASE
    spring-data-keyvalue 2.2.0.RELEASE -> 2.2.3.RELEASE
    aerospike-client 4.4.6 -> 4.4.7
    aerospike-reactor-client 4.4.6 -> 4.4.7
    aerospike-query-engine 4.4.6 -> 4.4.7
    PR: #62

Fixes

  • GenerationPolicy.NONE is explicitly set for delete, save, insert, update operations for documents without version property.
    2b5eaa5

  • insert and update methods now consider version property of the document, handle error respectively and update document's version property after operation is complete.

  • update method RecordExistsAction was changed from UPDATE_ONLY to REPLACE_ONLY. (It was not possible to set any document's property to null value via update method)
    df18637
    28e0bef

  • Expose identifying annotations, so that repository bean can be registered when Spring Boot 2.2.1+ is used (related to DATACMNS-1596)
    PR: #64

Deprecations

  • Deprecate indexExists operation
    PR: #63