Skip to content

Commit 8734939

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`. See releases of `libp2p/openssl`[1] for previous changes history. 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. https://github.com/libp2p/go-openssl/releases
1 parent 336ca93 commit 8734939

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+
See [releases of `libp2p/openssl`](https://github.com/libp2p/go-openssl/releases)
25+
for previous changes history.
26+
27+
### Added
28+
29+
- DialContext function (#10).
30+
31+
### Fixed
32+
33+
- Build by Golang 1.13 (#6).
34+
- Build with OpenSSL < 1.1.1 (#7).
35+
- Build on macOS as a static library (#8).
36+
- Build on macOS with Apple M1 (#8).
37+
- Random errors in the code caused by an invalid OpenSSL error handling in
38+
LoadPrivateKeyFromPEM, LoadPrivateKeyFromPEMWithPassword,
39+
LoadPrivateKeyFromDER and LoadPublicKeyFromPEM (#9).

0 commit comments

Comments
 (0)