ipld / frisbii

An experimental minimal IPLD data provider for the IPFS network
Other
14 stars 2 forks source link

v0.2.2 bump #58

Closed rvagg closed 11 months ago

github-actions[bot] commented 11 months ago

Suggested version: v0.3.0

Comparing to: v0.2.1 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 7f8e042..949b5b3 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module github.com/ipld/frisbii
 go 1.20

 require (
+   github.com/NYTimes/gziphandler v1.1.1
    github.com/dustin/go-humanize v1.0.1
    github.com/ipfs/go-block-format v0.2.0
    github.com/ipfs/go-cid v0.4.1
@@ -12,9 +13,10 @@ require (
    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.2
    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/ipld/go-trustless-utils v0.4.0
+   github.com/ipld/ipld/specs v0.0.0-20230927010225-ef4dbd703269
    github.com/ipni/go-libipni v0.5.2
    github.com/ipni/index-provider v0.14.2
    github.com/ipni/storetheindex v0.8.1
@@ -23,6 +25,7 @@ require (
    github.com/multiformats/go-multihash v0.2.3
    github.com/stretchr/testify v1.8.4
    github.com/urfave/cli/v2 v2.25.7
+   go.uber.org/multierr v1.11.0
    golang.org/x/term v0.12.0
 )

@@ -145,7 +148,6 @@ require (
    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/multierr v1.11.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

gorelease says:

# github.com/ipld/frisbii
## incompatible changes
(*LoggingResponseWriter).Log: changed from func(int, time.Duration, int, string) to func(int, time.Duration, int, string, string)
## compatible changes
(*LoggingResponseWriter).CompressionRatio: added
NewHttpIpfsHandlerFunc: added
WithCompressionLevel: added
httpOptions.CompressionLevel: added

# 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.3.0

gocompat says:

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

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.