From 6cf656c631e8510d5f72074165f20a8956549fb8 Mon Sep 17 00:00:00 2001 From: Oleg Jukovec Date: Wed, 1 Jun 2022 14:47:46 +0300 Subject: [PATCH] Release 1.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). Other Go modules support (#91). Update API documentation: comments and examples (#123). --- CHANGELOG.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 854ce6153..dc5fe01da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,19 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release. ### Added +### Changed + +### Fixed + +## [1.6.0] - 2022-06-01 + +This release adds a number of features. Also it significantly improves testing, +CI and documentation. + +### Added + - Coveralls support (#149) -- Reusable testing workflow (integration testing with latest Tarantool) (#123) +- Reusable testing workflow (integration testing with latest Tarantool) (#112) - Simple CI based on GitHub actions (#114) - Support UUID type in msgpack (#90) - Go modules support (#91) @@ -19,17 +30,17 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release. - Master discovery (#113) - SQL support (#62) -### Fixed - -- Fix queue tests (#107) -- Make test case consistent with comments (#105) - ### Changed - Handle everything with `go test` (#115) - Use plain package instead of module for UUID submodule (#134) - Reset buffer if its average use size smaller than quater of capacity (#95) -- Update API documentation: comments and examples (#123). +- Update API documentation: comments and examples (#123) + +### Fixed + +- Fix queue tests (#107) +- Make test case consistent with comments (#105) ## [1.5] - 2019-12-29