fix(deps): update go module updates minor#40
Open
netic-renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update go module updates minor#40netic-renovate[bot] wants to merge 1 commit intomainfrom
netic-renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
|
ea81f14 to
fe5b6dc
Compare
fe5b6dc to
316d1f3
Compare
9bc86ad to
141c356
Compare
141c356 to
389d070
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v1.52.0→v1.53.01.25.7→1.26.1v1.40.0→v1.42.0v0.16.0→v0.18.0v0.16.0→v0.18.0v0.16.0→v0.18.0v0.16.0→v0.18.0v1.40.0→v1.42.0v1.40.0→v1.42.0v1.40.0→v1.42.0v1.40.0→v1.42.0v0.16.0→v0.18.0v0.16.0→v0.18.0v1.40.0→v1.42.0v1.40.0→v1.42.0v0.16.0→v0.18.0v0.16.0→v0.18.0v1.40.0→v1.42.0v1.40.0→v1.42.0v0.19.0→v0.20.0v1.78.0→v1.79.2Release Notes
samber/lo (github.com/samber/lo)
v1.53.0Compare Source
Announcing the latest release of
lowith lots of good gifts! 🎁🌊 First, a big thanks to @d-enk for making lots of performance improvements in the recent weeks.
🧪 Second, this release introduces a new
simdexperimental package. If you run on an amd64 architecture and a recent CPU, you can perform very fast operations thanks to SIMD CPU instructions.-> Documentation: https://lo.samber.dev/docs/experimental/simd
💥 Third, this version adds
*Errvariants of manylohelpers (likeMapErr,FlatMapErr,ReduceErr, etc.) whose callbacks can return an error and short-circuit execution when one occurs.Features & improvements
NewThrottleby @d-enk in #773DropByIndexhandling of negative indices out of bounds by @d-enk in #778Deprecation
Performance improvements
SamplesByby @d-enk in #766PartitionByby eliminating redundant append by @d-enk in #765FindUniques/Duplicates[By]by @d-enk in #764Ternary()insteadIf().Else()inRange/RangeFromby @d-enk in #770it.HasSuffiximplementation by @d-enk in #767Thanks @d-enk !!
Other (doc, tests, style...)
Dependencies
New Contributors
Full Changelog: samber/lo@v1.52.0...v1.53.0
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.42.0: /v0.64.0/v0.18.0/v0.0.16Compare Source
Added
go.opentelemetry.io/otel/semconv/v1.40.0package.The package contains semantic conventions from the
v1.40.0version of the OpenTelemetry Semantic Conventions.See the migration documentation for information on how to upgrade from
go.opentelemetry.io/otel/semconv/v1.39.0. (#7985)ErrandSetErronRecordingo.opentelemetry.io/otel/logto attach an error and set record exception attributes ingo.opentelemetry.io/otel/log/sdk. (#7924)Changed
TracerProvider.ForceFlushingo.opentelemetry.io/otel/sdk/tracejoins errors together and continues iteration through SpanProcessors as opposed to returning the first encountered error without attempting exports on subsequent SpanProcessors. (#7856)Fixed
request.GetBodyingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttpto correctly handle HTTP2 GOAWAY frame. (#7931)go.opentelemetry.io/otel/propagation. (#7834)Removed
What's Changed
df47568by @renovate[bot] in #799618da590by @renovate[bot] in #8000e526e8aby @renovate[bot] in #8010New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.41.0...v1.42.0
v1.41.0: /v0.63.0/v0.17.0/v0.0.15Compare Source
This release is the last to support Go 1.24. The next release will require at least Go 1.25.
Added
Fixed
Baggageingo.opentelemetry.io/otel/propagationandParseandNewingo.opentelemetry.io/otel/baggageto comply with W3C Baggage specification limits.NewandParsenow return partial baggage along with an error when limits are exceeded. Errors from baggage extraction are reported to the global error handler. (#7880)What's Changed
ce8ad4cby @renovate[bot] in #7860fe4bb1cby @renovate[bot] in #7861aaaaaa5by @renovate[bot] in #7869546029dby @renovate[bot] in #787186a5c4bby @renovate[bot] in #78762842357by @renovate[bot] in #78914cfbd41by @renovate[bot] in #7889oteltracegrpcby @itssaharsh in #78259f66faeby @renovate[bot] in #7898otlptracehttpbefore performing operation by @itssaharsh in #7881d566b4dby @renovate[bot] in #7972New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.40.0...v1.41.0
grpc/grpc-go (google.golang.org/grpc)
v1.79.2: Release 1.79.2Compare Source
Bug Fixes
v1.79.1: Release 1.79.1Compare Source
Bug Fixes
-devsuffix from the User-Agent header. (#8902)v1.79.0: Release 1.79.0Compare Source
API Changes
SetDefaultBufferPoolto change the default buffer pool. (#8806)MetricsRecorderto require embedding the newUnimplementedMetricsRecorder(a no-op struct) in all implementations for forward compatibility. (#8780)Behavior Changes
Addressesand only handleEndpointsin resolver updates. (#8841)New Features
AsyncMetricReporterandRegisterAsyncReporterAPIs. (#8780)GRPC_EXPERIMENTAL_PF_WEIGHTED_SHUFFLING. (#8864):authorityrewriting, as specified in gRFC A81. (#8779)random_subsettingLB policy, as specified in gRFC A68. (#8650)Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Renovate Bot.