Update all non-major dependencies #57
Open
+13
−5
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:
v9.2.1→v9.3.01.25.6→1.25.7v0.47.0→v0.48.0Release Notes
elastic/go-elasticsearch (github.com/elastic/go-elasticsearch/v9)
v9.3.0Compare Source
⚠ BREAKING CHANGES
[]string. Corresponding WithX helpers now accept variadic arguments (...string).ExpandWildcardsrequest fields were changed fromstringto[]string, andWithExpandWildcardshelpers now accept variadic arguments (...string).stringto[]string, and relatedWithRoutinghelpers now accept variadic arguments (...string).stringnow usetime.Duration(e.g., KeepAlive, Interval, BucketSpan). Call sites must passtime.Durationvalues.interface{}for start/end time parameters now requirestringvalues, removing support for arbitrary types.[]stringinstead ofstringfor path parameters that support multiple resources (e.g., indices, templates, data streams, transforms, repositories, privileges).DocumentTypesupport was removed, Interval is nowtime.Duration, and required parameters were added explicitly to the method signature.stringto[]stringand removal of deprecated fields. Direct struct initialization may require changes.Features
DenseVectorF32andDenseVectorBytestypes, improving indexing performance of dense vectors by up to 3x when used instead of a float32 array (f543b82)Bug Fixes
json.RawMessageinstead ofanyto avoid loss of precision (#1147) (e3e61d6)v9.2.2Compare Source
Features
Bug Fixes
golang/go (go)
v1.25.7Configuration
📅 Schedule: Branch creation - "before 6am on Monday" (UTC), 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.