Skip to content

Commit 7dcaa9a

Browse files
committed
Release 1.6.0
Overview This release adds a number of features and updates documentation. Breaking changes There are no breaking changes in the release. New features Coveralls support (#149). Reusable testing workflow (integration testing with latest Tarantool) (#123). Simple CI based on GitHub actions (#114). Support UUID type in msgpack (#90). Go modules support (#91). queue-utube handling (#85). Master discovery (#113). SQL support (#62). Handle everything with `go test` (#115). Update API documentation: comments and examples (#123). Bugfixes Reset buffer if its average use size smaller than quater of capacity (#95). Fix queue tests (#107). Make test case consistent with comments (#105).
1 parent d44ffa0 commit 7dcaa9a

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

CHANGELOG.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1010

1111
### Added
1212

13+
### Changed
14+
15+
### Fixed
16+
17+
## [1.6.0] - 2022-06-01
18+
19+
### Added
20+
1321
- Coveralls support (#149)
1422
- Reusable testing workflow (integration testing with latest Tarantool) (#123)
1523
- Simple CI based on GitHub actions (#114)
@@ -19,17 +27,17 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1927
- Master discovery (#113)
2028
- SQL support (#62)
2129

22-
### Fixed
23-
24-
- Fix queue tests (#107)
25-
- Make test case consistent with comments (#105)
26-
2730
### Changed
2831

2932
- Handle everything with `go test` (#115)
3033
- Use plain package instead of module for UUID submodule (#134)
3134
- Reset buffer if its average use size smaller than quater of capacity (#95)
32-
- Update API documentation: comments and examples (#123).
35+
- Update API documentation: comments and examples (#123)
36+
37+
### Fixed
38+
39+
- Fix queue tests (#107)
40+
- Make test case consistent with comments (#105)
3341

3442
## [1.5] - 2019-12-29
3543

0 commit comments

Comments
 (0)