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

release v0.5.0 #187

Merged
merged 1 commit into from
Dec 8, 2021
Merged

release v0.5.0 #187

merged 1 commit into from
Dec 8, 2021

Conversation

marten-seemann
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Dec 8, 2021

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 32ea96f..f0f22df 100644
--- a/go.mod
+++ b/go.mod
@@ -6,13 +6,15 @@ retract v0.2.9 // Contains backwards-incompatible changes. Use v0.3.0 instead.
 
 require (
 	github.com/gogo/protobuf v1.3.2
+	github.com/golang/mock v1.6.0
 	github.com/hashicorp/golang-lru v0.5.4
 	github.com/ipfs/go-datastore v0.5.0
 	github.com/ipfs/go-ds-badger v0.3.0
 	github.com/ipfs/go-ds-leveldb v0.5.0
-	github.com/ipfs/go-log v1.0.5
+	github.com/ipfs/go-log/v2 v2.3.0
 	github.com/libp2p/go-buffer-pool v0.0.2
-	github.com/libp2p/go-libp2p-core v0.8.6
+	github.com/libp2p/go-eventbus v0.2.1
+	github.com/libp2p/go-libp2p-core v0.12.0
 	github.com/multiformats/go-base32 v0.0.3
 	github.com/multiformats/go-multiaddr v0.3.3
 	github.com/multiformats/go-multiaddr-fmt v0.1.0

gorelease says:

# github.com/libp2p/go-libp2p-peerstore
## compatible changes
(*metrics).RemovePeer: added

# github.com/libp2p/go-libp2p-peerstore/pstoreds
## compatible changes
(*dsKeyBook).RemovePeer: added
(*dsPeerMetadata).RemovePeer: added
(*dsProtoBook).RemovePeer: added
(*pstoreds).RemovePeer: added
(*pstoreds).Start: added
Options.EventBus: added

# github.com/libp2p/go-libp2p-peerstore/pstoremanager
## compatible changes
package added

# github.com/libp2p/go-libp2p-peerstore/pstoremem
## incompatible changes
NewProtoBook: changed from func(...Option) (*memoryProtoBook, error) to func(...ProtoBookOption) (*memoryProtoBook, error)
Option: changed from func(*memoryProtoBook) error to interface{}
WithMaxProtocols: changed from func(int) Option to func(int) ProtoBookOption
## compatible changes
(*memoryKeyBook).RemovePeer: added
(*memoryPeerMetadata).RemovePeer: added
(*memoryProtoBook).RemovePeer: added
(*pstoremem).RemovePeer: added
(*pstoremem).Start: added
PeerstoreOption: added
ProtoBookOption: added
WithEventBus: added

# summary
Suggested version: v0.5.0

gocompat says:

"github.com/libp2p/go-libp2p-peerstore/pstoremem".NewProtoBook SignatureChanged
"github.com/libp2p/go-libp2p-peerstore/pstoremem".Option TypeChanged
"github.com/libp2p/go-libp2p-peerstore/pstoremem".WithMaxProtocols SignatureChanged

@marten-seemann marten-seemann merged commit c1674ed into master Dec 8, 2021
@marten-seemann marten-seemann deleted the release-1 branch December 8, 2021 06:00
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

2 participants