Skip to content

release 1.1.0 #299

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

Merged
merged 2 commits into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 1.1.0 - 2023-06-30

### Added
- Allow to require specific server protocol version and features (#267).
Expand Down
22 changes: 21 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
python3-tarantool (1.1.0-0) unstable; urgency=medium

## Overview

This release introduces API to request server protocol version and
feature, as well as introduce decimal bugfix.

## Breaking changes

- Drop `msgpack-python` support. (Package not supported since 2019.)
Use `msgpack` instead.

## Added
- Allow to require specific server protocol version and features (#267).

## Fixed
- Parsing of E-notation Tarantool decimals with positive exponent (PR #298).

-- Georgy Moiseev <georgy.moiseev@tarantool.org> Fri, 30 Jun 2023 10:00:00 +0300

python3-tarantool (1.0.0-0) unstable; urgency=medium

## Overview
Expand Down Expand Up @@ -28,7 +48,7 @@ python3-tarantool (1.0.0-0) unstable; urgency=medium

- Lint the code with `pylint`, `flake8` and `codespell`.

-- Georgy.moiseev <georgy.moiseev@tarantool.org> Mon, 17 Apr 2023 13:00:00 +0300
-- Georgy Moiseev <georgy.moiseev@tarantool.org> Mon, 17 Apr 2023 13:00:00 +0300

python3-tarantool (0.12.1-0) unstable; urgency=medium

Expand Down