Closed renovate[bot] closed 2 months ago
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
Details:
Package | Change |
---|---|
golang.org/x/text |
v0.17.0 -> v0.18.0 |
google.golang.org/genproto/googleapis/api |
v0.0.0-20240528184218-531527333157 -> v0.0.0-20240604185151-ef581f913117 |
This PR contains the following updates:
v1.2.0
->v1.2.1
v1.2.0
->v1.2.1
v1.8.8
->v1.8.9
v1.20.2
->v1.20.3
1.23.0
->1.23.1
v0.19.0
->v0.20.0
v1.65.0
->v1.66.0
Release Notes
go-gst/go-glib (github.com/go-gst/go-glib)
### [`v1.2.1`](https://redirect.github.com/go-gst/go-glib/releases/tag/v1.2.1) [Compare Source](https://redirect.github.com/go-gst/go-glib/compare/v1.2.0...v1.2.1) #### What's Changed - fix Object.Emit for signals with return values by [@RSWilli](https://redirect.github.com/RSWilli) in [https://github.com/go-gst/go-glib/pull/12](https://redirect.github.com/go-gst/go-glib/pull/12) **Full Changelog**: https://github.com/go-gst/go-glib/compare/v1.2.0...v1.2.1go-gst/go-gst (github.com/go-gst/go-gst)
### [`v1.2.1`](https://redirect.github.com/go-gst/go-gst/releases/tag/v1.2.1) [Compare Source](https://redirect.github.com/go-gst/go-gst/compare/v1.2.0...v1.2.1) #### What's Changed - change emit docs, add tests for signal emits by [@RSWilli](https://redirect.github.com/RSWilli) in [https://github.com/go-gst/go-gst/pull/116](https://redirect.github.com/go-gst/go-gst/pull/116) - implement value transformer for Pad. by [@m1k1o](https://redirect.github.com/m1k1o) in [https://github.com/go-gst/go-gst/pull/118](https://redirect.github.com/go-gst/go-gst/pull/118) #### New Contributors - [@m1k1o](https://redirect.github.com/m1k1o) made their first contribution in [https://github.com/go-gst/go-gst/pull/118](https://redirect.github.com/go-gst/go-gst/pull/118) **Full Changelog**: https://github.com/go-gst/go-gst/compare/v1.2.0...v1.2.1pion/rtp (github.com/pion/rtp)
### [`v1.8.9`](https://redirect.github.com/pion/rtp/releases/tag/v1.8.9) [Compare Source](https://redirect.github.com/pion/rtp/compare/v1.8.8...v1.8.9) #### Changelog - [`9d5a356`](https://redirect.github.com/pion/rtp/commit/9d5a356) Fix rare SRTP loss decode failureprometheus/client_golang (github.com/prometheus/client_golang)
### [`v1.20.3`](https://redirect.github.com/prometheus/client_golang/releases/tag/v1.20.3) [Compare Source](https://redirect.github.com/prometheus/client_golang/compare/v1.20.2...v1.20.3) - \[BUGFIX] histograms: Fix possible data race when appending exemplars. [#1608](https://redirect.github.com/prometheus/client_golang/issues/1608)golang/go (go)
### [`v1.23.1`](https://redirect.github.com/golang/go/compare/go1.23.0...go1.23.1)grpc/grpc-go (google.golang.org/grpc)
### [`v1.66.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.66.0): Release 1.66.0 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.65.0...v1.66.0) ### New Features - metadata: stabilize `ValueFromIncomingContext` ([#7368](https://redirect.github.com/grpc/grpc-go/issues/7368)) - Special Thanks: [@KarthikReddyPuli](https://redirect.github.com/KarthikReddyPuli) - client: stabilize the `WaitForStateChange` and `GetState` methods, which were previously experimental. ([#7425](https://redirect.github.com/grpc/grpc-go/issues/7425)) - xds: Implement ADS flow control mechanism ([#7458](https://redirect.github.com/grpc/grpc-go/issues/7458)) - See [https://github.com/grpc/grpc/issues/34099](https://redirect.github.com/grpc/grpc/issues/34099) for context. - balancer/rls: Add metrics for data cache and picker internals ([#7484](https://redirect.github.com/grpc/grpc-go/issues/7484), [#7495](https://redirect.github.com/grpc/grpc-go/issues/7495)) - xds: LRS load reports now include the `total_issued_requests` field. ([#7544](https://redirect.github.com/grpc/grpc-go/issues/7544)) ### Bug Fixes - grpc: Clients now return status code INTERNAL instead of UNIMPLEMENTED when the server uses an unsupported compressor. This is consistent with the [gRPC compression spec](https://redirect.github.com/grpc/grpc/blob/master/doc/compression.md#compression-method-asymmetry-between-peers). ([#7461](https://redirect.github.com/grpc/grpc-go/issues/7461)) - Special Thanks: [@Gayathri625](https://redirect.github.com/Gayathri625) - transport: Fix a bug which could result in writes busy looping when the underlying `conn.Write` returns errors ([#7394](https://redirect.github.com/grpc/grpc-go/issues/7394)) - Special Thanks: [@veshij](https://redirect.github.com/veshij) - client: fix race that could lead to orphaned connections and associated resources. ([#7390](https://redirect.github.com/grpc/grpc-go/issues/7390)) - xds: use locality from the connected address for load reporting with pick_first ([#7378](https://redirect.github.com/grpc/grpc-go/issues/7378)) - without this fix, if a priority contains multiple localities with pick_first, load was reported for the wrong locality - client: prevent hanging during ClientConn.Close() when the network is unreachable ([#7540](https://redirect.github.com/grpc/grpc-go/issues/7540)) ### Performance Improvements - transport: double buffering is avoided when using an http connect proxy and the target server waits for client to send the first message. ([#7424](https://redirect.github.com/grpc/grpc-go/issues/7424)) - codec: Implement a new `Codec` which uses buffer recycling for encoded message ([#7356](https://redirect.github.com/grpc/grpc-go/issues/7356)) - introduce a `mem` package to facilitate buffer reuse ([#7432](https://redirect.github.com/grpc/grpc-go/issues/7432)) - Special Thanks: [@PapaCharlie](https://redirect.github.com/PapaCharlie)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.
This PR was generated by Mend Renovate. View the repository job log.