Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

57 lines (45 loc) · 3.41 KB

Changelog

[Unreleased]

  • Bump spring version version to 5.3.31 (#136)
  • Bump spring-boot version version to 2.7.5 (#136)
  • Bump jackson-annotations version to 2.16.0 (#136)
  • Bump snakeyaml version to 2.2 (#136)
  • Bump testcontainers version to 1.18.0 (#136)

[0.6.1] - 2023-11-17

  • Bump cartridge-driver version to 0.13.0 (#133)
  • Bump testcontainers-java-tarantool version to 1.0.1 (#133)
  • Fix naming for Tarantool threads

[0.6.0] - 2023-06-14

  • Bump cartridge-java version to 0.12.0 (#123)
  • Add update method for SimpleTarantoolRepository class (#122)
  • Use isEmpty instead of compare size

[0.5.3] - 2022-11-17

  • 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-10-31

Security

  • Bump cartridge-java version to 0.9.1 (#113)
  • Bump testcontainers-java-tarantool to 0.5.1 (#113)
  • Bump spring-data-commons to 2.7.3 (#113)
  • Bump spring to 5.3.23 (#113)
  • Bump logback-classic to 1.2.9 (#113)

[0.5.1] - 2022-05-20

Bugfixes

  • 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

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