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

release v0.10.0 #311

Merged
merged 1 commit into from
Jan 18, 2022
Merged

release v0.10.0 #311

merged 1 commit into from
Jan 18, 2022

Conversation

marten-seemann
Copy link
Contributor

No description provided.

@github-actions
Copy link

Suggested version: v0.10.0
Comparing to: v0.9.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index c0b0ac7..0b87a1d 100644
--- a/go.mod
+++ b/go.mod
@@ -3,19 +3,18 @@ module github.com/libp2p/go-libp2p-swarm
 go 1.16
 
 require (
-	github.com/ipfs/go-log/v2 v2.4.0
-	github.com/libp2p/go-addr-util v0.1.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.13.0
+	github.com/libp2p/go-libp2p-core v0.14.0
 	github.com/libp2p/go-libp2p-peerstore v0.6.0
-	github.com/libp2p/go-libp2p-quic-transport v0.13.0
-	github.com/libp2p/go-libp2p-testing v0.5.0
-	github.com/libp2p/go-libp2p-transport-upgrader v0.6.0
-	github.com/libp2p/go-libp2p-yamux v0.5.0
-	github.com/libp2p/go-maddr-filter v0.1.0
-	github.com/libp2p/go-stream-muxer-multistream v0.3.0
-	github.com/libp2p/go-tcp-transport v0.4.0
-	github.com/multiformats/go-multiaddr v0.4.0
+	github.com/libp2p/go-libp2p-quic-transport v0.16.0
+	github.com/libp2p/go-libp2p-testing v0.7.0
+	github.com/libp2p/go-libp2p-transport-upgrader v0.7.0
+	github.com/libp2p/go-libp2p-yamux v0.8.0
+	github.com/libp2p/go-stream-muxer-multistream v0.4.0
+	github.com/libp2p/go-tcp-transport v0.5.0
+	github.com/multiformats/go-multiaddr v0.5.0
 	github.com/multiformats/go-multiaddr-fmt v0.1.0
 	github.com/stretchr/testify v1.7.0
 	github.com/whyrusleeping/multiaddr-filter v0.0.0-20160516205228-e903e4adabd7

gorelease says:

# github.com/libp2p/go-libp2p-swarm
## incompatible changes
(*Stream).SetProtocol: changed from func(github.com/libp2p/go-libp2p-core/protocol.ID) to func(github.com/libp2p/go-libp2p-core/protocol.ID) error
DialTimeoutLocal: removed
## compatible changes
(*Conn).Scope: added
(*Stream).Scope: added
(*Swarm).ResourceManager: added
WithDialTimeout: added
WithDialTimeoutLocal: added
WithResourceManager: added

# github.com/libp2p/go-libp2p-swarm/testing
## incompatible changes
GenUpgrader: changed from func(*github.com/libp2p/go-libp2p-swarm.Swarm) *github.com/libp2p/go-libp2p-transport-upgrader.Upgrader to func(*testing.T, *github.com/libp2p/go-libp2p-swarm.Swarm, ...github.com/libp2p/go-libp2p-transport-upgrader.Option) github.com/libp2p/go-libp2p-core/transport.Upgrader
## compatible changes
DialTimeout: added
OptResourceManager: added

# summary
Suggested version: v0.10.0

gocompat says:

(empty)

@marten-seemann marten-seemann merged commit 94c0ccf 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.

1 participant