Skip to content

[0.11.0] - 2023-04-13

Compare
Choose a tag to compare
@akudiyar akudiyar released this 14 Apr 13:02
· 122 commits to master since this release

Features

  • Support datetime type by @anatennis from Tarantool 2.10+ (#214)
  • Add a factory builder for constructing mapper hierarchies by @ArtDu in #359

Bugfixes

  • Add details for the case of space metadata fetching failure by @ArtDu (#200)
  • Add deep copy instead of shallow copy in default message pack mapper by @ArtDu (#166)

Documentation

  • Update README with live examples for Tarantool cluster client, request retrying and SSL/TLS usage by @iDneprov

Internal and API changes

  • Close public access to TarantoolResult*Impl by @devrishal (#326)
  • Do not pass the optional per-function timeout as request timeout by @ArtDu in #362
  • Add method hasMetadata() in TarantoolTuple by @ArtDu in #372. TarantoolTuple will be refactored into a better hierarchy in future releases.
  • Add "can convert value" check to TupleResultConverter by @ArtDu in #373
  • Split retrying into more detailed modules by @ArtDu (#341)

Full Changelog: v0.10.1...v0.11.0