js-libp2p-secio/CHANGELOG.md
vms 1dbcfa88b6
sync with master (#1)
* chore: update deps (#113)

* chore: update contributors

* chore: release version v0.12.2

* fix: remove use of assert module (#114)

The polyfill is big, we can simulate it by throwing an Error and it doesn't work under React Native.

* chore: update contributors

* chore: release version v0.12.3

* chore(deps-dev): bump aegir from 20.6.1 to 21.0.2 (#117)

Bumps [aegir](https://github.com/ipfs/aegir) from 20.6.1 to 21.0.2.
- [Release notes](https://github.com/ipfs/aegir/releases)
- [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ipfs/aegir/compare/v20.6.1...v21.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: Jacob Heun <jacobheun@gmail.com>
Co-authored-by: Alex Potsides <alex@achingbrain.net>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-02-23 19:48:03 +03:00

4.0 KiB

0.12.3 (2020-02-13)

Bug Fixes

0.12.2 (2020-01-06)

0.12.1 (2019-11-22)

0.12.0 (2019-11-22)

0.11.1 (2019-01-11)

Bug Fixes

0.11.0 (2019-01-03)

0.10.1 (2018-10-31)

0.10.0 (2018-04-05)

0.9.4 (2018-03-28)

Bug Fixes

  • pass the handshake failure on (6d09b47)

0.9.3 (2018-02-27)

Bug Fixes

  • cascading connection from encrypted connection to parent connection (e205ca4)

0.9.2 (2018-02-12)

0.9.1 (2018-01-28)

0.9.0 (2018-01-07)

0.8.1 (2017-09-07)

Features

  • replace protocol-buffers with protons (#93) (a3e69e8)

0.8.0 (2017-09-03)

Features

0.7.1 (2017-07-22)

0.7.0 (2017-07-22)

Features

0.6.8 (2017-03-21)

0.6.7 (2017-02-11)

Bug Fixes

  • disable webworker tests (2650370)

0.6.6 (2017-02-09)

0.6.5 (2017-01-22)

Bug Fixes

  • update to the new crypto.randomBytes method (73d0b41)

0.6.4 (2016-12-13)

Bug Fixes

  • handshake: improve timeout handling (90105f9)
  • support: return if talking to oneself (0dedc33)