ipfs / rainbow

A specialized IPFS HTTP gateway
https://docs.ipfs.tech/reference/http/gateway/
Other
66 stars 11 forks source link

Release v1.1.0 #124

Closed hacdias closed 2 months ago

github-actions[bot] commented 2 months ago

Suggested version: v1.1.0

Comparing to: v1.0.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 4cefc9a..1190e97 100644
--- a/go.mod
+++ b/go.mod
@@ -10,6 +10,7 @@ require (
    github.com/ipfs-shipyard/nopfs v0.0.12
    github.com/ipfs-shipyard/nopfs/ipfs v0.13.2-0.20231024163508-120e0c51ee3a
    github.com/ipfs/boxo v0.19.1-0.20240418055150-eeea41458735
+   github.com/ipfs/go-block-format v0.2.0
    github.com/ipfs/go-cid v0.4.1
    github.com/ipfs/go-datastore v0.6.0
    github.com/ipfs/go-ds-badger4 v0.1.5
@@ -90,11 +91,11 @@ require (
    github.com/huin/goupnp v1.3.0 // indirect
    github.com/ipfs/bbloom v0.0.4 // indirect
    github.com/ipfs/go-bitfield v1.1.0 // indirect
-   github.com/ipfs/go-block-format v0.2.0 // indirect
    github.com/ipfs/go-blockservice v0.5.2 // indirect
    github.com/ipfs/go-ipfs-blockstore v1.3.1 // indirect
    github.com/ipfs/go-ipfs-ds-help v1.1.1 // indirect
    github.com/ipfs/go-ipfs-exchange-interface v0.2.1 // indirect
+   github.com/ipfs/go-ipfs-pq v0.0.3 // indirect
    github.com/ipfs/go-ipfs-redirects-file v0.1.1 // indirect
    github.com/ipfs/go-ipfs-util v0.0.3 // indirect
    github.com/ipfs/go-ipld-cbor v0.1.0 // indirect
@@ -102,6 +103,7 @@ require (
    github.com/ipfs/go-ipld-legacy v0.2.1 // indirect
    github.com/ipfs/go-log v1.0.5 // indirect
    github.com/ipfs/go-merkledag v0.11.0 // indirect
+   github.com/ipfs/go-peertaskqueue v0.8.1 // indirect
    github.com/ipfs/go-verifcid v0.0.3 // indirect
    github.com/ipld/go-car v0.6.2 // indirect
    github.com/ipld/go-car/v2 v2.13.1 // indirect

gorelease says:

# 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: v1.1.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.