Skip to content

Commit b0e2567

Browse files
committed
Relase 1.0.0
Overview The first release with a number of fixes. Since `libp2p/openssl` is not supported any more we need to support our version for usage in the Golang connector `tarantool/go-tarantool`. New features DialContext function (#10). Bugfixes Build by Golang 1.13 (#6). Build with OpenSSL < 1.1.1 (#7). Build on macOS as a static library (#8). Build on macOS with Apple M1 (#8). Random errors in the code caused by an invalid OpenSSL error handling in LoadPrivateKeyFromPEM, LoadPrivateKeyFromPEMWithPassword, LoadPrivateKeyFromDER and LoadPublicKeyFromPEM (#9).
1 parent 336ca93 commit b0e2567

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic
7+
Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
8+
9+
10+
## [Unreleased]
11+
12+
### Added
13+
14+
### Changed
15+
16+
### Fixed
17+
18+
## [1.0.0] - 2024-02-09
19+
20+
The first release with a number of fixes. Since `libp2p/openssl` is not
21+
supported any more we need to support our version for usage in the Golang
22+
connector `tarantool/go-tarantool`.
23+
24+
### Added
25+
26+
- DialContext function (#10).
27+
28+
### Fixed
29+
30+
- Build by Golang 1.13 (#6).
31+
- Build with OpenSSL < 1.1.1 (#7).
32+
- Build on macOS as a static library (#8).
33+
- Build on macOS with Apple M1 (#8).
34+
- Random errors in the code caused by an invalid OpenSSL error handling in
35+
LoadPrivateKeyFromPEM, LoadPrivateKeyFromPEMWithPassword,
36+
LoadPrivateKeyFromDER and LoadPublicKeyFromPEM (#9).

0 commit comments

Comments
 (0)