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

feat: plumb through datastore contexts #89

Merged
merged 2 commits into from
Nov 22, 2021
Merged

feat: plumb through datastore contexts #89

merged 2 commits into from
Nov 22, 2021

Conversation

guseggert
Copy link
Contributor

@guseggert guseggert commented Nov 22, 2021

Master issue: ipfs/kubo#6803

@guseggert guseggert force-pushed the feat/context branch 3 times, most recently from 2bf2cdd to 0ef9cb7 Compare November 22, 2021 21:12
@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 df725d2..04d419c 100644
--- a/go.mod
+++ b/go.mod
@@ -1,17 +1,17 @@
 module github.com/libp2p/go-libp2p-pubsub-router
 
-go 1.12
+go 1.16
 
 require (
-	github.com/gogo/protobuf v1.3.1
-	github.com/ipfs/go-datastore v0.4.4
+	github.com/gogo/protobuf v1.3.2
+	github.com/ipfs/go-datastore v0.5.0
 	github.com/ipfs/go-ipfs-ds-help v0.1.1
-	github.com/ipfs/go-log/v2 v2.1.1
+	github.com/ipfs/go-log/v2 v2.3.0
 	github.com/libp2p/go-libp2p-blankhost v0.2.0
-	github.com/libp2p/go-libp2p-core v0.7.0
-	github.com/libp2p/go-libp2p-pubsub v0.4.0
+	github.com/libp2p/go-libp2p-core v0.11.0
+	github.com/libp2p/go-libp2p-pubsub v0.6.0
 	github.com/libp2p/go-libp2p-record v0.1.3
-	github.com/libp2p/go-libp2p-swarm v0.3.1
+	github.com/libp2p/go-libp2p-swarm v0.8.0
 	github.com/libp2p/go-msgio v0.0.6
-	golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
+	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
 )

gorelease says:

# github.com/libp2p/go-libp2p-pubsub-router
## compatible changes
WithDatastore: added

# summary
Suggested version: v0.5.0

gocompat says:

(empty)

@aschmahmann
Copy link
Contributor

The tests here seem to be flaky even before these changes and might be uncovering real issues, but they're not related to this PR. #90

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