-
Notifications
You must be signed in to change notification settings - Fork 60
Release 1.6.0 #182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.6.0 #182
Conversation
But I left empty |
I usually add build/testing/CI/code health changes into its own section(s) (example), because it is mostly for developers. I look at the release notes mainly in reflection of the 'what is new from a user point of view' -- this information should be presented at beginning of the document. But we can add 'what else nice occurs here' at bottom. |
I agree. Let's modify the instruction of the wiki. |
Regarding CHANGELOG.md vs release notes format. I'm not a fan of keepachangelog.com format. I would write changelogs in a convenient format and form release notes by copying the changelog (plus, maybe, some overview section). However we state that we adhere keepachangelog.com in CHANGELOG.md, so we can't. I propose to extract developer information into its own section in release notes, but keep the CHANGELOG.md format as is for now. Later we can revisit it. |
Thank you, I like it. I've added |
It looks like wrong issue is linked. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after resolving a comment above.
How Golang modules are released? Is repo tag enough?
b4475b4
to
4b9a5c3
Compare
https://go.dev/blog/publishing-go-modules It's enough until v2. |
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).
4b9a5c3
to
6cf656c
Compare
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
Bugfixes
Testing
go test
(Queue tests fail #115).Other