Skip to content

Commit dd01017

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 dd01017

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

CHANGELOG.md

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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
11+
(PR #192).
12+
13+
### Changed
14+
- Clarify license of the project (BSD-2-Clause) (PR #210, #197).
15+
- Migrate CI to GitHub Actions (PR #213, PR #216, #182).
16+
- Various improvements and fixes in README (PR #210, PR #215).
17+
18+
### Fixed
19+
- json.dumps compatibility with Python 2 (PR #186).
20+
- Unix socket support in mesh_connection (PR #189, #111).
21+
- Various fixes in tests (PR #189, #111, PR #195, #194).
22+
23+
24+
## 0.7.1 - 2020-12-28
25+
26+
### Fixed
27+
- msgpack library dependency (PR #185).
28+
29+
30+
## 0.7.0 - 2020-12-28
31+
32+
Caution: Use tarantool-python 0.7.1 instead of 0.7.0. It fixes
33+
the dependency on the msgpack library.
34+
35+
### Added
36+
- Support msgpack 1.0.0 (#155, PR #173).
37+
- SQL support (<connection>.execute() method) (#159, PR #161).
38+
- Allow to receive a Tarantool tuple as a Python tuple, not a list, with
39+
use_list=False connection option (#166, PR #161).
40+
- Support the Database API (PEP-0249) (PR #161).
41+
42+
### Changed
43+
- Various improvements in README (PR #147, PR #151, PR #180).
44+
45+
### Fixed
46+
- Support encoding=None connections (PR #172).
47+
- Various improvements and fixes in tests (8ff9a3f, bd37703, PR #165,
48+
#178, PR #179, PR #181).

0 commit comments

Comments
 (0)