From 6e2b2bea5858ad7a0317821a9260ea6ba97509a4 Mon Sep 17 00:00:00 2001 From: "r.inyakin" Date: Mon, 17 Aug 2026 00:22:51 +0300 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 373a691b..e1d5d874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,19 @@ 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 +## [Unreleased] + +### Added + +### Changed + +### Fixed + +## [1.3.0] - 2026-08-17 + +Adds support for maximum decimal precision on Tarantool 3.5+ and drops +Python 3.6. Also fixes ConnectionPool idle CPU usage and recovery after +a cluster restart. ### Changed - Drop Python 3.6 support (PR #327).