-
Notifications
You must be signed in to change notification settings - Fork 70
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
Update go deps (major) #848
base: main
Are you sure you want to change the base?
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
3ef3383
to
5f826ff
Compare
2b71871
to
7574146
Compare
Generated by renovateBot
5a2628a
to
62f2d1c
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
v0.2.1
->v1.0.0
v3.0.3
->v4.0.4
v3.2.28
->v4.0.2
Release Notes
gammazero/deque (github.com/gammazero/deque)
v1.0.0
Compare Source
What's Changed
Grow
function to grow deque, if necessary, so that it has space for at least n additional items.Swap
function to exchange two items in dequeInsert
with out of range indexes, inserting item at front or back of deque.SetMinCapacity
withSetBaseCap
to set base capacity, so that deque always has space reserved for at least the specified number of items.Grow
andSetBaseCap
for this.Full Changelog: gammazero/deque@v0.2.1...v1.0.0
go-jose/go-jose (github.com/go-jose/go-jose/v3)
v4.0.4
Compare Source
Fixed
breaking change. See #136 / #137.
v4.0.3
Compare Source
Changed
v4.0.2
Compare Source
Changed
argument type (#104)
curves error cases (#117)
v4.0.1
Compare Source
Fixed
amounts of memory and CPU when decompressed by
Decrypt
orDecryptMulti
.Those functions now return an error if the decompressed data would exceed
250kB or 10x the compressed size (whichever is larger). Thanks to
Enze Wang@Alioth and Jianjun Chen@Zhongguancun Lab (@zer0yu and @chenjj)
for reporting.
v4.0.0
Compare Source
This release makes some breaking changes in order to more thoroughly
address the vulnerabilities discussed in Three New Attacks Against JSON Web
Tokens, "Sign/encrypt confusion", "Billion hash attack", and "Polyglot
token".
Changed
ParseSigned, ParseDetached, jwt.ParseEncrypted, jwt.ParseSigned,
jwt.ParseSignedAndEncrypted (#69, #74)
to use and it's a mistake to allow unexpected algorithms. For instance the
"billion hash attack" relies in part on programs accepting the PBES2
encryption algorithm and doing the necessary work even if they weren't
specifically configured to allow PBES2.
Added
ParseEncrypted, which try to automatically detect which serialization was
provided. It's common to require a specific serialization for a specific
protocol - for instance JWT requires Compact serialization.
pion/webrtc (github.com/pion/webrtc/v3)
v4.0.2
Compare Source
Changelog
2fd3640
Only collect single fingerprints/ICE credentials363e017
Update module github.com/pion/dtls/v3 to v3.0.48c06e02
Update module golang.org/x/net to v0.30.0e53cbc4
Fix race when closing ICE Transportae89317
Test that NULL Protection Profile is disabled271ab55
Add WithPayloader to TrackLocalStaticv4.0.1
Compare Source
What's Changed
Full Changelog: pion/webrtc@v4.0.0...v4.0.1
v4.0.0
Compare Source
Changelog
3f1622a
Add v4 Release Notes to READMEbb41f23
Don't use JitterBuffer in SampleBuilderdc1f8ff
Add ice transport api to get selected pair statsv3.3.4
Compare Source
Changelog
90222f6
Update ICE versionc3c7178
Add ice transport api to get selected pair statsv3.3.3
Compare Source
Changelog
c088755
Update ICEv3.3.2
Compare Source
Changelog
8bf9954
Return object icluding stat id for selected pairv3.3.1
Compare Source
Changelog
f99d4ed
Don't reuse transceiver in one round negotiation540af5b
Prevent ICETransport start/stop deadlock6ac4b71
Fix concurrent pc.GracefulClosev3.3.0
Compare Source
New Feature
peerconnection.SCTPTransport
now provides anOnClose
callback that can be used to detect remote peer connection close similar to theOnError
callback.What's Changed
Full Changelog: pion/webrtc@v3.2.51...v3.3.0
v3.2.51
Compare Source
What's Changed
Full Changelog: pion/webrtc@v3.2.50...v3.2.51
v3.2.50
Compare Source
Changelog
2364173
Fix our-of-order twcc fb cause by rtx blocked69cd4e4
Close unhandled rtcp simulcast streamsa598bab
Bump ice to v2.3.31v3.2.49
Compare Source
Changelog
5437ff5
Added support for SRTP_NULL_HMAC_SHA1_80 cipherv3.2.48
Compare Source
Changelog
bd3aaae
Fix TestPeerConnection_Simulcastaf63d2b
Properly handle non-media probes482d9eb
Updated pion modules to latest versions48cfc63
Hold pc.mu while populating local candidatesv3.2.47
Compare Source
Changelog
7407903
Match header extensions to remote media sectionsv3.2.46
Compare Source
Changelog
49ccf87
Update ice to v2.3.28v3.2.45
Compare Source
Changelog
5bf5bed
Revert7c8bfbd
and add testv3.2.44
Compare Source
What's Changed
Full Changelog: pion/webrtc@v3.2.43...v3.2.44
v3.2.43
Compare Source
What's Changed
Full Changelog: pion/webrtc@v3.2.42...v3.2.43
v3.2.42
Compare Source
Changelog
43a6a69
Reset state machine after negotiationNeededOpv3.2.41
Compare Source
What's Changed
Full Changelog: pion/webrtc@v3.2.40...v3.2.41
v3.2.40
Compare Source
Changelog
7cad104
Update module github.com/pion/ice/v2 to v2.3.24v3.2.39
Compare Source
Changelog
e7cf3ba
Update RtxSSRC for simulcast track remotev3.2.38
Compare Source
Changelog
7be0482
Update module github.com/pion/sctp to v1.8.169d76240
Update module github.com/pion/ice/v2 to v2.3.15v3.2.37
Compare Source
Changelog
a43143e
Add padding support to TrackLocalStaticSamplev3.2.36
Compare Source
Changelog
2f0fe93
Declare Go 1.17 as minimum versionv3.2.35
Compare Source
Changelog
f53f0a9
Update github.com/pion/transport/v2 to v2.2.4c1e5386
Declare Go 1.19 as minimum versionv3.2.34
Compare Source
Changelog
cb8ab4a
Update github.com/pion/sctp to v1.8.14v3.2.33
Compare Source
Changelog
eb6e395
Retract v3.2.28v3.2.32
Compare Source
Changelog
4c25aa6
Includemsid-semantic
in Session Attributesv3.2.31
Compare Source
Changelog
b84753e
Update github.com/pion/rtp to v1.8.5v3.2.30
Compare Source
Changelog
10dca09
Update github.com/pion/sdp/v3 to v3.0.9de2e7b7
Put SCTP Zero Checksum behind SettingEngine39919d7
SampleBuilder: Deprecate PopWithTimestampv3.2.29
Compare Source
Changelog
0b447fd
Update module github.com/pion/sdp to v3.0.8Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.