-
Notifications
You must be signed in to change notification settings - Fork 103
Update go deps #972
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
base: main
Are you sure you want to change the base?
Update go deps #972
Conversation
|
|
315c87f
to
02e205c
Compare
bf43019
to
6e49a77
Compare
e68fbc9
to
016f846
Compare
64a636f
to
eba3acf
Compare
eba3acf
to
bd8056d
Compare
bd8056d
to
dd5c80b
Compare
a919ebe
to
0748f4f
Compare
a0fa20d
to
f5075a5
Compare
f5075a5
to
649ad51
Compare
0093d5e
to
e2ea0d2
Compare
5a802c7
to
28ce4df
Compare
Generated by renovateBot
28ce4df
to
e6234a4
Compare
This PR contains the following updates:
v0.7.7
->v0.7.8
465289d
->3915e00
v0.2.5
->v0.2.6
v6.11.1
->v6.11.3
v3.0.14
->v3.0.15
v4.1.2
->v4.1.3
v1.22.0
->v1.23.0
v0.16.1
->v0.17.0
v9.11.0
->v9.12.1
b7579e2
->42675ad
v0.25.0
->v0.27.0
v0.33.0
->v0.35.0
513f239
->5f3141c
v1.73.0
->v1.74.2
v1.36.6
->v1.36.7
Release Notes
hashicorp/go-retryablehttp (github.com/hashicorp/go-retryablehttp)
v0.7.8
Compare Source
mackerelio/go-osstat (github.com/mackerelio/go-osstat)
v0.2.6
Compare Source
What's Changed
Full Changelog: mackerelio/go-osstat@v0.2.5...v0.2.6
maxbrunsfeld/counterfeiter (github.com/maxbrunsfeld/counterfeiter/v6)
v6.11.3
Compare Source
v6.11.2
Compare Source
Revert changes from
v6.11.1
.Full Changelog: maxbrunsfeld/counterfeiter@v6.11.1...v6.11.2
pion/sdp (github.com/pion/sdp/v3)
v3.0.15
Compare Source
Changelog
867cb9e
Add lenient parsing for incomplete origin linesb11b9e3
Update CI configs to v0.11.20c6ff1be
Replace interface{} with anypion/webrtc (github.com/pion/webrtc/v4)
v4.1.3
Compare Source
Changelog
4c1af4c
H265 reader & writere602e15
Update module github.com/pion/rtp to v1.8.204f67c90
Replace custom atomicBool with sync/atomic.Bool887f5c6
Add sender receiver reportd3151fe
Update module github.com/pion/logging to v0.2.49b1ca73
Update dependency @roamhq/wrtc to ^0.9.06874548
Update CI configs to v0.11.2022dd7b7
Replace interface{} with anyf94e1be
Update module github.com/pion/sdp/v3 to v3.0.1486e4719
Update module github.com/pion/srtp/v3 to v3.0.6ddae46a
Update module github.com/pion/rtp to v1.8.19prometheus/client_golang (github.com/prometheus/client_golang)
v1.23.0
: - 2025-07-30Compare Source
All Changes
* Update example test by @SuperQ in https://github.com/prometheus/client_golang/pull/1770 * build(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 in /tutorials/whatsup by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1776 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1771 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1778 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1779 * build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 in /exp by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1782 * build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 in /exp by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1781 * build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1783 * build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1784 * build(deps): bump github.com/prometheus/procfs from 0.15.1 to 0.16.0 by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1786 * chore: Upgrade golangci-lint to v2 by @kakkoyun in https://github.com/prometheus/client_golang/pull/1789 * build(deps): bump the github-actions group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1790 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1791 * Add `WrapCollectorWith` and `WrapCollectorWithPrefix` by @colega in https://github.com/prometheus/client_golang/pull/1766 * feat(github-actions): add Go file change detection to golangci-lint workflow by @kakkoyun in https://github.com/prometheus/client_golang/pull/1794 * chore(ci): Fix flaky tests by @kakkoyun in https://github.com/prometheus/client_golang/pull/1795 * build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /tutorials/whatsup by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1799 * test(registry): Add goleak-based goroutine leak detection by @surinkim in https://github.com/prometheus/client_golang/pull/1797 * build(deps): bump go.uber.org/goleak from 1.2.0 to 1.3.0 by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1806 * build(deps): bump the github-actions group with 2 updates by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1804 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1809 * Add exemplars for native histograms by @shivanthzen in https://github.com/prometheus/client_golang/pull/1686 * build(deps): bump golang.org/x/sys from 0.30.0 to 0.32.0 by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1807 * build(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1805 * build(deps): bump github.com/prometheus/procfs from 0.16.0 to 0.16.1 by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1808 * build(deps): bump golang.org/x/net from 0.35.0 to 0.38.0 by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1800 * Update supported Go versions by @SuperQ in https://github.com/prometheus/client_golang/pull/1812 * Cleaup Go modules by @SuperQ in https://github.com/prometheus/client_golang/pull/1813 * fix: client prompt return on context cancellation by @umegbewe in https://github.com/prometheus/client_golang/pull/1729 * Simplify buf binary install by @SuperQ in https://github.com/prometheus/client_golang/pull/1814 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1815 * build(deps): bump the github-actions group with 5 updates by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1817 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1821 * exp/api: Bubble up status code from writeResponse by @saswatamcode in https://github.com/prometheus/client_golang/pull/1823 * build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1827 * build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 in /exp by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1828 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1831 * Update runtime metrics for Go v1.23 and v1.24 by @aknuds1 in https://github.com/prometheus/client_golang/pull/1833 * Fix `errNotImplemented` reference by @aknuds1 in https://github.com/prometheus/client_golang/pull/1835 * build(deps): bump the github-actions group with 3 updates by @dependabot[bot] in https://github.com/prometheus/client_golang/pull/1826 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1832 * Cut v1.23.0-rc.0 by @vesari in https://github.com/prometheus/client_golang/pull/1837 * cut v1.23.0-rc.1 by @vesari in https://github.com/prometheus/client_golang/pull/1842New Contributors
Full Changelog: https://github.com/prometheus/client\_golang/compare/v1.22.0...v1.23.0
prometheus/procfs (github.com/prometheus/procfs)
v0.17.0
Compare Source
What's Changed
Proc.Stat()
by @pgimalac in https://github.com/prometheus/procfs/pull/659New Contributors
Full Changelog: prometheus/procfs@v0.16.1...v0.17.0
redis/go-redis (github.com/redis/go-redis/v9)
v9.12.1
: 9.12.1Compare Source
🚀 Highlights
In the last version (9.12.0) the client introduced bigger write and read buffer sizes. The default value was 512KiB.
However, users reported that this is too big for most use cases and can lead to high memory usage.
In this version the default value is changed to 256KiB. The
README.md
was updated to reflect thecorrect default value and include a note that the default value can be changed.
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@ndyakov and @vmihailenco
v9.12.0
: 9.12.0Compare Source
🚀 Highlights
FTSearch
,FTAggregate
and other search commands.EPSILON
option inFT.VSIM
.Changes
errors.Join
requires Go 1.20 or later (#3442)🚀 New Features
EPSILON
option (#3454)🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@andy-stark-redis, @cxljs, @elena-kolevska, @htemelski-redis, @jouir, @monkey92t, @ndyakov, @ofekshenawa, @rokn, @smnvdev, @strobil and @wzy9607
New Contributors
grpc/grpc-go (google.golang.org/grpc)
v1.74.2
: Release 1.74.2Compare Source
New Features
DialOptions
andServerOptions
(WithStaticStreamWindowSize
,WithStaticConnWindowSize
,StaticStreamWindowSize
,StaticConnWindowSize
) that force fixed window sizes for all HTTP/2 connections. By default, gRPC uses dynamic sizing of these windows based upon a BDP estimation algorithm. The existing options (WithInitialWindowSize
, etc) also disable BDP estimation, but this behavior will be changed in a following release. (#8283)API Changes
ExitIdle
method toBalancer
interface. Earlier, implementing this method was optional. (#8367)Behavior Changes
GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST
environment variable that allows disabling the least request balancer with xDS. Least request was made available by default with xDS in v1.72.0. (#8248)Bug Fixes
Attempt to set a bootstrap configuration...
when creating multiple directpath channels. (#8419)Performance Improvements
mem.Reader
objects. (#8360)Documentation
v1.74.1
: Release 1.74.1Compare Source
Version 1.74.1 retracts release v1.74.0 and itself. Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.2 is released.
v1.74.0
: Release 1.74.0Compare Source
Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.1 is released.
protocolbuffers/protobuf-go (google.golang.org/protobuf)
v1.36.7
Compare Source
Maintenance / optimizations:
CL/683955: encoding/protowire: micro-optimize SizeVarint (-20% on Intel)
CL/674055: internal/impl: remove unnecessary atomic access for non-lazy lists
CL/674015: impl: remove unnecessary nil check from presence.Present
CL/673495: types/descriptorpb: regenerate using latest protobuf v31 release
CL/670516: cmd/protoc-gen-go: centralize presence and lazy logic into filedesc
CL/670515: internal: move usePresenceForField to internal/filedesc
CL/670275: internal/impl: clean up usePresenceForField() (no-op)
Configuration
📅 Schedule: Branch creation - "on monday" (UTC), 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.