Releases: tarantool/go-tarantool
Releases · tarantool/go-tarantool
v1.6.0
Overview
This release adds a number of features. Also it significantly improves testing, CI and documentation.
Breaking changes
There are no breaking changes in the release.
New features
- Support UUID type in msgpack (#90).
- queue-utube handling (#85).
- Master discovery (#113).
- SQL support (#62).
Bugfixes
- Reset buffer if its average use size smaller than quater of capacity (#95).
Testing
- Coveralls support (#149).
- Reusable testing workflow (integration testing with latest Tarantool) (#112).
- Simple CI based on GitHub actions (#114).
- Handle everything with
go test
(#115). - Fix queue tests (#107).
- Make test case consistent with comments (#105).