Skip to content

4.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 14:27
· 45 commits to refs/heads/main since this release
0066b89

Changes

πŸš€ Features

  • FMWK-279 Refactor batch write API. @agrgr (#678)
  • FMWK-284 Integration test for reading data written with Aerospike Java client. @agrgr (#676)
  • FMWK-79 Support native Aerospike Key types (false by default). @roimenashe (#660)
  • FMWK-262 Replace AerospikeCriteria with CriteriaDefinition. @agrgr (#659)
  • FMWK-199 Refactor implementation of paginated queries. @agrgr (#658)
  • FMWK-196 Index Cardinality. @roimenashe (#657)
  • FMWK-261 Align find APIs to use Query instead of Qualifier. @agrgr (#652)
  • FMWK-182 Event Loop Types in Tests. @roimenashe (#653)
  • FMWK-258 Refactor Operations/Template. @roimenashe (#651)
  • FMWK-259 Add converters for commonly used Java types. @agrgr (#649)
  • FMWK-252 Refactor query creator. @agrgr (#647)
  • FMWK-260 Add tests for reading arrays of primitives. @agrgr (#648)
  • FMWK-195 Override Set Name from Operations/Template. @roimenashe (#646)
  • FMWK-256 Correctly convert array of primitives for writing. @agrgr (#645)
  • FMWK-255 Add qualifier builders. @agrgr (#644)
  • FMWK-251 Refactor Qualifiers. @agrgr (#643)
  • FMWK-243 Add support for querying by qualifiers. @agrgr (#637)
  • FMWK-247 Add support for batch write operations. @agrgr (#640)
  • FMWK-241 Add indexes cache refresh with configurable frequency. @agrgr (#632)
  • FMWK-242 Add support for batch delete. @agrgr (#633)
  • FMWK-240 Add log message saying whether a bin has secondary index. @agrgr (#629)
  • FMWK-183 Refactor KeyRecordIterator: remove unused code. @agrgr (#628)
  • FMWK-239 Support reading maps with simple non-String keys. @agrgr (#627)
  • FMWK-237 Refactor providing data to writing convertor. @agrgr (#624)
  • FMWK-172 Replace the use of Lazy annotation with ObjectProvider. @reugn (#623)

πŸ› Bug Fixes

  • FMWK-287 Map Key/Value Not Containing Fix. @roimenashe (#677)
  • FMWK-236 Find correct fieldName for queries with Field annotation. @agrgr (#622)

πŸ“ Dependencies updates

  • FMWK-265 Prepare release 4.6.0. @agrgr (#666)
  • FMWK-238 Update testcontainers version to 3.0.0. @agrgr (#626)

πŸ“– Documentation