libp2p / go-ws-transport

a websocket implementation of a go-libp2p transport
Other
60 stars 18 forks source link

release v0.6.0 #113

Closed marten-seemann closed 2 years ago

github-actions[bot] commented 2 years ago

Suggested version: v0.6.0 Comparing to: v0.5.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index bdbd9b4..9f621c4 100644
--- a/go.mod
+++ b/go.mod
@@ -2,13 +2,13 @@ module github.com/libp2p/go-ws-transport

 require (
    github.com/gorilla/websocket v1.4.2
-   github.com/libp2p/go-conn-security-multistream v0.2.1
-   github.com/libp2p/go-libp2p-core v0.9.0
-   github.com/libp2p/go-libp2p-mplex v0.4.1
-   github.com/libp2p/go-libp2p-testing v0.4.2
-   github.com/libp2p/go-libp2p-transport-upgrader v0.4.3
-   github.com/multiformats/go-multiaddr v0.3.3
+   github.com/libp2p/go-conn-security-multistream v0.3.0
+   github.com/libp2p/go-libp2p-core v0.14.0
+   github.com/libp2p/go-libp2p-mplex v0.5.0
+   github.com/libp2p/go-libp2p-testing v0.7.0
+   github.com/libp2p/go-libp2p-transport-upgrader v0.7.0
+   github.com/multiformats/go-multiaddr v0.4.1
    github.com/multiformats/go-multiaddr-fmt v0.1.0
 )

-go 1.15
+go 1.16diff --git a/tools/go.mod b/tools/go.mod
index 011649b..d295a7a 100644
--- a/tools/go.mod
+++ b/tools/go.mod
@@ -1,5 +1,5 @@
 module github.com/libp2p/go-ws-transport/tools

-go 1.15
+go 1.16

 require github.com/agnivade/wasmbrowsertest v0.3.5

gorelease says:

# github.com/libp2p/go-ws-transport
## incompatible changes
New: changed from func(*github.com/libp2p/go-libp2p-transport-upgrader.Upgrader) *WebsocketTransport to func(github.com/libp2p/go-libp2p-core/transport.Upgrader, github.com/libp2p/go-libp2p-core/network.ResourceManager) *WebsocketTransport
WebsocketTransport.Upgrader: removed

# summary
Suggested version: v0.6.0

gocompat says:

(empty)