Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.9.1 #310

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Release v0.9.1 #310

merged 1 commit into from
Aug 16, 2024

Conversation

achingbrain
Copy link
Member

No description provided.

Copy link

Suggested version: 0.9.1

Comparing to: v0.9.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 8e63c12..4626abd 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
 	github.com/ipld/go-ipld-prime v0.20.0 // indirect
 	github.com/klauspost/compress v1.17.9 // indirect
 	github.com/klauspost/cpuid/v2 v2.2.8 // indirect
-	github.com/libp2p/go-libp2p v0.36.1
+	github.com/libp2p/go-libp2p v0.36.2
 	github.com/libp2p/go-libp2p-kad-dht v0.25.2
 	github.com/libp2p/go-libp2p-pubsub v0.11.0
 	github.com/mattn/go-isatty v0.0.20 // indirect
@@ -98,7 +98,7 @@ require (
 	github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
 	github.com/pion/datachannel v1.5.8 // indirect
 	github.com/pion/dtls/v2 v2.2.12 // indirect
-	github.com/pion/ice/v2 v2.3.32 // indirect
+	github.com/pion/ice/v2 v2.3.34 // indirect
 	github.com/pion/interceptor v0.1.29 // indirect
 	github.com/pion/logging v0.2.2 // indirect
 	github.com/pion/mdns v0.0.12 // indirect
@@ -109,9 +109,9 @@ require (
 	github.com/pion/sdp/v3 v3.0.9 // indirect
 	github.com/pion/srtp/v2 v2.0.20 // indirect
 	github.com/pion/stun v0.6.1 // indirect
-	github.com/pion/transport/v2 v2.2.9 // indirect
+	github.com/pion/transport/v2 v2.2.10 // indirect
 	github.com/pion/turn/v2 v2.1.6 // indirect
-	github.com/pion/webrtc/v3 v3.2.50 // indirect
+	github.com/pion/webrtc/v3 v3.3.0 // indirect
 	github.com/pkg/errors v0.9.1 // indirect
 	github.com/pmezard/go-difflib v1.0.0 // indirect
 	github.com/prometheus/client_model v0.6.1 // indirect

gorelease says:

panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x5e6a2f]

goroutine 245 [running]:
go/types.(*Checker).handleBailout(0xc0007f4600, 0xc000187c10)
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/check.go:367 +0x88
panic({0x6a6260?, 0x8e1520?})
	/opt/hostedtoolcache/go/1.22.6/x64/src/runtime/panic.go:770 +0x132
go/types.(*StdSizes).Sizeof(0x0, {0x758110, 0x8e49a0})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/sizes.go:228 +0x30f
go/types.(*Config).sizeof(...)
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/sizes.go:333
go/types.representableConst.func1({0x758110?, 0x8e49a0?})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/const.go:76 +0x9e
go/types.representableConst({0x759f18, 0x8d9cf0}, 0xc0007f4600, 0x8e49a0, 0xc000185db0)
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/const.go:92 +0x192
go/types.(*Checker).representation(0xc0007f4600, 0xc0006c99c0, 0x8e49a0)
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/const.go:256 +0x65
go/types.(*Checker).implicitTypeAndValue(0xc0007f4600, 0xc0006c99c0, {0x758110, 0x8e49a0})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/expr.go:375 +0x2d7
go/types.(*Checker).assignment(0xc0007f4600, 0xc0006c99c0, {0x758110, 0x8e49a0}, {0x6ee954, 0xe})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/assignments.go:52 +0x2e5
go/types.(*Checker).exprInternal(0xc0007f4600, 0x0, 0xc0006c99c0, {0x7592b8, 0xc0006c8580}, {0x758098, 0xc000222540})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/expr.go:1175 +0x267a
go/types.(*Checker).rawExpr(0xc0007f4600, 0x0, 0xc0006c99c0, {0x7592b8?, 0xc0006c8580?}, {0x758098?, 0xc000222540?}, 0x0)
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/expr.go:979 +0x19e
go/types.(*Checker).exprWithHint(0xc0007f4600, 0xc0006c99c0, {0x7592b8, 0xc0006c8580}, {0x758098, 0xc000222540})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/expr.go:1563 +0x65
go/types.(*Checker).indexedElts(0xc0007f4600, {0xc0007f4400, 0x1c, 0xc0008fce70?}, {0x758098, 0xc000222540}, 0xffffffffffffffff)
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/index.go:453 +0x129
go/types.(*Checker).exprInternal(0xc0007f4600, 0x0, 0xc0006c9300, {0x7592b8, 0xc0006c8c40}, {0x0, 0x0})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/expr.go:1247 +0x10dd
go/types.(*Checker).rawExpr(0xc0007f4600, 0x0, 0xc0006c9300, {0x7592b8?, 0xc0006c8c40?}, {0x0?, 0x0?}, 0x0)
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/expr.go:979 +0x19e
go/types.(*Checker).expr(0xc0007f4600, 0x0?, 0xc0006c9300, {0x7592b8?, 0xc0006c8c40?})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/expr.go:1513 +0x30
go/types.(*Checker).varDecl(0xc0007f4600, 0xc0008f2780, {0xc00004a248, 0x1, 0x1}, {0x0, 0x0}, {0x7592b8, 0xc0006c8c40})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/decl.go:521 +0x17b
go/types.(*Checker).objDecl(0xc0007f4600, {0x75c258, 0xc0008f2780}, 0x0)
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/decl.go:194 +0x9e5
go/types.(*Checker).packageObjects(0xc0007f4600)
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/resolver.go:693 +0x4dd
go/types.(*Checker).checkFiles(0xc0007f4600, {0xc00004a088, 0x1, 0x1})
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/check.go:408 +0x1a5
go/types.(*Checker).Files(...)
	/opt/hostedtoolcache/go/1.22.6/x64/src/go/types/check.go:372
golang.org/x/tools/go/packages.(*loader).loadPackage(0xc0002200e0, 0xc0006fd950)
	/home/runner/go/pkg/mod/golang.org/x/[email protected]/go/packages/packages.go:1037 +0x932
golang.org/x/tools/go/packages.(*loader).loadRecursive.func1()
	/home/runner/go/pkg/mod/golang.org/x/[email protected]/go/packages/packages.go:847 +0x1a9
sync.(*Once).doSlow(0x0?, 0x0?)
	/opt/hostedtoolcache/go/1.22.6/x64/src/sync/once.go:74 +0xc2
sync.(*Once).Do(...)
	/opt/hostedtoolcache/go/1.22.6/x64/src/sync/once.go:65
golang.org/x/tools/go/packages.(*loader).loadRecursive(0x0?, 0x0?)
	/home/runner/go/pkg/mod/golang.org/x/[email protected]/go/packages/packages.go:835 +0x4a
golang.org/x/tools/go/packages.(*loader).loadRecursive.func1.1(0x0?)
	/home/runner/go/pkg/mod/golang.org/x/[email protected]/go/packages/packages.go:842 +0x26
created by golang.org/x/tools/go/packages.(*loader).loadRecursive.func1 in goroutine 242
	/home/runner/go/pkg/mod/golang.org/x/[email protected]/go/packages/packages.go:841 +0x94

gocompat says:

HEAD is now at 4d3fb7f Release v0.9.0 (#308)
Previous HEAD position was 4d3fb7f Release v0.9.0 (#308)
Switched to branch 'master'
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.

@achingbrain achingbrain merged commit e7e49df into master Aug 16, 2024
10 checks passed
@achingbrain achingbrain deleted the achingbrain-patch-1 branch August 16, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant