-
Notifications
You must be signed in to change notification settings - Fork 115
Update go deps (major) - abandoned #848
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
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. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
v0.2.1->v1.0.0v3.0.3->v4.0.4v3.2.28->v4.0.2Release Notes
gammazero/deque (github.com/gammazero/deque)
v1.0.0Compare Source
What's Changed
Growfunction to grow deque, if necessary, so that it has space for at least n additional items.Swapfunction to exchange two items in dequeInsertwith out of range indexes, inserting item at front or back of deque.SetMinCapacitywithSetBaseCapto set base capacity, so that deque always has space reserved for at least the specified number of items.GrowandSetBaseCapfor this.Full Changelog: gammazero/deque@v0.2.1...v1.0.0
go-jose/go-jose (github.com/go-jose/go-jose/v3)
v4.0.4Compare Source
Fixed
breaking change. See #136 / #137.
v4.0.3Compare Source
Changed
v4.0.2Compare Source
Changed
argument type (#104)
curves error cases (#117)
v4.0.1Compare Source
Fixed
amounts of memory and CPU when decompressed by
DecryptorDecryptMulti.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.0Compare 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.2Compare Source
Changelog
2fd3640Only collect single fingerprints/ICE credentials363e017Update module github.com/pion/dtls/v3 to v3.0.48c06e02Update module golang.org/x/net to v0.30.0e53cbc4Fix race when closing ICE Transportae89317Test that NULL Protection Profile is disabled271ab55Add WithPayloader to TrackLocalStaticv4.0.1Compare Source
What's Changed
Full Changelog: pion/webrtc@v4.0.0...v4.0.1
v4.0.0Compare Source
Changelog
3f1622aAdd v4 Release Notes to READMEbb41f23Don't use JitterBuffer in SampleBuilderdc1f8ffAdd ice transport api to get selected pair statsv3.3.4Compare Source
Changelog
90222f6Update ICE versionc3c7178Add ice transport api to get selected pair statsv3.3.3Compare Source
Changelog
c088755Update ICEv3.3.2Compare Source
Changelog
8bf9954Return object icluding stat id for selected pairv3.3.1Compare Source
Changelog
f99d4edDon't reuse transceiver in one round negotiation540af5bPrevent ICETransport start/stop deadlock6ac4b71Fix concurrent pc.GracefulClosev3.3.0Compare Source
New Feature
peerconnection.SCTPTransportnow provides anOnClosecallback that can be used to detect remote peer connection close similar to theOnErrorcallback.What's Changed
Full Changelog: pion/webrtc@v3.2.51...v3.3.0
v3.2.51Compare Source
What's Changed
Full Changelog: pion/webrtc@v3.2.50...v3.2.51
v3.2.50Compare Source
Changelog
2364173Fix our-of-order twcc fb cause by rtx blocked69cd4e4Close unhandled rtcp simulcast streamsa598babBump ice to v2.3.31v3.2.49Compare Source
Changelog
5437ff5Added support for SRTP_NULL_HMAC_SHA1_80 cipherv3.2.48Compare Source
Changelog
bd3aaaeFix TestPeerConnection_Simulcastaf63d2bProperly handle non-media probes482d9ebUpdated pion modules to latest versions48cfc63Hold pc.mu while populating local candidatesv3.2.47Compare Source
Changelog
7407903Match header extensions to remote media sectionsv3.2.46Compare Source
Changelog
49ccf87Update ice to v2.3.28v3.2.45Compare Source
Changelog
5bf5bedRevert7c8bfbdand add testv3.2.44Compare Source
What's Changed
Full Changelog: pion/webrtc@v3.2.43...v3.2.44
v3.2.43Compare Source
What's Changed
Full Changelog: pion/webrtc@v3.2.42...v3.2.43
v3.2.42Compare Source
Changelog
43a6a69Reset state machine after negotiationNeededOpv3.2.41Compare Source
What's Changed
Full Changelog: pion/webrtc@v3.2.40...v3.2.41
v3.2.40Compare Source
Changelog
7cad104Update module github.com/pion/ice/v2 to v2.3.24v3.2.39Compare Source
Changelog
e7cf3baUpdate RtxSSRC for simulcast track remotev3.2.38Compare Source
Changelog
7be0482Update module github.com/pion/sctp to v1.8.169d76240Update module github.com/pion/ice/v2 to v2.3.15v3.2.37Compare Source
Changelog
a43143eAdd padding support to TrackLocalStaticSamplev3.2.36Compare Source
Changelog
2f0fe93Declare Go 1.17 as minimum versionv3.2.35Compare Source
Changelog
f53f0a9Update github.com/pion/transport/v2 to v2.2.4c1e5386Declare Go 1.19 as minimum versionv3.2.34Compare Source
Changelog
cb8ab4aUpdate github.com/pion/sctp to v1.8.14v3.2.33Compare Source
Changelog
eb6e395Retract v3.2.28v3.2.32Compare Source
Changelog
4c25aa6Includemsid-semanticin Session Attributesv3.2.31Compare Source
Changelog
b84753eUpdate github.com/pion/rtp to v1.8.5v3.2.30Compare Source
Changelog
10dca09Update github.com/pion/sdp/v3 to v3.0.9de2e7b7Put SCTP Zero Checksum behind SettingEngine39919d7SampleBuilder: Deprecate PopWithTimestampv3.2.29Compare Source
Changelog
0b447fdUpdate 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.