Releases: ChainSafe/js-libp2p-noise
Releases · ChainSafe/js-libp2p-noise
v13.0.2
13.0.2 (2023-10-23)
Bug Fixes
- bump @noble/ciphers from 0.3.0 to 0.4.0 (#370) (4b86c41)
v13.0.1
13.0.1 (2023-09-04)
Bug Fixes
- reuse output when decrypting using noble/ciphers (#345) (6263eed)
v13.0.0
13.0.0 (2023-08-03)
⚠ BREAKING CHANGES
- stream close methods are now asyc, requires libp2p@0.46.x or later
Features
v12.0.0
12.0.0 (2023-05-08)
⚠ BREAKING CHANGES
- stablelib crypto backend renamed to pureJsCrypto
- the type of the source/sink properties have changed
Bug Fixes
- update hashing libs to noble,
stablelib
crypto backend renamed to pureJsCrypto
(3732fda)
- update stream types (#316) (8426920)
v11.0.1
11.0.1 (2023-02-20)
Bug Fixes
- Add peer id str to mismatch error (1990c6f)