js-libp2p-noise/CHANGELOG.md

104 lines
2.1 KiB
Markdown
Raw Normal View History

2020-02-10 14:15:37 +01:00
# 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](https://semver.org/spec/v2.0.0.html).
2021-01-26 12:59:26 +01:00
## [2.0.4]
#### Bugfixes
- downgrade aegir because js files are missing in dist directory
2021-01-26 09:28:16 +01:00
## [2.0.3]
#### Bugfixes
- update peer-id dependency
2021-01-25 12:28:11 +01:00
## [2.0.2]
#### Bugfixes
- update dependencies
2020-09-03 10:40:43 +02:00
## [2.0.1]
2020-09-03 10:16:06 +02:00
#### Bugfixes
- security update for bl dependency
- add missing type declaration files in dist
2020-08-20 10:09:43 +02:00
## [2.0.0]
2020-08-15 14:47:56 +02:00
#### Features
- switched to aegir for building and linting
2020-08-20 09:10:02 +02:00
- using peer id with Uint8Arrays (breaking!)
2020-08-15 14:47:56 +02:00
2020-06-15 14:46:59 +02:00
## [1.1.2]
2020-06-15 13:48:19 +02:00
#### Bugfixes
2020-06-15 14:46:59 +02:00
- fix issue where web build depends on global regeneratorRuntime
2020-06-15 13:48:19 +02:00
2020-05-08 19:20:56 +02:00
## [1.1.1] - 2020-05-08
#### Bugfixes
- fix issue [#58](https://github.com/NodeFactoryIo/js-libp2p-noise/issues/58)
2020-04-23 15:06:19 +02:00
## [1.1.0] - 2020-04-23
Stable version, interoperable with go.
Using reduced size with bcrypto.
2020-04-22 09:37:45 +02:00
## [1.1.0-rc.1] - 2020-04-22
- Added early data API
- Dumping session keys
- Reducing package size
2020-04-06 12:42:08 +02:00
## [1.0.0]
Stable version, interobable with go-libp2p-noise!
2020-03-11 11:56:26 +01:00
2020-04-03 13:21:03 +02:00
### Bugfixes
- fix types to be compatible with rest of libp2p typescript projects
2020-04-06 10:42:04 +02:00
- update it-pb-rpc to 0.1.8 (contains proper typescript types)
2020-04-03 13:21:03 +02:00
2020-04-03 13:22:29 +02:00
### Bugfixes
- changed bcrypto imports to use pure js versions (web bundle size reduction)
2020-03-11 11:56:26 +01:00
## [1.0.0-rc.9] - 2019-03-11
2020-02-10 14:15:37 +01:00
2020-03-11 09:10:05 +01:00
### Bugfixes
- return handshake remote peer from secureOutbound
2020-03-11 09:44:24 +01:00
- fix browser usage of buffer
2020-03-11 09:10:05 +01:00
## [1.0.0-rc.8] - 2019-03-05
2020-03-05 09:43:37 +01:00
### Breaking changes
- Disabled noise pipes
### Bugfixes
- fixed empty ephemeral bug in XX
- verification of AEAD decryption
2020-02-20 22:20:27 +01:00
## [1.0.0-rc.7] - 2019-02-20
### Bugfixes
- attach/remove aead auth tag on cyphertext
2020-02-20 21:59:57 +01:00
## [1.0.0-rc.6] - 2019-02-20
### Bugfixes
- attach/remove aead auth tag on cyphertext
- better protobuf handling (static module generation)
2020-02-10 15:07:21 +01:00
## [1.0.0-rc.5] - 2019-02-10
2020-02-10 15:06:26 +01:00
### Bugfixes
- fix module compiling in node 10 (class properties)
2020-02-10 14:15:37 +01:00
## [1.0.0-rc4] - 2019-02-10
### Bugfixes
- resolved bug with key cache and null remote peer
- fixed IK flow as initiator and responder