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

Update go deps #627

Merged
merged 3 commits into from
Nov 16, 2024
Merged

Update go deps #627

merged 3 commits into from
Nov 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/bufbuild/protoyaml-go v0.1.9 -> v0.2.0 age adoption passing confidence require minor
github.com/frostbyte73/core v0.0.12 -> v0.0.13 age adoption passing confidence require patch
github.com/fsnotify/fsnotify v1.7.0 -> v1.8.0 age adoption passing confidence require minor
github.com/livekit/psrpc 9f0a426 -> 1efff3d require digest
github.com/mackerelio/go-osstat v0.2.4 -> v0.2.5 age adoption passing confidence require patch
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1 -> v6.10.0 age adoption passing confidence require minor
github.com/pion/sdp/v3 v3.0.6 -> v3.0.9 age adoption passing confidence require patch
github.com/pion/webrtc/v3 v3.2.28 -> v3.3.4 age adoption passing confidence require minor
github.com/prometheus/client_golang v1.19.0 -> v1.20.5 age adoption passing confidence require minor
github.com/prometheus/procfs v0.12.0 -> v0.15.1 age adoption passing confidence require minor
github.com/puzpuzpuz/xsync/v3 v3.1.0 -> v3.4.0 age adoption passing confidence require minor
github.com/redis/go-redis/v9 v9.6.1 -> v9.7.0 age adoption passing confidence require minor
golang.org/x/exp 8a7402a -> 2d47ceb age adoption passing confidence require digest
golang.org/x/mod v0.19.0 -> v0.22.0 age adoption passing confidence require minor
google.golang.org/grpc v1.65.0 -> v1.68.0 age adoption passing confidence require minor
google.golang.org/protobuf v1.34.2 -> v1.35.2 age adoption passing confidence require minor

Release Notes

bufbuild/protoyaml-go (github.com/bufbuild/protoyaml-go)

v0.2.0

Compare Source

What's Changed

Other changes

Full Changelog: bufbuild/protoyaml-go@v0.1.12...v0.2.0

v0.1.12

Compare Source

What's Changed

Other changes

New Contributors

Full Changelog: bufbuild/protoyaml-go@v0.1.11...v0.1.12

v0.1.11

Compare Source

What's Changed

Other changes

Full Changelog: bufbuild/protoyaml-go@v0.1.10...v0.1.11

v0.1.10

Compare Source

What's Changed

Other changes

Full Changelog: bufbuild/protoyaml-go@v0.1.9...v0.1.10

frostbyte73/core (github.com/frostbyte73/core)

v0.0.13

Compare Source

fsnotify/fsnotify (github.com/fsnotify/fsnotify)

v1.8.0

Compare Source

