Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Releases: libp2p/go-ws-transport

v0.7.0

25 May 18:38
5dcc4d9
Compare
Choose a tag to compare

Repo Deprecation

This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/p2p/transport/websocket.

v0.6.0

18 Jan 07:04
7383780
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

25 Jul 08:52
dcbdaf6
Compare
Choose a tag to compare

Breaking Changes

  • removed the deprecated WsProtocol

v0.4.0

19 Dec 05:04
e4941fa
Compare
Choose a tag to compare

Add a context to OpenStream, see libp2p/go-libp2p-core#172.

v0.3.1

22 Apr 16:56
2c77fd7
Compare
Choose a tag to compare

Fix a race in setting write deadlines.

v0.2.0

17 Dec 12:08
370d1a3
Compare
Choose a tag to compare
  • Send a 1000 code on close so the other end sees a graceful close.
  • Add WASM support. The transport should "just work" in the browser when compiled to WASM.
  • Update to go-libp2p-core 0.3.0
    • Switches multiaddrs from /ipfs to /p2p
    • Requires go 1.13
  • Fix concurrent write/close panic.

v0.1.1

19 Sep 01:21
v0.1.1
78f94f4
Compare
Choose a tag to compare

Move multiaddr protocol definitions to go-multiaddr. See multiformats/go-multiaddr#108.

v0.1.0

26 May 16:34
6efd965
Compare
Choose a tag to compare

🎉 This release applies the core refactor to this module; migrating to the consolidated types under go-libp2p-core. See libp2p/go-libp2p#602 for more context.

v0.0.5

24 May 12:07
Compare
Choose a tag to compare

This is a go mod maintenance release, updating go-libp2p-transport-ugprader to get rid of the dependency on deprecated smux packages.