-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overview This release introduces the support of `fetch_schema` connection option to disable schema fetch and various fixes. Breaking changes This release should not break any existing behavior. New features - `fetch_schema` parameter for a connection (#219). Bugfixes - Error code on socket error (#279). Thanks We want to thank @bekhzod91 for a bugfix contribution.
- Loading branch information
1 parent
9681228
commit 4f6c5d1
Showing
2 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
python3-tarantool (0.12.0-0) unstable; urgency=medium | ||
|
||
## Overview | ||
|
||
This release introduces the support of `fetch_schema` connection | ||
option to disable schema fetch and various fixes. | ||
|
||
### Breaking changes | ||
|
||
This release should not break any existing behavior. | ||
|
||
### New features | ||
- `fetch_schema` parameter for a connection (#219). | ||
|
||
### Bugfixes | ||
- Error code on socket error (#279). | ||
|
||
### Thanks | ||
We want to thank @bekhzod91 for a bugfix contribution. | ||
|
||
-- Georgy Moiseev <[email protected]> Mon, 13 Feb 2023 11:43:30 +0300 | ||
|
||
python3-tarantool (0.11.0-0) unstable; urgency=medium | ||
|
||
## Overview | ||
|