Additions

  • all: add FSNOTIFY_DEBUG to print debug logs to stderr (#​619)
Changes and fixes
  • windows: fix behaviour of WatchList() to be consistent with other platforms (#​610)

  • kqueue: ignore events with Ident=0 (#​590)

  • kqueue: set O_CLOEXEC to prevent passing file descriptors to children (#​617)

  • kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (#​625)

  • inotify: don't send event for IN_DELETE_SELF when also watching the parent (#​620)

  • inotify: fix panic when calling Remove() in a goroutine (#​650)

  • fen: allow watching subdirectories of watched directories (#​621)

mackerelio/go-osstat (github.com/mackerelio/go-osstat)

v0.2.5

Compare Source

What's Changed

Full Changelog: mackerelio/go-osstat@v0.2.4...v0.2.5

maxbrunsfeld/counterfeiter (github.com/maxbrunsfeld/counterfeiter/v6)

v6.10.0

Compare Source

v6.9.0

Compare Source

Details:

  • ⬆️ dependency updates, which resulted in the minimum go version increasing to go 1.22
  • 📖 update an outdated link to go module documentation (#​277 via @​jhvhs)
  • 📖 remove dangling backtick (#​281 via @​dennisme)

Detailed changes: maxbrunsfeld/counterfeiter@v6.8.1...v6.9.0

pion/sdp (github.com/pion/sdp/v3)

v3.0.9

Compare Source

Changelog

  • 84d5ab0 Add support for rtcp-fb:*
  • 84cf380 Add support for more protos
  • 2edc074 Add test for zero values
  • b293b8f Update CI configs to v0.11.4

v3.0.8

Compare Source

Changelog

  • 138ce3c Use a sync.Pool for Unmarshal
  • 46f6da0 Add UnmarshalString
  • adf8269 Optimize unmarshal type handling
  • 57a58bf Update module github.com/stretchr/testify to v1.9.0

v3.0.7

Compare Source

Changelog

  • 37a57e6 Add marshalInto to all types
  • 11e6d57 Add marshalSize to all types
  • 9704a3f Rollback to /v3
  • fb77fb3 Create v4
  • 011e5e0 Update CI configs to v0.11.3
  • 1f05040 Update CI configs to v0.11.0
  • f98c3d1 Remove 'AUTHORS.txt' from README.md
  • 63f296e Remove 'Generate Authors' workflow
  • e8c160b Fix GetCodecForPayloadType() with Alexa WebRTC
  • 18a7702 Add invalid repeat times unmarshal test
  • ac6517e Add missed copyright and licensing information
  • a509649 Fix: check value length in parseTimeUnits
  • c870d62 Test: port old fuzzing code to go-fuzzing
  • 3975f0d Update CI configs to v0.10.11
  • ef0b502 Update module github.com/stretchr/testify to v1.8.4
  • f984862 Update CI configs to v0.10.9
  • 856fbf6 Bring back LICENSE file
  • db952e1 Update module github.com/stretchr/testify to v1.8.3
  • 24d443d Update CI configs to v0.10.8
  • b8d6fcc Fix golangci-lint warnings
  • 476d624 Make repo REUSE compliant
  • e7867d2 Update CI configs to v0.10.7
  • 633885c Harmonize sections in README
  • 38ced26 Update AUTHORS.txt
  • c0bdb87 Cleanup common sections in README
  • 4a1c3d1 Update module github.com/stretchr/testify to v1.8.2
  • 9018600 Update CI configs to v0.10.3
  • f6fe131 Update CI configs to v0.10.1
  • d607c16 Update CI configs to v0.9.0
  • 61521a0 Update goreleaser/goreleaser-action action to v4
  • 567311f Update CI configs to v0.8.1
  • 5a1c6f2 Update CI configs to v0.8.0
pion/webrtc (github.com/pion/webrtc/v3)

v3.3.4

Compare Source

Changelog

  • 90222f6 Update ICE version
  • c3c7178 Add ice transport api to get selected pair stats

v3.3.3

Compare Source

Changelog

v3.3.2

Compare Source

Changelog

  • 8bf9954 Return object icluding stat id for selected pair

v3.3.1

Compare Source

Changelog

  • f99d4ed Don't reuse transceiver in one round negotiation
  • 540af5b Prevent ICETransport start/stop deadlock
  • 6ac4b71 Fix concurrent pc.GracefulClose

v3.3.0

Compare Source

New Feature

peerconnection.SCTPTransport now provides an OnClose callback that can be used to detect remote peer connection close similar to the OnError 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 blocked
  • 69cd4e4 Close unhandled rtcp simulcast streams
  • a598bab Bump ice to v2.3.31

v3.2.49

Compare Source

Changelog

  • 5437ff5 Added support for SRTP_NULL_HMAC_SHA1_80 cipher

v3.2.48

Compare Source

Changelog

  • bd3aaae Fix TestPeerConnection_Simulcast
  • af63d2b Properly handle non-media probes
  • 482d9eb Updated pion modules to latest versions
  • 48cfc63 Hold pc.mu while populating local candidates

v3.2.47

Compare Source

Changelog

  • 7407903 Match header extensions to remote media sections

v3.2.46

Compare Source

Changelog

v3.2.45

Compare Source

Changelog

v3.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 negotiationNeededOp

v3.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.24

v3.2.39

Compare Source

Changelog

  • e7cf3ba Update RtxSSRC for simulcast track remote

v3.2.38

Compare Source

Changelog
  • 7be0482 Update module github.com/pion/sctp to v1.8.16
  • 9d76240 Update module github.com/pion/ice/v2 to v2.3.15

v3.2.37

Compare Source

Changelog

  • a43143e Add padding support to TrackLocalStaticSample

v3.2.36

Compare Source

Changelog

  • 2f0fe93 Declare Go 1.17 as minimum version

v3.2.35

Compare Source

Changelog

  • f53f0a9 Update github.com/pion/transport/v2 to v2.2.4
  • c1e5386 Declare Go 1.19 as minimum version

v3.2.34

Compare Source

Changelog

  • cb8ab4a Update github.com/pion/sctp to v1.8.14

v3.2.33

Compare Source

Changelog

v3.2.32

Compare Source

Changelog

  • 4c25aa6 Include msid-semantic in Session Attributes

v3.2.31

Compare Source

Changelog

  • b84753e Update github.com/pion/rtp to v1.8.5

v3.2.30

Compare Source

Changelog

  • 10dca09 Update github.com/pion/sdp/v3 to v3.0.9
  • de2e7b7 Put SCTP Zero Checksum behind SettingEngine
  • 39919d7 SampleBuilder: Deprecate PopWithTimestamp

v3.2.29

Compare Source

Changelog

  • 0b447fd Update module github.com/pion/sdp to v3.0.8
prometheus/client_golang (github.com/prometheus/client_golang)

v1.20.5: / 2024-10-15

Compare Source

We decided to revert the testutil change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.

Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced testutil package/module with more flexible and safer APIs.

Thanks to @​dashpole @​dgrisonnet @​kakkoyun @​ArthurSens @​vesari @​logicalhan @​krajorama @​bwplotka who helped in this patch release! 🤗

Changelog

[BUGFIX] testutil: Reverted #​1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #​1645

v1.20.4

Compare Source

  • [BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #​1623

v1.20.3

Compare Source

  • [BUGFIX] histograms: Fix possible data race when appending exemplars. #​1608

v1.20.2

Compare Source

  • [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #​1596

v1.20.1

Compare Source

  • [BUGFIX] process-collector: Fixed unregistered descriptor error when using process collector with PedanticRegistry on Linux machines. #​1587

v1.20.0

Compare Source

Thanks everyone for contributions!

⚠️ In this release we remove one (broken anyway, given Go runtime changes) metric and add three new (representing GOGC, GOMEMLIMIT and GOMAXPROCS flags) to the default collectors.NewGoCollector() collector. Given its popular usage, expect your binary to expose two additional metric.

Changes

  • [CHANGE] ⚠️ go-collector: Remove go_memstat_lookups_total metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #​1577
  • [FEATURE] ⚠️ go-collector: Add 3 default metrics: go_gc_gogc_percent, go_gc_gomemlimit_bytes and go_sched_gomaxprocs_threads as those are recommended by the Go team. #​1559
  • [FEATURE] go-collector: Add more information to all metrics' HELP e.g. the exact runtime/metrics sourcing each metric (if relevant). #​1568 #​1578
  • [FEATURE] testutil: Add CollectAndFormat method. #​1503
  • [FEATURE] histograms: Add support for exemplars in native histograms. #​1471
  • [FEATURE] promhttp: Add experimental support for zstd on scrape, controlled by the request Accept-Encoding header. #​1496
  • [FEATURE] api/v1: Add WithLimit parameter to all API methods that supports it. #​1544
  • [FEATURE] prometheus: Add support for created timestamps in constant histograms and constant summaries. #​1537
  • [FEATURE] process-collectors: Add network usage metrics: process_network_receive_bytes_total and process_network_transmit_bytes_total. #​1555
  • [FEATURE] promlint: Add duplicated metric lint rule. #​1472
  • [BUGFIX] promlint: Relax metric type in name linter rule. #​1455
  • [BUGFIX] promhttp: Make sure server
    instrumentation wrapping supports new and future extra responseWriter methods. #​1480
  • [BUGFIX] testutil: Functions using compareMetricFamilies are now failing if filtered metricNames are not in the input. #​1424
All commits

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/go-deps branch from e1bdd57 to d5ddee0 Compare March 5, 2024 22:55
@renovate renovate bot changed the title fix(deps): update module github.com/pion/sdp/v3 to v3.0.7 fix(deps): update go deps Mar 5, 2024
Generated by renovateBot
@renovate renovate bot force-pushed the renovate/go-deps branch from fdd269f to f2e7b77 Compare November 16, 2024 07:15
@renovate renovate bot changed the title fix(deps): update go deps Update go deps Nov 16, 2024
Copy link

changeset-bot bot commented Nov 16, 2024

⚠️ No Changeset found

Latest commit: 212e5fd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "github.com/livekit/protocol" specified in the `fixed` option does not match any package in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.

Copy link
Contributor Author

renovate bot commented Nov 16, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: github.com/bufbuild/[email protected]: parsing go.mod:
	module declares its path as: buf.build/go/protoyaml
	        but was required as: github.com/bufbuild/protoyaml-go

Copy link
Contributor Author

renovate bot commented Nov 16, 2024

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@davidzhao davidzhao merged commit e0e51ac into main Nov 16, 2024
1 check passed
@davidzhao davidzhao deleted the renovate/go-deps branch November 16, 2024 07:24
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