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

release v0.4.0 #108

Merged
merged 1 commit into from
Oct 18, 2021
Merged

release v0.4.0 #108

merged 1 commit into from
Oct 18, 2021

Conversation

marten-seemann
Copy link
Contributor

No description provided.

@github-actions
Copy link

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

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index ea7e4ee..5373cdb 100644
--- a/go.mod
+++ b/go.mod
@@ -18,4 +18,5 @@ require (
 	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
+	github.com/stretchr/testify v1.7.0
 )

gorelease says:

# github.com/libp2p/go-tcp-transport
## incompatible changes
DefaultConnectTimeout: removed
NewTCPTransport: changed from func(*github.com/libp2p/go-libp2p-transport-upgrader.Upgrader) *TcpTransport to func(*github.com/libp2p/go-libp2p-transport-upgrader.Upgrader, ...Option) (*TcpTransport, error)
TcpTransport.ConnectTimeout: removed
TcpTransport.DisableReuseport: removed
## compatible changes
DisableReuseport: added
Option: added
WithConnectionTimeout: added

# summary
Suggested version: v0.4.0

gocompat says:

"github.com/libp2p/go-tcp-transport".DefaultConnectTimeout TopLevelDeclarationDeleted
"github.com/libp2p/go-tcp-transport".NewTCPTransport SignatureChanged
"github.com/libp2p/go-tcp-transport".TcpTransport.DisableReuseport FieldDeleted
"github.com/libp2p/go-tcp-transport".TcpTransport.ConnectTimeout FieldDeleted

@marten-seemann marten-seemann merged commit f365f9b into master Oct 18, 2021
@aschmahmann aschmahmann mentioned this pull request Dec 1, 2021
80 tasks
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.

2 participants