Skip to content

build(deps): bump github.com/meilisearch/meilisearch-go from 0.36.2 to 0.36.3#782

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/go_modules/dev/github.com/meilisearch/meilisearch-go-0.36.3
Open

build(deps): bump github.com/meilisearch/meilisearch-go from 0.36.2 to 0.36.3#782
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/go_modules/dev/github.com/meilisearch/meilisearch-go-0.36.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

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.

v0.36.3 🐹

🚀 Enhancements

🐛 Bug Fixes

Thanks again to @​ElyarSadig, @​ja7ad and @​mvanhorn! 🎉

Commits
  • 3698ba9 Bump version from 0.36.2 to 0.36.3
  • c055cfe chore: update code-samples for stats
  • 994f1c0 test: add integration test for stats endpoints
  • d80c4d8 feat: add stats param & change stats size types to any
  • 70c71aa test(task_documents): cover NDJSON helper branches for coverage threshold
  • ee331f0 test: cover handleNDJSONResponse error paths in task_documents_test.go
  • 4759953 refactor(client): drop NDJSON streaming, return full slice in one unmarshal
  • f4dd07e refactor: merge executeNDJSONRequest into executeRequest and validate accepte...
  • 6a46e05 refactor: move NDJSON streaming into client.go and accept dst parameter
  • 0b5f471 fix: stream NDJSON via json.Decoder to handle concatenated payloads
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 3, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread go.mod
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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants