fix(deps): update golang#3327
Open
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
Open
Conversation
ℹ️ Artifact update noticeFile name: src/checkoutservice/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: src/frontend/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: src/productcatalogservice/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: src/shippingservice/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
0caf8f5 to
b5c4419
Compare
b43fc39 to
f342752
Compare
f342752 to
e0c710d
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.17.3→v1.18.1v1.18.2v0.4.3→v0.6.0v1.16.0→v1.19.0v1.20.0v10.30.1→v10.30.21.26.1→1.26.2v0.67.0→v0.68.0v0.67.0→v0.68.0v1.42.0→v1.43.0v0.52.0→v0.53.0v1.79.3→v1.80.0v1.81.0Release Notes
googlecloudplatform/alloydb-go-connector (cloud.google.com/go/alloydbconn)
v1.18.1Compare Source
Bug Fixes
v1.18.0Compare Source
Features
googleapis/google-cloud-go (cloud.google.com/go/profiler)
v0.6.0Compare Source
Beta release of BigQuery, DataStore, Logging and Storage. See the
blog post.
bigquery:
struct support. Read a row directly into a struct with
RowIterator.Next, and upload a row directly from a struct withUploader.Put.You can also use field tags. See the [package documentation][cloud-bigquery-ref]
for details.
The
ValueListtype was removed. It is no longer necessary. Instead ofuse
Previously, repeatedly calling
RowIterator.Nexton the same[]ValueorValueListwould append to the slice. Now each call resets the size to zero first.Schema inference will infer the SQL type BYTES for a struct field of
type []byte. Previously it inferred STRING.
The types
uint,uint64anduintptrare no longer supported in schemainference. BigQuery's integer type is INT64, and those types may hold values
that are not correctly represented in a 64-bit signed integer.
v0.5.0the
Date,TimeandDateTimetypes in the newcloud.google.com/go/civilpackage.
will avoid errors arising from large values on 32-bit systems.
flattened list of the embedded struct's fields. This means that you may now have twice-nested slices, eg.
more details.
explicitly. Also, key functions have been changed and renamed.
NewIncompleteKeyhas been removed, replaced byIncompleteKey. ReplaceNewKeyhas been removed, replaced byNameKeyandIDKey. ReplaceDonevariable has been removed. Replacedatastore.Donewithiterator.Done, from the packagegoogle.golang.org/api/iterator.Client.Closemethod will have a return type of error. It will return the result of closing the underlying gRPC connection.more details.
go-playground/validator (github.com/go-playground/validator/v10)
v10.30.2Compare Source
What's Changed
New Contributors
Full Changelog: go-playground/validator@v10.30.1...v10.30.2
golang/go (go)
v1.26.2open-telemetry/opentelemetry-go (go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc)
v1.43.0: /v0.65.0/v0.19.0Compare Source
Added
IsRandomandWithRandomonTraceFlags, andIsRandomonSpanContextingo.opentelemetry.io/otel/tracefor W3C Trace Context Level 2 Random Trace ID Flag support. (#8012)
WithServiceingo.opentelemetry.io/otel/sdk/resource. (#7642)DefaultWithContextandEnvironmentWithContextingo.opentelemetry.io/otel/sdk/resourceto support plumbingcontext.Contextthrough default and environment detectors. (#8051)attribute.EMPTY) ingo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#8038)attribute.EMPTY) ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#8038)attribute.EMPTY) ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#8038)attribute.EMPTY) ingo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#8038)attribute.EMPTY) ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#8038)attribute.EMPTY) ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#8038)attribute.EMPTY) ingo.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest. (#8038)go.opentelemetry.io/otel/sdk/metric.Set
OTEL_GO_X_PER_SERIES_START_TIMESTAMPS=trueto enable. (#8060)WithCardinalityLimitSelectorfor metric reader for configuring cardinality limits specific to the instrument kind. (#7855)Changed
EMPTYType ingo.opentelemetry.io/otel/attributeto reflect that an empty value is now a valid value, withINVALIDremaining as a deprecated alias ofEMPTY. (#8038)go.opentelemetry.io/otel/attributeto optimize short slice values with fixed-size fast paths. (#8039)go.opentelemetry.io/otel/sdk/traceby returning early if self-observability is not enabled. (#8067)go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest. (#8073)Deprecated
INVALIDingo.opentelemetry.io/otel/attribute. UseEMPTYinstead. (#8038)Fixed
TraceIdRatioBaseddescription. This is a breaking behavioral change, but it is necessary tomake the implementation spec-compliant. (#8027)
go.opentelemetry.io/otel/sdk/metricwhere the lastvalue aggregation could collect the value 0 even when no zero-value measurements were recorded. (#8056)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttpto mitigate excessive memory usage caused by a misconfigured or malicious server.Responses exceeding the limit are treated as non-retryable errors. (#8108)
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttpto mitigate excessive memory usage caused by a misconfigured or malicious server.Responses exceeding the limit are treated as non-retryable errors. (#8108)
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttpto mitigate excessive memory usage caused by a misconfigured or malicious server.Responses exceeding the limit are treated as non-retryable errors. (#8108)
WithHostIDdetector ingo.opentelemetry.io/otel/sdk/resourceto use full path forkenvcommand on BSD. (#8113)request.GetBodyingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttpto correctly handle HTTP2 GOAWAY frame. (#8096)What's Changed
190d7d4by @renovate[bot] in #8013a57be14by @renovate[bot] in #80318895462by @renovate[bot] in #80366e66a94by @renovate[bot] in #804384a4fc4by @renovate[bot] in #8048b7b2c7bby @renovate[bot] in #8044befce8dby @renovate[bot] in #8053c2dfcecby @renovate[bot] in #8055dec52c4by @renovate[bot] in #8063744bfb5by @renovate[bot] in #8064internal/observpackage to stdoutlog by @yumosx in #7735de6f1ccby @renovate[bot] in #8082d00831aby @renovate[bot] in #8078b6b0c46by @renovate[bot] in #8076d5a96adby @renovate[bot] in #81129d38bb4by @renovate[bot] in #8117c99c5cfby @renovate[bot] in #8122New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.42.0...v1.43.0
grpc/grpc-go (google.golang.org/grpc)
v1.80.0Compare Source
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.