Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
oleg-jukovec committed Feb 12, 2024
1 parent 19e9128 commit 662f793
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.

### Added

* `OpenSSLDialer` type to use SSL transport for `tarantool/go-tarantool/v2`
connection (#1).

### Changed

### Removed

### Fixed

## [1.0.0] - 2024-02-12

The first release of the library allows us to extract the dependency on
OpenSSL from the connector [go-tarantool](https://pkg.go.dev/github.com/tarantool/go-tarantool/v2).

### Added

* `OpenSSLDialer` type to use SSL transport for `tarantool/go-tarantool/v2`
connection (#1).

0 comments on commit 662f793

Please sign in to comment.