Skip to content

[0.13.0] - 2023-11-16

Compare
Choose a tag to compare
@dkasimovskiy dkasimovskiy released this 17 Nov 08:27
· 46 commits to master since this release

Features

  • [breaking change] replace List type with Collection for the arguments client API method parameters @akudiyar in #431
  • Added "mode" option for crud select operation by @nickkkccc in #416
  • Change using of proxy client parameters (mode, rollback_on_error, stop_on_error) with enum classes by @nickkkccc in #421
  • Change using of option names with the String type in the internal API to using with the ProxyOption enum class by @nickkkccc in #422
  • Bump testcontainers-java-tarantool to 1.0.1 by @nickkkccc in #429

Bugfixes

  • Fix Instant converter to parse 8 bytes datetime by @ArtDu in #415
  • Fix infinite loop when retrying to get a connection by @nickkkccc in #441
  • Fix checking the current Tarantool version for minimum requirements by @valery1707 in #436
  • Fix incorrect package change for TarantoolSpaceOperations by @akudiyar in #430

New Contributors

Full Changelog: v0.12.1...v0.13.0