chore: Update all non-major dependencies#114
Merged
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
78a41f0 to
9a55bcd
Compare
6679a67 to
2f8926e
Compare
2f8926e to
8117394
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.4.1->v1.4.4v0.8.0->v0.9.1v0.30.0->v0.31.1v2.14.0->v2.15.0v0.12.0->v0.13.00da3aa9->5c39aecv0.29.0->v0.30.0v7.0.82->v7.0.85v1.33.0->v1.34.0v0.9.0->v0.10.0v0.9.0->v0.10.0v1.33.0->v1.34.0v1.33.0->v1.34.0v1.33.0->v1.34.0v1.33.0->v1.34.0v1.33.0->v1.34.0v0.9.0->v0.10.0v1.33.0->v1.34.0v0.9.0->v0.10.0v1.33.0->v1.34.0v0.31.0->v0.33.0v1.69.2->v1.70.0v1.36.1->v1.36.5Release Notes
ThreeDotsLabs/watermill (github.com/ThreeDotsLabs/watermill)
v1.4.4Compare Source
What's Changed
cqrs.ProtobufMarshaler(with github.com/gogo/protobuf) in favour ofcqrs.ProtoMarshalerby @roblaszczak in https://github.com/ThreeDotsLabs/watermill/pull/526Suggested migration steps for
cqrs.ProtobufMarshalercqrs.ProtobufMarshalerfrom this release is backward and forward compatible withcqrs.ProtoMarshaler.cqrs.ProtobufMarshalerfrom Watermill versions until v1.4.3 are not forward compatible withcqrs.ProtoMarshaler.Suggested migration steps:
cqrs.ProtobufMarshalertocqrs.ProtoMarshaler.Full Changelog: ThreeDotsLabs/watermill@v1.4.3...v1.4.4
v1.4.3Compare Source
What's Changed
New Contributors
Full Changelog: ThreeDotsLabs/watermill@v1.4.2...v1.4.3
v1.4.2Compare Source
What's Changed
New Contributors
Full Changelog: ThreeDotsLabs/watermill@v1.4.1...v1.4.2
bufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)
v0.9.1Compare Source
This is a quick follow-on to v0.9.0. A mistake was made and the parameter type for
FieldPathStringchanged unintentionally. It has been fixed.Breaking Changes
v0.9.x removes support for the long-deprecated
ignore_emptyandskippedfields onFieldConstraints; protovalidate-go will no longer respect these options if they are set, and they are removed from the latest version of the protovalidate definitions.Legacy resolution of protoc-gen-validate rules is removed. The
resolverpackage is moved toresolveand now contains free functions instead of an interface. Thecelextpackage was moved tocel; it exports the same functionality, but has been refactored, with some method names changing, and thecelext.DefaultEnvfunction has been replaced withcel.NewLibrary.protovalidate.Validatoris now an interface and not a struct. Pointers of type*protovalidate.Validatorshould be changed toprotovalidate.Validatorvalues instead.What's Changed
Full Changelog: bufbuild/protovalidate-go@v0.9.0...v0.9.1
v0.9.0Compare Source
Breaking Changes
This release removes support for the long-deprecated
ignore_emptyandskippedfields onFieldConstraints; protovalidate-go will no longer respect these options if they are set, and they are removed from the latest version of the protovalidate definitions.Legacy resolution of protoc-gen-validate rules is removed. The
resolverpackage is moved toresolveand now contains free functions instead of an interface. Thecelextpackage was moved tocel; it exports the same functionality, but has been refactored, with some method names changing, and thecelext.DefaultEnvfunction has been replaced withcel.NewLibrary.protovalidate.Validatoris now an interface and not a struct. Pointers of type*protovalidate.Validatorshould be changed toprotovalidate.Validatorvalues instead.What's Changed
Full Changelog: bufbuild/protovalidate-go@v0.8.2...v0.9.0
v0.8.2Compare Source
What's Changed
Full Changelog: bufbuild/protovalidate-go@v0.8.1...v0.8.2
v0.8.1Compare Source
What's Changed
New Contributors
Full Changelog: bufbuild/protovalidate-go@v0.8.0...v0.8.1
getsentry/sentry-go (github.com/getsentry/sentry-go)
v0.31.1: 0.31.1Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.31.1.
Bug Fixes
sentry-go/logrus(#950)v0.31.0: 0.31.0Compare Source
Breaking Changes
Remove support for metrics. Read more about the end of the Metrics beta here. (#914)
Remove support for profiling. (#915)
Remove
Segmentfield from theUserstruct. This field is no longer used in the Sentry product. (#928)Every integration is now a separate module, reducing the binary size and number of dependencies. Once you update
sentry-goto latest version, you'll need togo getthe integration you want to use. For example, if you want to use theechointegration, you'll need to rungo get github.com/getsentry/sentry-go/echo(#919).Features
Add the ability to override
hubincontextfor integrations that use custom context. (#931)Add
HubProviderHook forsentrylogrus, enabling dynamic Sentry hub allocation for each log entry or goroutine. (#936)This change enhances compatibility with Sentry's recommendation of using separate hubs per goroutine. To ensure a separate Sentry hub for each goroutine, configure the
HubProviderlike this:Bug Fixes
HTTPTranportto prevent goroutine leaks. (#894)Worker can be also closed by calling
Close()method on theHTTPTransportinstance.Closeshould be called afterFlushand before terminating the program otherwise some events may be lost.Misc
go-co-op/gocron (github.com/go-co-op/gocron/v2)
v2.15.0Compare Source
What's New
context.Contextby @27149chen in https://github.com/go-co-op/gocron/pull/819 & @JohnRoesler in https://github.com/go-co-op/gocron/pull/820Chores
Full Changelog: go-co-op/gocron@v2.14.2...v2.15.0
v2.14.2Compare Source
What's Changed
New Contributors
Full Changelog: go-co-op/gocron@v2.14.1...v2.14.2
v2.14.1Compare Source
What's Changed
Full Changelog: go-co-op/gocron@v2.14.0...v2.14.1
invopop/jsonschema (github.com/invopop/jsonschema)
v0.13.0Compare Source
meilisearch/meilisearch-go (github.com/meilisearch/meilisearch-go)
v0.30.0: 🐹Compare Source
ApiKeyfield is renamedAPIKeyquery,inputField,inputType,pathToEmbeddingsandembeddingObject.headersurlparameter to the OpenAI embedderdimensionsis now available as an optional parameter for Ollama embedders.🚀 Enhancements
⚙️ Maintenance/misc
Thanks again to @Ja7ad! 🎉
minio/minio-go (github.com/minio/minio-go/v7)
v7.0.85: Bugfix ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: minio/minio-go@v7.0.84...v7.0.85
v7.0.84: Bugfix ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: minio/minio-go@v7.0.83...v7.0.84
v7.0.83: Bugfix ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: minio/minio-go@v7.0.82...v7.0.83
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.34.0: /v0.56.0/v0.10.0Compare Source
Overview
Changed
Loggerto make the whole Logs API user-facing ingo.opentelemetry.io/otel/log. (#6167)Fixed
Typename logged for thego.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpcclient is corrected fromotlphttpgrpctootlptracegrpc. (#6143)Typename logged for thego.opentelemetry.io/otel/exporters/otlp/otlptrace/otlphttpgrpcclient is corrected fromotlphttphttptootlptracehttp. (#6143)What's Changed
4a55095by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/60392c02b82by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6043b7406c0by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/604194d1eddby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/604457a3b42by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/60479240e9cby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6048b2144cdby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6067adbc21eby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6045Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" in timezone Asia/Singapore, Automerge - At any time (no schedule defined).
🚦 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.