Skip to content

Releases: tarantool/cartridge-springdata

[0.6.1] - 2023-11-17

04 Dec 14:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

[0.6.0] - 2023-06-14

14 Jun 15:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.6.0

[0.5.3] - 2022-11-17

31 Jan 10:04
Compare
Choose a tag to compare
  • Add dependency management
  • Add slf4j-api 1.7.36 (#118)
  • Bump cartridge-java to 0.9.2 (#118)
  • Bump testcontainers-java-tarantool to 0.5.3 (#118)
  • Bump logback-classic to 1.2.11 (#118)
  • Bump lombok to 1.8.24 (#118)
  • Remove org.junit.jupiter:junit-jupiter (#118)

[0.5.2] - 2022-11-01

07 Nov 11:05
Compare
Choose a tag to compare

Security

  • Bump cartridge-java, Spring and Spring Boot versions by @dkasimovskiy in #115
  • Bump spring-data-commons and test dependencies by @ArtDu in #117

Misc

  • Add checkstyle plugin, fix checkstyle issues by @Elishtar in #110

[0.5.1] - 2022-05-20

20 May 17:33
Compare
Choose a tag to compare

Bugfixes

  • Bump cartridge-java to 0.8.0
  • Remove redundant canGetMap in getPropertyValue for performance improvement (#101)
  • Allow methods without Query in Repository (#94)
  • Fix accepting crud response with AUTO (#97)
  • Fix access denied when using AUTO (#95)

[0.5.0] - 2022-02-24

24 Feb 17:03
Compare
Choose a tag to compare

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