Skip to content

Commit 69526d1

Browse files
changelog: describe changes since 0.7.0
This patch add CHANGELOG.md file. Current CHANGELOG contents covers version 0.7.0, 0.7.1 changes and currently unreleased changes. For changes in versions before 0.7.0, see releases GitHub page [1]. 1. https://github.com/tarantool/tarantool-python/releases
1 parent 2d13e1c commit 69526d1

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## Unreleased
8+
9+
### Added
10+
- Reusable testing workflow for integration with tarantool artifacts (PR #192).
11+
12+
### Changed
13+
- Clarify license of the project (BSD-2-Clause) (PR #210, #197).
14+
- Migrate CI to GitHub Actions (PR #213, PR #216, #182).
15+
- Various improvements and fixes in README (PR #210, PR #215).
16+
17+
### Fixed
18+
- json.dumps compatibility with Python 2 (PR #186).
19+
- Unix socket support in mesh_connection (PR #189, #111).
20+
- Various fixes in tests (PR #189, #111, PR #195, #194).
21+
22+
23+
## 0.7.1 - 2020-12-28
24+
25+
### Fixed
26+
- msgpack library dependency (PR #185).
27+
28+
29+
## 0.7.0 - 2020-12-28
30+
31+
Caution: Use tarantool-python 0.7.1 instead of 0.7.0. It fixes
32+
the dependency on the msgpack library.
33+
34+
### Added
35+
- Support msgpack 1.0.0 (#155, PR #173).
36+
- SQL support (<connection>.execute() method) (#159, PR #161).
37+
- Allow to receive a Tarantool tuple as a Python tuple, not a list, with
38+
use_list=False connection option (#166, PR #161).
39+
- Support the Database API (PEP-0249) (PR #161).
40+
41+
### Changed
42+
- Various improvements in README (PR #147, PR #151, PR #180).
43+
44+
### Fixed
45+
- Support encoding=None connections (PR #172).
46+
- Various improvements and fixes in tests (8ff9a3f, bd37703, PR #165, #178, PR #179, PR #181).

0 commit comments

Comments
 (0)