Releases: ChainSafe/js-libp2p-noise
Releases · ChainSafe/js-libp2p-noise
Release v5.0.2
What's Changed
- fix: write handshake nonce correctly by @achingbrain in #129 - fixes incompatibility with other implementations
Full Changelog: v5.0.1...v5.0.2
Release v5.0.1
What's Changed
- fix: API docs link by @TimDaub in #124
- fix: remove node buffers by @achingbrain in #125
- fix: safely handle nonces as 64 bit uints by @wemeetagain in #118
New Contributors
Full Changelog: v5.0.0...v5.0.1
Release v5.0.0
BREAKING CHANGE
- update peer-id and libp2p-crypto (requires nodejs v15+) #116
What's Changed
- fix: publish ci in case of failure by @mpetrunic in #110
- chore: make libp2p-crypto a dev dep by @achingbrain in #115
- chore: update peer-id and libp2p-crypto by @achingbrain in #116
- chore: bump version by @wemeetagain in #119
- chore: update changelog by @wemeetagain in #120
Full Changelog: v4.1.1...v5.0.0
Release v4.1.1
Release v4.1.0
Added
- Updated uint8arrays version to 3.0.0
Release v4.0.0
Breaking
- the new peer-id module uses the new CID class and not the old one
Release v3.1.0
Added
- Replaced bcrypto dependency
- Add support for node 15
Release v3.0.0
- Updates all deps to pull in the latest buffer and bl modules
- Specifies a root name for pbjs code gen - message names for pbjs
generated code are global so specifying a root name scopes them
to prevent two modules accidentally trampling over each other's
protobuf code by giving their messages the same name
Breaking
- buffer@6 dropped support for IE and Safari < 10
Release v2.0.5
Bugfixes
- update aegir to latest
- update dependencies
Release v2.0.4
Bugfixes
- downgrade aegir because js files are missing in dist directory