ipfs / boxo

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

Release v0.19.0 #598

Closed hacdias closed 3 months ago

github-actions[bot] commented 3 months ago

Suggested version: v0.19.0

Comparing to: v0.18.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.18.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 3 months ago

Codecov Report

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

Project coverage is 60.37%. Comparing base (c336fc9) to head (76648b7).

Impacted file tree graph

@@             Coverage Diff             @@
##           release     #598      +/-   ##
===========================================
- Coverage    65.71%   60.37%   -5.35%     
===========================================
  Files          207      229      +22     
  Lines        25612    22106    -3506     
===========================================
- Hits         16831    13346    -3485     
+ Misses        7312     7279      -33     
- Partials      1469     1481      +12     
Files Coverage Δ
routing/http/types/json/responses.go 57.69% <100.00%> (+12.23%) :arrow_up:
bitswap/options.go 41.02% <0.00%> (-3.42%) :arrow_down:
routing/http/server/server.go 71.85% <82.50%> (+4.39%) :arrow_up:
provider/provider.go 26.82% <40.74%> (+26.82%) :arrow_up:

... and 213 files with indirect coverage changes