Skip to content

[0.5.0] - 2022-02-24

Compare
Choose a tag to compare
@vrogach2020 vrogach2020 released this 24 Feb 17:03
· 40 commits to master since this release

Features

  • Breaking change Change Query methods API:
    • @Tuple can't be applied to Repository interface
    • Added output parameter to @Query which allows to serialization options
  • Improved performance for large entities
  • Added support for returning non entity objects in @Query methods

Bugfixes

  • Fix truncate for RetryingTarantoolClient using implementation from cartridge-java