forked from fl00r/go-tarantool-1.6
-
Notifications
You must be signed in to change notification settings - Fork 58
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.11.0 #279
Merged
Merged
Release 1.11.0 #279
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oleg-jukovec
requested review from
DifferentialOrange,
better0fdead and
AnaNek
and removed request for
DifferentialOrange
March 24, 2023 13:58
better0fdead
approved these changes
Mar 24, 2023
oleg-jukovec
force-pushed
the
oleg-jukovec/release-1.11.0
branch
from
March 24, 2023 14:36
8c7f9ef
to
0760977
Compare
DifferentialOrange
approved these changes
Mar 24, 2023
oleg-jukovec
force-pushed
the
oleg-jukovec/release-1.11.0
branch
from
March 24, 2023 14:48
0760977
to
00da9dc
Compare
AnaNek
approved these changes
Mar 27, 2023
LeonidVas
approved these changes
Apr 4, 2023
CHANGELOG.md
Outdated
|
||
### Fixed | ||
|
||
## [1.11.0] - 2023-03-24 |
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.
Needs updates)
oleg-jukovec
force-pushed
the
oleg-jukovec/release-1.11.0
branch
from
April 27, 2023 21:14
00da9dc
to
084c48d
Compare
Added a note about #285 . I did not want to require it from an external contributor to make his life easier. |
Overview The release adds pagination support and wrappers for the crud module. Breaking changes There are no breaking changes in the release. New features Support pagination (#246). A Makefile target to test with race detector (#218). Support CRUD API (#108). An ability to replace a base network connection to a Tarantool instance (#265). Missed iterator constant (#285). Bugfixes Several non-critical data race issues (#218). Build on Apple M1 with OpenSSL (#260). ConnectionPool does not properly handle disconnection with Opts.Reconnect set (#272). Watcher events loss with a small per-request timeout (#284). Connect() panics on concurrent schema update (#278). Wrong Ttr setup by Queue.Cfg() (#278). Flaky queue/Example_connectionPool (#278). Flaky queue/Example_simpleQueueCustomMsgPack (#277). Other queue module version bumped to 1.3.0 (#278).
oleg-jukovec
force-pushed
the
oleg-jukovec/release-1.11.0
branch
from
May 18, 2023 11:12
084c48d
to
ab61bad
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
The release adds pagination support and wrappers for the crud module.
Breaking changes
There are no breaking changes in the release.
New features
Bugfixes
Other