Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Release v0.5.0 #47

Merged
merged 1 commit into from
Sep 13, 2022
Merged

Release v0.5.0 #47

merged 1 commit into from
Sep 13, 2022

Conversation

guseggert
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 74344df..e580a1f 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ require (
 	github.com/ipfs/go-cid v0.2.0
 	github.com/ipfs/go-ipns v0.1.2
 	github.com/ipfs/go-log/v2 v2.5.1
-	github.com/ipld/edelweiss v0.1.6
+	github.com/ipld/edelweiss v0.2.0
 	github.com/ipld/go-ipld-prime v0.17.1-0.20220627233435-adf99676901e
 	github.com/libp2p/go-libp2p-core v0.16.1
 	github.com/libp2p/go-libp2p-record v0.1.3

gorelease says:

# github.com/ipfs/go-delegated-routing/client
## incompatible changes
(*Client).Provide: changed from func(context.Context, github.com/ipfs/go-cid.Cid, time.Duration) (time.Duration, error) to func(context.Context, []github.com/ipfs/go-cid.Cid, time.Duration) (time.Duration, error)
(*Client).ProvideAsync: changed from func(context.Context, github.com/ipfs/go-cid.Cid, time.Duration) (<-chan time.Duration, error) to func(context.Context, []github.com/ipfs/go-cid.Cid, time.Duration) (<-chan time.Duration, error)
DelegatedRoutingClient.Provide: changed from func(context.Context, github.com/ipfs/go-cid.Cid, time.Duration) (time.Duration, error) to func(context.Context, []github.com/ipfs/go-cid.Cid, time.Duration) (time.Duration, error)
DelegatedRoutingClient.ProvideAsync: changed from func(context.Context, github.com/ipfs/go-cid.Cid, time.Duration) (<-chan time.Duration, error) to func(context.Context, []github.com/ipfs/go-cid.Cid, time.Duration) (<-chan time.Duration, error)
ProvideRequest.Key: changed from github.com/ipfs/go-cid.Cid to []github.com/ipfs/go-cid.Cid
## compatible changes
(*ContentRoutingClient).ProvideMany: added
(*ContentRoutingClient).Ready: added

# github.com/ipfs/go-delegated-routing/gen/proto
## incompatible changes
AnonList20: removed
AnonList20_ListIterator: removed
ProvideRequest.Key: changed from LinkToAny to AnonList14
## compatible changes
AnonList14: added
AnonList14_ListIterator: added
AnonList21: added
AnonList21_ListIterator: added

# summary
Suggested version: v0.5.0

gocompat says:

(empty)

@guseggert guseggert merged commit 46f715e into main Sep 13, 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.

2 participants