Skip to content

Commit 662f793

Browse files
committed
Release 1.0.0
Overview The first release of the library allows us to extract the dependency on OpenSSL from the connector go-tarantool[1]. New features `OpenSSLDialer` type to use SSL transport for `tarantool/go-tarantool/v2` connection (#1). 1. https://pkg.go.dev/github.com/tarantool/go-tarantool/v2
1 parent 19e9128 commit 662f793

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1010

1111
### Added
1212

13-
* `OpenSSLDialer` type to use SSL transport for `tarantool/go-tarantool/v2`
14-
connection (#1).
15-
1613
### Changed
1714

18-
### Removed
19-
2015
### Fixed
16+
17+
## [1.0.0] - 2024-02-12
18+
19+
The first release of the library allows us to extract the dependency on
20+
OpenSSL from the connector [go-tarantool](https://pkg.go.dev/github.com/tarantool/go-tarantool/v2).
21+
22+
### Added
23+
24+
* `OpenSSLDialer` type to use SSL transport for `tarantool/go-tarantool/v2`
25+
connection (#1).

0 commit comments

Comments
 (0)