Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.20
->3.21
v1.37.0
->v1.38.0
v2.20.2
->v2.22.1
v1.34.2
->v1.36.2
v1.0.47
->v1.0.52
v1.0.47
->v1.0.52
v1.2.3
->v1.2.4
v1.5.1
->v1.5.3
v3.5.16
->v3.5.17
v0.56.0
->v0.58.0
v1.31.0
->v1.33.0
v0.53.0
->v0.55.0
v1.31.0
->v1.33.0
v1.31.0
->v1.33.0
v1.31.0
->v1.33.0
v1.31.0
->v1.33.0
v1.31.0
->v1.33.0
1.23.2-alpine3.19
->1.23.4-alpine3.19
v0.8.0
->v0.10.0
v1.67.1
->v1.69.2
v1.67.1
->v1.69.2
v1.35.1
->v1.36.1
Release Notes
nats-io/nats.go (github.com/nats-io/nats.go)
v1.38.0
Compare Source
Changelog
Added
UserInfoHandler
for dynamically setting user/password (#1713)PermissionErrOnSubscribe
option, causingSubscribeSync
to returnnats.ErrPermissionViolation
onNextMsg()
if there was a permission error (#1728)Msgs()
method onSubscription
, returning an iterator (iter.Seq2[*nats.Msg, error]
) for the subscription. This method is only available for go version >=1.23 (#1728)WatchFiltered
method to watch for updates with multiple filters (#1739)Fixed
PublishAsync
not closing done and stall channels after failed retries (#1719)Fetch()
andNext()
after timeout (#1705)MessageBatch
(#1743)MessageBatch
(#1743)Changed
Improved
kv.Update
method. Thanks @fmontorsi-equinix for the contribution (#1727)README.md
(#1745)nkeys
to v0.4.9 (#1750)Complete Changes
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.22.1
Compare Source
2.22.1
Fixes
Fix CSV encoding
aab3da6
]c09df39
]96a80fc
]43dad69
]Maintenance
c88c634
]4df44bf
]v2.22.0
Compare Source
2.22.0
Features
0fcaa08
]This allows serial tests to be filtered using the
label-filter
Maintenance
Various doc fixes
v2.21.0
Compare Source
2.21.0
Features
a69eb39
]bcab9c8
]Fixes
e548367
]SpecsThatWillBeRun
withSpecsThatWillRun
[
c2c4d3c
]Maintenance
7e65a00
]onsi/gomega (github.com/onsi/gomega)
v1.36.2
Compare Source
Maintenance
v1.36.1
Compare Source
1.36.1
Fixes
1c6c112
]4feb9d7
]v1.36.0
Compare Source
1.36.0
Features
4c964c6
]Maintenance
ece6872
]8e924d7
]v1.35.1
Compare Source
1.35.1
Fixes
ca36da1
]v1.35.0
Compare Source
1.35.0
Features
EnforceDefaultTimeoutsWhenUsingContexts()
to haveEventually
honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265
]StopTrying(message).Successfully()
to abort aConsistently
early without failure [eeca931
]Fixes
HaveField
to avoid unexpected errors when used with async assertions. [3bdbc4e
]Maintenance
a05a416
]redis/rueidis (github.com/redis/rueidis)
v1.0.52
: 1.0.52Compare Source
Changes
ModuleLoadex
,SlaveOf
,ClusterMyShardID
torueidiscompat
(#708)BitFieldRO
,HScanNoValues
, andClientInfo
torueidiscompat
(#707)CacheMarshal
andCacheUnmarshalView
for third party cache libraries (#693)ReplicaSelector
for selecting which replica to send commands (#692)DoCache
andDoMultiCache
onMOVED
/ASK
redirections (#701) (#704)DoMulti
onMOVED
/ASK
redirections (#697) (#709)DoMulti
andDoMultiCache
in a cluster client (#699)client.Nodes()
if they doesn't show up in the cluster topology (#687)DoMulti
on network errors (#706)sunsubscribe
requests and slot migrations (#691)Contributors
We'd like to thank all the contributors who worked on this release!
@proost, @rueian, @unknowntpo and @wyxloading
v1.0.51
: 1.0.51Compare Source
Changes
rueidislimiter
(#681)Contributors
We'd like to thank all the contributors who worked on this release!
@altanozlu, @rueian and @veirfuna
v1.0.50
: 1.0.50Compare Source
Changes
FtSearch
and related functions torueidiscompat
(#676)rueidislimiter
module for Distributed Rate Limiting (#661)os.ErrDeadlineExceeded
tocontext.DeadlineExceeded
only whenConnWriteTimeout
is shorter (#672)rueidislock
(#669)dpool
for blocking commands to be able to respect context deadlines (#668)Contributors
We'd like to thank all the contributors who worked on this release!
@nesty92, @rueian, @unknowntpo and @zeiler
v1.0.49
: 1.0.49Compare Source
Fixes for refreshing cluster topology
We strongly encourage everyone to upgrade to version 1.0.49 to address the issues related to refreshing the cluster topology.
Changes
CLUSTER SLOTS
instead ofCLUSTER SHARDS
for clusters with version less than 8. This is due to a server bug that returns empty slot information after the first failover. (#664)CLUSTER SHARDS
response. (#660)client.Do
for 1 second of refreshing threshold in the cases of network error. (#659)LOADING
errors. (#657)FT.ALTER
. (#655)FT.ALTER
in OM JSON and Hash repo. (#645)ZADD
command. (#652)Contributors
We'd like to thank all the contributors who worked on this release!
@imvtsl, @justinmir, @mingdaoy, @nesty92 and @rueian
v1.0.48
: 1.0.48Compare Source
Changes
DisableTCPNoDelay
option for better p99 latencies in certain network conditions such as GCP without gVNIC. (#650)DisableAutoPipelining
option to serve requests from connection pools for better latencies by avoiding pipelining overhead and HoL blocking. (#646)RetryDelay
option. (#643)Contributors
We'd like to thank all the contributors who worked on this release!
@proost and @rueian
samber/slog-multi (github.com/samber/slog-multi)
v1.2.4
Compare Source
What's Changed
samber/slog-sampling (github.com/samber/slog-sampling)
v1.5.3
Compare Source
Upgrade deps
v1.5.2
Compare Source
upgrading dependencies
etcd-io/etcd (go.etcd.io/etcd/client/v3)
v3.5.17
Compare Source
Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).
For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.
Linux
macOS (Darwin)
Docker
etcd uses
gcr.io/etcd-development/etcd
as a primary container registry, andquay.io/coreos/etcd
as secondary.open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.33.0
: /v0.55.0/v0.9.0/v0.0.12Compare Source
Overview
Added
Reset
method toSpanRecorder
ingo.opentelemetry.io/otel/sdk/trace/tracetest
. (#5994)EnabledInstrument
interface ingo.opentelemetry.io/otel/sdk/metric/internal/x
. This is an experimental interface that is implemented by synchronous instruments provided bygo.opentelemetry.io/otel/sdk/metric
. Users can use it to avoid performing computationally expensive operations when recording measurements. It does not fall within the scope of the OpenTelemetry Go versioning and stability policy and it may be changed in backwards incompatible ways or removed in feature releases. (#6016)Changed
go.opentelemetry.io/auto
package. See that package for more information. (#5920)go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. (#5929)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
. (#5929)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (#5929)AsStringSlice
,AsFloat64Slice
,AsInt64Slice
,AsBoolSlice
. (#6011)EnabledParameters
to have aSeverity
field instead of a getter and setter ingo.opentelemetry.io/otel/log
. (#6009)Fixed
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. (#5954)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
. (#5954)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (#5954)go.opentelemetry.io/otel/exporters/prometheus
. (#5995)go.opentelemetry.io/otel/sdk/trace
. (#5997)go.opentelemetry.io/otel/sdk/log
. (#6032)What's Changed
2d47ceb
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5963e0fbfb7
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/597165e8d21
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5972e639e21
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5985Reset
method toSpanRecorder
by @flc1125 in https://github.com/open-telemetry/opentelemetry-go/pull/59948dc4a50
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/60052c02b82
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/601019429a9
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6014AsStringSlice
,AsFloat64Slice
,AsInt64Slice
,AsBoolSlice
by @boekkooi-impossiblecloud in https://github.com/open-telemetry/opentelemetry-go/pull/6011a4fef06
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6027ca80a95
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6029e6fa225
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/60281829a12
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6031Configuration
📅 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.