ipfs / boxo

A set of reference libraries for building IPFS applications and implementations in Go.
https://github.com/ipfs/boxo#readme
Other
205 stars 89 forks source link

Release v0.20.0 #613

Closed hacdias closed 4 months ago

github-actions[bot] commented 4 months ago

Suggested version: v0.20.0

Comparing to: v0.19.0 (diff)

Changes in go.mod file(s):

(empty)

gorelease says:

# diagnostics
go.mod: the following requirements are needed
    go.opentelemetry.io/otel/exporters/jaeger@v1.14.0
    go.uber.org/atomic@v1.11.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
Suggested version: v0.19.1

gocompat says:

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

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.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 48.49234% with 1042 lines in your changes are missing coverage. Please review.

Project coverage is 59.79%. Comparing base (b50fcfd) to head (797e6b4).

Impacted file tree graph

@@             Coverage Diff             @@
##           release     #613      +/-   ##
===========================================
- Coverage    59.92%   59.79%   -0.14%     
===========================================
  Files          232      238       +6     
  Lines        28186    29889    +1703     
===========================================
+ Hits         16890    17871     +981     
- Misses        9825    10404     +579     
- Partials      1471     1614     +143     
Files Coverage Δ
bitswap/server/internal/decision/peer_ledger.go 94.17% <100.00%> (+0.23%) :arrow_up:
examples/gateway/car-file/main.go 11.53% <ø> (ø)
gateway/gateway.go 83.54% <ø> (+7.59%) :arrow_up:
gateway/handler.go 79.62% <100.00%> (+1.34%) :arrow_up:
gateway/handler_car.go 79.89% <100.00%> (+1.28%) :arrow_up:
gateway/hostname.go 74.36% <100.00%> (+0.17%) :arrow_up:
bitswap/network/ipfs_impl.go 77.30% <0.00%> (+2.83%) :arrow_up:
examples/gateway/proxy-blocks/main.go 0.00% <0.00%> (ø)
gateway/handler_unixfs_dir.go 64.84% <50.00%> (-1.82%) :arrow_down:
bitswap/options.go 38.09% <0.00%> (-1.91%) :arrow_down:
... and 13 more

... and 18 files with indirect coverage changes