Skip to content

Commit a0685c4

Browse files
committed
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).
1 parent d44ffa0 commit a0685c4

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

CHANGELOG.md

+18-7
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,37 @@ 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+
This release adds a number of features. Also it significantly improves testing,
20+
CI and documentation.
21+
22+
### Added
23+
1324
- Coveralls support (#149)
14-
- Reusable testing workflow (integration testing with latest Tarantool) (#123)
25+
- Reusable testing workflow (integration testing with latest Tarantool) (#112)
1526
- Simple CI based on GitHub actions (#114)
1627
- Support UUID type in msgpack (#90)
1728
- Go modules support (#91)
1829
- queue-utube handling (#85)
1930
- Master discovery (#113)
2031
- SQL support (#62)
2132

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

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

3445
## [1.5] - 2019-12-29
3546

0 commit comments

Comments
 (0)