Skip to content

Commit

Permalink
Relase 1.0.0
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
oleg-jukovec committed Feb 8, 2024
1 parent 336ca93 commit b0e2567
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.


## [Unreleased]

### Added

### Changed

### Fixed

## [1.0.0] - 2024-02-09

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`.

### Added

- DialContext function (#10).

### Fixed

- 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).

0 comments on commit b0e2567

Please sign in to comment.