Skip to content

chore: Update all non-major dependencies#114

Merged
MuZhou233 merged 2 commits intomasterfrom
renovate/all-minor-patch
Feb 12, 2025
Merged

chore: Update all non-major dependencies#114
MuZhou233 merged 2 commits intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 31, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/ThreeDotsLabs/watermill v1.4.1 -> v1.4.4 age adoption passing confidence require patch
github.com/bufbuild/protovalidate-go v0.8.0 -> v0.9.1 age adoption passing confidence require minor
github.com/getsentry/sentry-go v0.30.0 -> v0.31.1 age adoption passing confidence require minor
github.com/go-co-op/gocron/v2 v2.14.0 -> v2.15.0 age adoption passing confidence require minor
github.com/invopop/jsonschema v0.12.0 -> v0.13.0 age adoption passing confidence require minor
github.com/johannesboyne/gofakes3 0da3aa9 -> 5c39aec age adoption passing confidence require digest
github.com/meilisearch/meilisearch-go v0.29.0 -> v0.30.0 age adoption passing confidence require minor
github.com/minio/minio-go/v7 v7.0.82 -> v7.0.85 age adoption passing confidence require patch
go.opentelemetry.io/otel v1.33.0 -> v1.34.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.9.0 -> v0.10.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.9.0 -> v0.10.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.33.0 -> v1.34.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.33.0 -> v1.34.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0 -> v1.34.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33.0 -> v1.34.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33.0 -> v1.34.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/log v0.9.0 -> v0.10.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.33.0 -> v1.34.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk/log v0.9.0 -> v0.10.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.33.0 -> v1.34.0 age adoption passing confidence require minor
golang.org/x/crypto v0.31.0 -> v0.33.0 age adoption passing confidence require minor
google.golang.org/grpc v1.69.2 -> v1.70.0 age adoption passing confidence require minor
google.golang.org/protobuf v1.36.1 -> v1.36.5 age adoption passing confidence require patch

Release Notes

ThreeDotsLabs/watermill (github.com/ThreeDotsLabs/watermill)

v1.4.4

Compare Source

What's Changed

Suggested migration steps for cqrs.ProtobufMarshaler

cqrs.ProtobufMarshaler from this release is backward and forward compatible with cqrs.ProtoMarshaler.
cqrs.ProtobufMarshaler from Watermill versions until v1.4.3 are not forward compatible with cqrs.ProtoMarshaler.
Suggested migration steps:

  1. Update Watermill to v1.4.4 or newer, so all publishers and subscribers will be forward and backward compatible.
  2. Change all usages of cqrs.ProtobufMarshaler to cqrs.ProtoMarshaler.

Full Changelog: ThreeDotsLabs/watermill@v1.4.3...v1.4.4

v1.4.3

Compare Source

What's Changed

New Contributors

Full Changelog: ThreeDotsLabs/watermill@v1.4.2...v1.4.3

v1.4.2

Compare 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.1

Compare Source

This is a quick follow-on to v0.9.0. A mistake was made and the parameter type for FieldPathString changed unintentionally. It has been fixed.

Breaking Changes

v0.9.x removes support for the long-deprecated ignore_empty and skipped fields on FieldConstraints; 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 resolver package is moved to resolve and now contains free functions instead of an interface. The celext package was moved to cel; it exports the same functionality, but has been refactored, with some method names changing, and the celext.DefaultEnv function has been replaced with cel.NewLibrary.

protovalidate.Validator is now an interface and not a struct. Pointers of type *protovalidate.Validator should be changed to protovalidate.Validator values instead.

What's Changed

Full Changelog: bufbuild/protovalidate-go@v0.9.0...v0.9.1

v0.9.0

Compare Source

Breaking Changes

This release removes support for the long-deprecated ignore_empty and skipped fields on FieldConstraints; 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 resolver package is moved to resolve and now contains free functions instead of an interface. The celext package was moved to cel; it exports the same functionality, but has been refactored, with some method names changing, and the celext.DefaultEnv function has been replaced with cel.NewLibrary.

protovalidate.Validator is now an interface and not a struct. Pointers of type *protovalidate.Validator should be changed to protovalidate.Validator values instead.

What's Changed

Full Changelog: bufbuild/protovalidate-go@v0.8.2...v0.9.0

v0.8.2

Compare Source

What's Changed

Full Changelog: bufbuild/protovalidate-go@v0.8.1...v0.8.2

v0.8.1

Compare 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.1

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.31.1.

