libp2p / go-libp2p-core

Interfaces and abstractions that make up go-libp2p
Other
145 stars 75 forks source link

Release 0.17.1 #266

Closed MarcoPolo closed 2 years ago

MarcoPolo commented 2 years ago

To push the double canonical log fix

github-actions[bot] commented 2 years ago

Suggested version: v0.17.1 Comparing to: v0.17.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index a96c5ab..dd97688 100644
--- a/go.mod
+++ b/go.mod
@@ -7,17 +7,17 @@ require (
    github.com/btcsuite/btcd/btcec/v2 v2.1.3
    github.com/coreos/go-semver v0.3.0
    github.com/gogo/protobuf v1.3.1
-   github.com/ipfs/go-cid v0.0.7
+   github.com/ipfs/go-cid v0.2.0
    github.com/ipfs/go-log/v2 v2.5.1
    github.com/libp2p/go-buffer-pool v0.0.2
    github.com/libp2p/go-flow-metrics v0.0.3
    github.com/libp2p/go-msgio v0.0.6
    github.com/libp2p/go-openssl v0.0.7
-   github.com/minio/sha256-simd v0.1.1
+   github.com/minio/sha256-simd v1.0.0
    github.com/mr-tron/base58 v1.2.0
    github.com/multiformats/go-multiaddr v0.4.1
    github.com/multiformats/go-multicodec v0.4.1
-   github.com/multiformats/go-multihash v0.0.14
+   github.com/multiformats/go-multihash v0.0.15
    github.com/multiformats/go-varint v0.0.6
    github.com/stretchr/testify v1.7.0
 )
@@ -26,6 +26,7 @@ require (
    github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
    github.com/davecgh/go-spew v1.1.1 // indirect
    github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
+   github.com/klauspost/cpuid/v2 v2.0.4 // indirect
    github.com/mattn/go-isatty v0.0.14 // indirect
    github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
    github.com/multiformats/go-base32 v0.0.3 // indirect
@@ -33,11 +34,10 @@ require (
    github.com/multiformats/go-multibase v0.0.3 // indirect
    github.com/pmezard/go-difflib v1.0.0 // indirect
    github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
-   github.com/spaolacci/murmur3 v1.1.0 // indirect
    go.uber.org/atomic v1.7.0 // indirect
    go.uber.org/multierr v1.6.0 // indirect
    go.uber.org/zap v1.19.1 // indirect
-   golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
+   golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
    golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
    gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
 )

gorelease says:

# github.com/libp2p/go-libp2p-core/mux
## incompatible changes
package removed

# github.com/libp2p/go-libp2p-core/peer
## incompatible changes
NewLimitedSet: removed
NewSet: removed
Set: removed

# summary
Suggested version: v0.18.0

gocompat says:

(empty)
MarcoPolo commented 2 years ago

closing to wait for the resource manager change and release 0.18