Skip to content
Merged
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
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -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).
Expand Down
Loading