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

chore: v0.10.0 #345

Merged
merged 1 commit into from
Jun 9, 2023
Merged

chore: v0.10.0 #345

merged 1 commit into from
Jun 9, 2023

Conversation

hacdias
Copy link
Member

@hacdias hacdias commented Jun 9, 2023

The initial plan was to release 0.9.1 today. There are breaking API changes in the Gateway submodule (different signatures, refactored structures and functions with new names). Therefore, according to the release process, I am releasing 0.10.0 instead.

@hacdias hacdias requested a review from a team as a code owner June 9, 2023 09:44
@codecov
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

Merging #345 (c3d2e53) into main (bb75935) will decrease coverage by 0.47%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #345      +/-   ##
==========================================
- Coverage   50.59%   50.12%   -0.47%     
==========================================
  Files         281      281              
  Lines       34054    34054              
==========================================
- Hits        17229    17070     -159     
- Misses      15032    15189     +157     
- Partials     1793     1795       +2     

see 11 files with indirect coverage changes

@hacdias hacdias changed the title chore: v0.9.1 chore: v0.10.0 Jun 9, 2023
@github-actions
Copy link

github-actions bot commented Jun 9, 2023

Suggested version: v0.10.0

Comparing to: v0.9.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index fd7271db..49fce9b7 100644
--- a/go.mod
+++ b/go.mod
@@ -30,7 +30,7 @@ require (
 	github.com/ipfs/go-log/v2 v2.5.1
 	github.com/ipfs/go-metrics-interface v0.0.1
 	github.com/ipfs/go-peertaskqueue v0.8.1
-	github.com/ipfs/go-unixfsnode v1.6.0
+	github.com/ipfs/go-unixfsnode v1.7.1
 	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-1a409dc236dddiff --git a/examples/go.mod b/examples/go.mod
index 76ac8bf0..a7aa9496 100644
--- a/examples/go.mod
+++ b/examples/go.mod
@@ -69,7 +69,7 @@ require (
 	github.com/ipfs/go-log/v2 v2.5.1 // indirect
 	github.com/ipfs/go-metrics-interface v0.0.1 // indirect
 	github.com/ipfs/go-peertaskqueue v0.8.1 // indirect
-	github.com/ipfs/go-unixfsnode v1.6.0 // indirect
+	github.com/ipfs/go-unixfsnode v1.7.1 // indirect
 	github.com/ipld/go-codec-dagpb v1.6.0 // indirect
 	github.com/jackpal/go-nat-pmp v1.0.2 // indirect
 	github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect

gorelease says:

# github.com/ipfs/boxo/gateway
## incompatible changes
(*ErrorRetryAfter).HTTPHeaderValue: removed
(*ErrorRetryAfter).Humanized: removed
(*ErrorRetryAfter).RoundSeconds: removed
BlockGatewayOption: removed
BlocksGateway: removed
ErrorResponse: removed
IPFSBackend.GetCAR: changed from func(context.Context, ImmutablePath) (ContentPathMetadata, io.ReadCloser, <-chan error, error) to func(context.Context, ImmutablePath, CarParams) (ContentPathMetadata, io.ReadCloser, error)
NewBlocksGateway: removed
NewErrorResponse: removed
NewErrorResponseForCode: removed
ServeContent: removed
Specification: removed
WithHostname: removed
## compatible changes
(*ErrorRetryAfter).RetryAfterHeader: added
BlocksBackend: added
BlocksBackendOption: added
CarParams: added
DagByteRange: added
DagScope: added
DagScopeAll: added
DagScopeBlock: added
DagScopeEntity: added
ErrorStatusCode: added
NewBlocksBackend: added
NewDagByteRange: added
NewErrorStatusCode: added
NewErrorStatusCodeFromStatus: added
NewHostnameHandler: added
PublicGateway: added

# diagnostics
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.10.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.

@hacdias hacdias merged commit 6f82d77 into main Jun 9, 2023
@hacdias hacdias deleted the release-v0.9.1 branch June 9, 2023 10:15
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.

1 participant