Bug Fixes
  • Correct wrong module name for sentry-go/logrus (#​950)

v0.31.0: 0.31.0

Compare Source

Breaking Changes
  • Remove support for metrics. Read more about the end of the Metrics beta here. (#​914)

  • Remove support for profiling. (#​915)

  • Remove Segment field from the User struct. 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-go to latest version, you'll need to go get the integration you want to use. For example, if you want to use the echo integration, you'll need to run go get github.com/getsentry/sentry-go/echo (#​919).

Features
  • Add the ability to override hub in context for integrations that use custom context. (#​931)

  • Add HubProvider Hook for sentrylogrus, 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 HubProvider like this:

hook, err := sentrylogrus.New(nil, sentry.ClientOptions{})
if err != nil {
    log.Fatalf("Failed to initialize Sentry hook: %v", err)
}

// Set a custom HubProvider to generate a new hub for each goroutine or log entry
hook.SetHubProvider(func() *sentry.Hub {
    client, _ := sentry.NewClient(sentry.ClientOptions{})
    return sentry.NewHub(client, sentry.NewScope())
})

logrus.AddHook(hook)
Bug Fixes
  • Add support for closing worker goroutines started by the HTTPTranport to prevent goroutine leaks. (#​894)
client, _ := sentry.NewClient()
defer client.Close()

Worker can be also closed by calling Close() method on the HTTPTransport instance. Close should be called after Flush and before terminating the program otherwise some events may be lost.

transport := sentry.NewHTTPTransport()
defer transport.Close()
Misc
go-co-op/gocron (github.com/go-co-op/gocron/v2)

v2.15.0

Compare Source

What's New

// WithContext sets the parent context for the job.
// If you set the first argument of your Task func to be a context.Context,
// gocron will pass in the provided context to the job and will cancel the
// context on shutdown. If you cancel the context the job will no longer be
// scheduled as well. This allows you to both control the job via a context
// and listen for and handle cancellation within your job.
// NewTask provides the job's task function and parameters.
// If you set the first argument of your Task func to be a context.Context,
// gocron will pass in a context (either the default Job context, or one
// provided via WithContext) to the job and will cancel the context on shutdown.
// This allows you to listen for and handle cancellation within your job.

Chores

Full Changelog: go-co-op/gocron@v2.14.2...v2.15.0

v2.14.2

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.14.1...v2.14.2

v2.14.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.14.0...v2.14.1

invopop/jsonschema (github.com/invopop/jsonschema)

v0.13.0

Compare Source

meilisearch/meilisearch-go (github.com/meilisearch/meilisearch-go)

v0.30.0: 🐹

Compare Source

⚠️ Breaking changes

  • Add AI-powered search changes related to v1.10 (#​593) @​Ja7ad
    • ApiKey field is renamed APIKey
    • Rest embedder
      • Removed parameters: query, inputField, inputType, pathToEmbeddings and embeddingObject.
      • Replaced by request and response
      • New parameter: headers
    • Add url parameter to the OpenAI embedder
    • dimensions is 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 Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.84...v7.0.85

v7.0.84: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.83...v7.0.84

v7.0.83: Bugfix Release

Compare 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.0

Compare Source

Overview
Changed
  • Remove the notices from Logger to make the whole Logs API user-facing in go.opentelemetry.io/otel/log. (#​6167)
Fixed
  • Relax minimum Go version to 1.22.0 in various modules. (#​6073)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc client is corrected from otlphttpgrpc to otlptracegrpc. (#​6143)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlphttpgrpc client is corrected from otlphttphttp to otlptracehttp. (#​6143)
What's Changed

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jan 31, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jan 31, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 18 additional dependencies were updated

Details:

Package Change
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.35.2-20241127180247-a33202765966.1 -> v1.36.4-20250130201111-63bb56e20495.1
cel.dev/expr v0.18.0 -> v0.19.1
github.com/andybalholm/brotli v1.1.0 -> v1.1.1
github.com/goccy/go-json v0.10.3 -> v0.10.4
github.com/golang-jwt/jwt/v4 v4.5.0 -> v4.5.1
github.com/google/cel-go v0.22.1 -> v0.23.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 -> v2.25.1
github.com/klauspost/cpuid/v2 v2.2.8 -> v2.2.9
go.opentelemetry.io/otel/metric v1.33.0 -> v1.34.0
go.opentelemetry.io/otel/trace v1.33.0 -> v1.34.0
go.opentelemetry.io/proto/otlp v1.4.0 -> v1.5.0
golang.org/x/net v0.33.0 -> v0.34.0
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/sys v0.28.0 -> v0.30.0
golang.org/x/text v0.21.0 -> v0.22.0
golang.org/x/tools v0.28.0 -> v0.29.0
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 -> v0.0.0-20250115164207-1a7da9e5054f
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 -> v0.0.0-20250115164207-1a7da9e5054f

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 78a41f0 to 9a55bcd Compare February 3, 2025 18:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6679a67 to 2f8926e Compare February 9, 2025 16:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2f8926e to 8117394 Compare February 10, 2025 05:37
@MuZhou233 MuZhou233 merged commit 5d1f147 into master Feb 12, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant