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

release v0.5.0 #114

Merged
merged 1 commit into from
Jan 18, 2022
Merged

release v0.5.0 #114

merged 1 commit into from
Jan 18, 2022

Conversation

marten-seemann
Copy link
Contributor

No description provided.

@github-actions
Copy link

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

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 5373cdb..0d3d064 100644
--- a/go.mod
+++ b/go.mod
@@ -3,18 +3,19 @@ module github.com/libp2p/go-tcp-transport
 go 1.16
 
 require (
-	github.com/ipfs/go-log/v2 v2.3.0
+	github.com/golang/mock v1.6.0
+	github.com/ipfs/go-log/v2 v2.5.0
 	github.com/libp2p/go-conn-security-multistream v0.3.0
-	github.com/libp2p/go-libp2p-core v0.10.0
-	github.com/libp2p/go-libp2p-mplex v0.4.1
-	github.com/libp2p/go-libp2p-testing v0.5.0
-	github.com/libp2p/go-libp2p-transport-upgrader v0.5.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/libp2p/go-netroute v0.1.5 // indirect
 	github.com/libp2p/go-reuseport v0.1.0
 	github.com/libp2p/go-reuseport-transport v0.1.0
 	github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd
 	github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b
-	github.com/multiformats/go-multiaddr v0.4.0
+	github.com/multiformats/go-multiaddr v0.4.1
 	github.com/multiformats/go-multiaddr-fmt v0.1.0
 	github.com/multiformats/go-multihash v0.0.15 // indirect
 	github.com/prometheus/client_golang v1.10.0

gorelease says:

# github.com/libp2p/go-tcp-transport
## incompatible changes
NewTCPTransport: changed from func(*github.com/libp2p/go-libp2p-transport-upgrader.Upgrader, ...Option) (*TcpTransport, error) to func(github.com/libp2p/go-libp2p-core/transport.Upgrader, github.com/libp2p/go-libp2p-core/network.ResourceManager, ...Option) (*TcpTransport, error)
TcpTransport.Upgrader: changed from *github.com/libp2p/go-libp2p-transport-upgrader.Upgrader to github.com/libp2p/go-libp2p-core/transport.Upgrader

# summary
Suggested version: v0.5.0

gocompat says:

(empty)

@marten-seemann marten-seemann merged commit 9743c20 into master Jan 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant