Releases: ChainSafe/js-libp2p-noise
Releases · ChainSafe/js-libp2p-noise
v15.1.0
15.1.0 (2024-06-24)
Features
Bug Fixes
- bump @noble/ciphers from 0.4.1 to 0.5.1 (#419) (cd2910a)
v15.0.0
15.0.0 (2024-01-17)
⚠ BREAKING CHANGES
Features
Bug Fixes
- bump @libp2p/crypto from 3.0.4 to 4.0.0 (#414) (0ffa85f)
v14.1.0
14.1.0 (2023-12-09)
Features
Bug Fixes
v14.0.0
14.0.0 (2023-11-29)
⚠ BREAKING CHANGES
- yield uint8arraylists instead of concatenating buffers (#391)
Bug Fixes
- yield uint8arraylists instead of concatenating buffers (#391) (ad25a5e)
v13.0.3
13.0.3 (2023-11-13)
Bug Fixes
- concatenate encrypted data length prefix with data before sending (#387) (2be73dc)
- use native crypto if available (#385) (3dee1dc)
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