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

v0.19.2 bump #437

Merged
merged 1 commit into from
Sep 27, 2023
Merged

v0.19.2 bump #437

merged 1 commit into from
Sep 27, 2023

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Sep 27, 2023

No description provided.

@github-actions
Copy link

Suggested version: v0.19.2

Comparing to: v0.19.1 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 54d2239..5a1b24c 100644
--- a/go.mod
+++ b/go.mod
@@ -14,21 +14,22 @@ require (
 	github.com/ipfs/go-block-format v0.2.0
 	github.com/ipfs/go-cid v0.4.1
 	github.com/ipfs/go-datastore v0.6.0
-	github.com/ipfs/go-graphsync v0.14.10
+	github.com/ipfs/go-graphsync v0.15.1
 	github.com/ipfs/go-ipfs-blockstore v1.3.0
 	github.com/ipfs/go-ipfs-blocksutil v0.0.1
 	github.com/ipfs/go-ipfs-delay v0.0.1
 	github.com/ipfs/go-ipfs-exchange-interface v0.2.0
 	github.com/ipfs/go-ipld-format v0.6.0
 	github.com/ipfs/go-log/v2 v2.5.1
-	github.com/ipfs/go-unixfsnode v1.8.1
+	github.com/ipfs/go-unixfsnode v1.9.0
 	github.com/ipld/go-car/v2 v2.13.1
 	github.com/ipld/go-codec-dagpb v1.6.0
+	github.com/ipld/go-fixtureplate v0.0.1
 	github.com/ipld/go-ipld-prime v0.21.0
 	github.com/ipld/go-trustless-utils v0.3.0
-	github.com/ipld/ipld/specs v0.0.0-20230907004443-0e4ff95ff474
-	github.com/ipni/go-libipni v0.5.0
-	github.com/ipni/storetheindex v0.7.9-0.20230914224616-e6658bcf60c5
+	github.com/ipld/ipld/specs v0.0.0-20230927010225-ef4dbd703269
+	github.com/ipni/go-libipni v0.5.3
+	github.com/ipni/storetheindex v0.8.2
 	github.com/libp2p/go-libp2p v0.31.0
 	github.com/libp2p/go-libp2p-routing-helpers v0.7.1
 	github.com/libp2p/go-libp2p-testing v0.12.0
@@ -59,7 +60,7 @@ require (
 	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
 	github.com/docker/go-units v0.5.0 // indirect
 	github.com/elastic/gosigar v0.14.2 // indirect
-	github.com/felixge/httpsnoop v1.0.3 // indirect
+	github.com/felixge/httpsnoop v1.0.0 // indirect
 	github.com/filecoin-project/go-address v1.1.0 // indirect
 	github.com/filecoin-project/go-amt-ipld/v4 v4.0.0 // indirect
 	github.com/filecoin-project/go-cbor-util v0.0.1 // indirect
@@ -79,7 +80,6 @@ require (
 	github.com/golang/protobuf v1.5.3 // indirect
 	github.com/google/gopacket v1.1.19 // indirect
 	github.com/google/pprof v0.0.0-20230821062121-407c9e7a662f // indirect
-	github.com/gopherjs/gopherjs v1.17.2 // indirect
 	github.com/gorilla/websocket v1.5.0 // indirect
 	github.com/hannahhoward/cbor-gen-for v0.0.0-20230214144701-5d17c9d5243c // indirect
 	github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -156,12 +156,10 @@ require (
 	github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
 	github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
 	go.opentelemetry.io/otel/metric v1.16.0 // indirect
-	go.opentelemetry.io/otel/sdk v1.16.0 // indirect
 	go.uber.org/atomic v1.11.0 // indirect
 	go.uber.org/dig v1.17.0 // indirect
 	go.uber.org/fx v1.20.0 // indirect
 	go.uber.org/zap v1.25.0 // indirect
-	go4.org v0.0.0-20230225012048-214862532bf5 // indirect
 	golang.org/x/crypto v0.12.0 // indirect
 	golang.org/x/mod v0.12.0 // indirect
 	golang.org/x/net v0.14.0 // indirect

gorelease says:

# github.com/filecoin-project/lassie/pkg/retriever
## incompatible changes
(*ProtocolGraphsync).Connect: changed from func(context.Context, *retrieval, time.Time, github.com/filecoin-project/lassie/pkg/types.RetrievalCandidate) (time.Duration, error) to func(context.Context, *retrieval, github.com/filecoin-project/lassie/pkg/types.RetrievalCandidate) (time.Duration, error)
(*ProtocolHttp).Connect: changed from func(context.Context, *retrieval, time.Time, github.com/filecoin-project/lassie/pkg/types.RetrievalCandidate) (time.Duration, error) to func(context.Context, *retrieval, github.com/filecoin-project/lassie/pkg/types.RetrievalCandidate) (time.Duration, error)
TransportProtocol.Connect: changed from func(context.Context, *retrieval, time.Time, github.com/filecoin-project/lassie/pkg/types.RetrievalCandidate) (time.Duration, error) to func(context.Context, *retrieval, github.com/filecoin-project/lassie/pkg/types.RetrievalCandidate) (time.Duration, error)

# diagnostics
go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.
required module github.com/microcosm-cc/bluemonday@v1.0.1 retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Suggested version: v0.20.0

gocompat says:

Your branch is up to date with 'origin/main'.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@codecov-commenter
Copy link

codecov-commenter commented Sep 27, 2023

Codecov Report

Merging #437 (133e3ca) into main (d9e0de8) will decrease coverage by 0.07%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #437      +/-   ##
==========================================
- Coverage   76.49%   76.43%   -0.07%     
==========================================
  Files          85       85              
  Lines        6387     6387              
==========================================
- Hits         4886     4882       -4     
- Misses       1247     1249       +2     
- Partials      254      256       +2     

see 4 files with indirect coverage changes

@rvagg
Copy link
Member Author

rvagg commented Sep 27, 2023

# github.com/filecoin-project/lassie/pkg/retriever
## incompatible changes
(*ProtocolGraphsync).Connect: changed from func(context.Context, *retrieval, time.Time, github.com/filecoin-project/lassie/pkg/types.RetrievalCandidate) (time.Duration, error) to func(context.Context, *retrieval, github.com/filecoin-project/lassie/pkg/types.RetrievalCandidate) (time.Duration, error)
(*ProtocolHttp).Connect: changed from func(context.Context, *retrieval, time.Time, github.com/filecoin-project/lassie/pkg/types.RetrievalCandidate) (time.Duration, error) to func(context.Context, *retrieval, github.com/filecoin-project/lassie/pkg/types.RetrievalCandidate) (time.Duration, error)
TransportProtocol.Connect: changed from func(context.Context, *retrieval, time.Time, github.com/filecoin-project/lassie/pkg/types.RetrievalCandidate) (time.Duration, error) to func(context.Context, *retrieval, github.com/filecoin-project/lassie/pkg/types.RetrievalCandidate) (time.Duration, error)

I'm calling this an internal detail that shouldn't concern downstream consumers; yet. I imagine later these being reusable components but for now these are just an internal abstraction to minimise code duplication.

@rvagg rvagg merged commit f7b051a into main Sep 27, 2023
11 checks passed
@rvagg rvagg deleted the rvagg/v0.19.2 branch September 27, 2023 04:43
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