Skip to content

Releases: ChainSafe/js-libp2p-noise

v13.0.0

03 Aug 16:07
e550d9a
Compare
Choose a tag to compare

13.0.0 (2023-08-03)

⚠ BREAKING CHANGES

Features

v12.0.2

19 Jul 08:49
e0f8ff4
Compare
Choose a tag to compare

12.0.2 (2023-07-17)

Bug Fixes

v12.0.1

22 May 13:01
f03583b
Compare
Choose a tag to compare

12.0.1 (2023-05-22)

Bug Fixes

  • add missing file extension in import (#331) (b578438)

v12.0.0

08 May 08:40
ea9085f
Compare
Choose a tag to compare

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

31 Mar 11:32
9b9a475
Compare
Choose a tag to compare

11.0.4 (2023-03-28)

Bug Fixes

  • add types to exports in packages.json (#302) (9d4cd3b)

v11.0.3

28 Mar 08:16
65cf6b9
Compare
Choose a tag to compare

11.0.3 (2023-03-28)

Bug Fixes

v11.0.2

27 Mar 10:55
f38b04a
Compare
Choose a tag to compare

11.0.2 (2023-03-27)

Bug Fixes

v11.0.1

20 Feb 21:15
7419a67
Compare
Choose a tag to compare

11.0.1 (2023-02-20)

Bug Fixes

  • Add peer id str to mismatch error (1990c6f)

v11.0.0

09 Jan 11:55
acd5f57
Compare
Choose a tag to compare

11.0.0 (2023-01-06)

⚠ BREAKING CHANGES

  • update multiformats and related dependencies (#257)

Bug Fixes

Miscellaneous

v10.2.0

22 Nov 15:45
309ec0f
Compare
Choose a tag to compare

10.2.0 (2022-11-22)

Features

  • reuse encrypted data to avoid memory allocation (#242) (0b4b7f6)
  • reused ciphertext allocation in decrypt function (0b4b7f6)