Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
oleg-jukovec committed Jun 1, 2022
1 parent d44ffa0 commit 7dcaa9a
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.

### Added

### Changed

### Fixed

## [1.6.0] - 2022-06-01

### Added

- Coveralls support (#149)
- Reusable testing workflow (integration testing with latest Tarantool) (#123)
- Simple CI based on GitHub actions (#114)
Expand All @@ -19,17 +27,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

Expand Down

0 comments on commit 7dcaa9a

Please sign in to comment.