Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v4.0.0 #101

Merged
merged 1 commit into from
Sep 8, 2022
Merged

release v4.0.0 #101

merged 1 commit into from
Sep 8, 2022

Conversation

marten-seemann
Copy link
Contributor

@marten-seemann marten-seemann commented Sep 6, 2022

to be merged after #98 and #70

@github-actions
Copy link

github-actions bot commented Sep 7, 2022

Suggested version: v4.0.0
Comparing to: v3.1.2 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 172fced..c8a8c61 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
-module github.com/libp2p/go-yamux/v3
+module github.com/libp2p/go-yamux/v4
 
-go 1.17
+go 1.18
 
 require (
 	github.com/libp2p/go-buffer-pool v0.0.2

gorelease says:

# github.com/libp2p/go-yamux/v3
## incompatible changes
Client: changed from func(net.Conn, *Config, MemoryManager) (*Session, error) to func(net.Conn, *Config, func() (MemoryManager, error)) (*Session, error)
MemoryManager.Done: added
Server: changed from func(net.Conn, *Config, MemoryManager) (*Session, error) to func(net.Conn, *Config, func() (MemoryManager, error)) (*Session, error)
## compatible changes
Config.MeasureRTTInterval: added

# summary
Cannot suggest a release version.
Base module path is different from release.

gocompat says:

(empty)

@marten-seemann marten-seemann merged commit cc78f04 into master Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants