build(deps): bump github.com/meilisearch/meilisearch-go from 0.36.2 to 0.36.3#782
Conversation
Bumps [github.com/meilisearch/meilisearch-go](https://github.com/meilisearch/meilisearch-go) from 0.36.2 to 0.36.3. - [Release notes](https://github.com/meilisearch/meilisearch-go/releases) - [Commits](meilisearch/meilisearch-go@v0.36.2...v0.36.3) --- updated-dependencies: - dependency-name: github.com/meilisearch/meilisearch-go dependency-version: 0.36.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: eb9bc1076d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| github.com/go-viper/mapstructure/v2 v2.5.0 | ||
| github.com/mark3labs/mcp-go v0.54.1 | ||
| github.com/meilisearch/meilisearch-go v0.36.2 | ||
| github.com/meilisearch/meilisearch-go v0.36.3 |
There was a problem hiding this comment.
Fix meilisearch HitsPerPage pointer assignments
With this dependency bumped to github.com/meilisearch/meilisearch-go v0.36.3, SearchRequest.HitsPerPage changed from int64 to *int64; the existing get-voice code still assigns plain integer values in base/get_voice.go (for example lines 301, 327, and 347), so builds that include the Meilisearch-backed voice search path fail with cannot use 1/2000 as *int64. Please update those assignments to the new pointer API (or avoid this version) along with the bump.
Useful? React with 👍 / 👎.
Bumps github.com/meilisearch/meilisearch-go from 0.36.2 to 0.36.3.
Release notes
Sourced from github.com/meilisearch/meilisearch-go's releases.
Commits
3698ba9Bump version from 0.36.2 to 0.36.3c055cfechore: update code-samples for stats994f1c0test: add integration test for stats endpointsd80c4d8feat: add stats param & change stats size types to any70c71aatest(task_documents): cover NDJSON helper branches for coverage thresholdee331f0test: cover handleNDJSONResponse error paths in task_documents_test.go4759953refactor(client): drop NDJSON streaming, return full slice in one unmarshalf4dd07erefactor: merge executeNDJSONRequest into executeRequest and validate accepte...6a46e05refactor: move NDJSON streaming into client.go and accept dst parameter0b5f471fix: stream NDJSON via json.Decoder to handle concatenated payloadsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)