Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps meilisearch from 0.28.2 to 0.38.0.

Release notes

Sourced from meilisearch's releases.

v0.38.0 🐍

🚀 Enhancements

Thanks again to @​Strift, @​awais786 ! 🎉

v0.37.1 🐍

🐛 Bug Fixes

  • Fix: make TaskResults.from_/next_ accept None so get_tasks doesn’t crash on empty pages. 🤗 (#1126) @​ddboline

⚙️ Maintenance/misc

  • Update dependabot and release template configuration (#1144)

Thanks again to @​bentxi13, @​curquiza, @​ddboline, @​dependabot[bot], and dependabot[bot]! 🎉

v0.37.0 🐍

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @​EazyAl, @​Strift, @​brunoocasali, @​curquiza ! 🎉

v0.36.0 🐍

⚠️ Breaking changes

  • Fix Document model: bad test, attribute bug, and field cleanup (#1113) @​nnethercott

    🛠 migration path

    What changed?

    • The internal __doc field in Document has been removed to avoid data duplication.
    • Document.__getattr__ now correctly returns attribute values rather than the attribute name itself.

    Impact

    • Code relying on internal access to document._Document__doc (e.g. through iterators) will break.
    • Behavior of doc.getattr("field") is now consistent and correct.

    What you need to do:

    • If you were manually accessing document._Document__doc, switch to using direct attribute access or casting with dict(doc).

    example updated usage

    doc = index.get_document("foo")
    doc_dict = dict(doc) 
    doc_dict.pop("_Document__doc")  # ❌ Not needed anymore

... (truncated)

Commits
  • a54e3c2 Merge pull request #1162 from meilisearch/meili-bot/bump-version
  • bfbd7b7 Update meilisearch/version.py
  • 42917f1 Merge pull request #1161 from awais786/adding-compact
  • ec8613e feat: Add support for compacting database indexes.
  • 64f2913 feat: Add support for compacting database indexes.
  • 76ae433 feat: Add support for compacting database indexes.
  • fb13de1 Merge pull request #1154 from meilisearch/update-version-v0.37.1
  • c1e9d2a Update version for the next release (v0.37.1) in version.py
  • cb5b9a6 Merge pull request #1144 from meilisearch/meili-bot/update-dependabot-and-rel...
  • edfa877 Update .github/release-draft-template.yml
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [meilisearch](https://github.com/meilisearch/meilisearch-python) from 0.28.2 to 0.38.0.
- [Release notes](https://github.com/meilisearch/meilisearch-python/releases)
- [Commits](meilisearch/meilisearch-python@v0.28.2...v0.38.0)

---
updated-dependencies:
- dependency-name: meilisearch
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2025
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants