Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
DifferentialOrange committed Jun 30, 2023
1 parent e8bb5a3 commit 2056c5c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
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
20 changes: 20 additions & 0 deletions 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 <[email protected]> Fri, 30 Jun 2023 10:00:00 +0300

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

## Overview
Expand Down

0 comments on commit 2056c5c

Please sign in to comment.