Skip to content

2.4.0.RELEASE

Compare
Choose a tag to compare
@Aloren Aloren released this 23 Jul 09:25

πŸ“ Dependencies updates

  • Update to Spring Data Neumann
    PR: #93

❗ Non-backward compatible changes

  • Disable scans by default.
    (Generated queries without a filter will throw IllegalStateException. You need to enable them explicitly to be able to use scans.)
    PR: #91
  • QueryEngine and ReactorQueryEngine migrated to spring-data-aerospike repo
    (QueryEngine related classes moved from package com.aerospike.helper to org.springframework.data.aerospike.query)
    PR: #89

🏑 Housekeeping

  • Tests cleanup
    PR: #92