Skip to content

Commit 2c8753f

Browse files
Release 0.9.0
Overview This release features SSL support. To use SSL, pass SSL parameters on connect: con = tarantool.Connection( host, port, user=user, password=pass, transport="ssl", ssl_key_file=client_key_file, ssl_cert_file=client_cert_file, ssl_ca_file=client_ca_file, ssl_ciphers=client_ciphers) ConnectionPool and MeshConnection also support these parameters. See Tarantool Enterprise Edition manual for details [1]. Breaking changes There are no breaking changes in the release. New features * SSL support (PR #220, #217). Testing * Tarantool Enterprise testing workflow on GitHub actions (PR #220).
1 parent 69fae76 commit 2c8753f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## Unreleased
88

99
### Added
10-
- SSL support (PR #220, #217).
11-
- Tarantool Enterprise testing workflow on GitHub actions (PR #220).
1210

1311
### Changed
1412

1513
### Fixed
1614

15+
## 0.9.0 - 2022-06-20
16+
17+
### Added
18+
- SSL support (PR #220, #217).
19+
- Tarantool Enterprise testing workflow on GitHub actions (PR #220).
20+
1721
## 0.8.0 - 2022-04-29
1822

1923
### Added

0 commit comments

Comments
 (0)