Skip to content

Update version for the next release (v2.0.0-beta.4)#868

Merged
Strift merged 1 commit intomainfrom
update-version-v2.0.0-beta.4
Feb 4, 2026
Merged

Update version for the next release (v2.0.0-beta.4)#868
Strift merged 1 commit intomainfrom
update-version-v2.0.0-beta.4

Conversation

@meili-bot
Copy link
Contributor

@meili-bot meili-bot commented Feb 4, 2026

⚠️ This PR is automatically generated. Check the new version is the expected one.

Changelog

## ⚠️ Breaking changes

* Wrap data with `Task` before passing to `TasksResults` (#864) @norkunas

**Migration guide**
- `TaskResults` is now final
- `$client->getTasks()` and `$index->getTasks()` now returns `TaskResults` objects
- `$client->tasks->all()` now returns `Task` objects

## 🚀 Enhancements

* Add raw data to `Task` and implement `ArrayAccess` (#863) @norkunas
* Use environment flag to allow all network IPs in tests (#867) @Strift

## ⚙️ Maintenance/misc

* Bump actions/cache from 4 to 5 (#856) @[dependabot[bot]](https://github.com/apps/dependabot)
* Bump actions/download-artifact from 6 to 7 (#858) @[dependabot[bot]](https://github.com/apps/dependabot)
* Bump actions/upload-artifact from 5 to 6 (#860) @[dependabot[bot]](https://github.com/apps/dependabot)
* Add AI usage disclosure guidelines to CONTRIBUTING.md (#862) 

Thanks to @Strift, @norkunas and [dependabot[bot]](https://github.com/apps/dependabot)! 🎉

**See full changelog**: https://github.com/meilisearch/meilisearch-php/compare/v2.0.0-beta.3...v2.0.0-beta.4

Summary by CodeRabbit

  • Chores
    • Updated SDK version to 2.0.0-beta.4.

@meili-bot meili-bot added the skip-changelog The PR will not appear in the release changelogs label Feb 4, 2026
@coderabbitai
Copy link

coderabbitai bot commented Feb 4, 2026

📝 Walkthrough

Walkthrough

A patch version bump updates the Meilisearch PHP SDK's public VERSION constant from '2.0.0-beta.3' to '2.0.0-beta.4', affecting the qualifiedVersion() output without changing any logic or control flow.

Changes

Cohort / File(s) Summary
Version Bump
src/Meilisearch.php
Updated public constant VERSION from '2.0.0-beta.3' to '2.0.0-beta.4'

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Possibly related PRs

Suggested reviewers

  • Strift

Poem

🐰 From beta.3 to beta.4 we hop,
A tiny bump that won't ever stop,
Just digits dancing in the night,
One constant change—everything right! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and directly summarizes the main change: updating the version constant to v2.0.0-beta.4.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update-version-v2.0.0-beta.4

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Strift Strift added this pull request to the merge queue Feb 4, 2026
Merged via the queue into main with commit baf3806 Feb 4, 2026
10 checks passed
@Strift Strift deleted the update-version-v2.0.0-beta.4 branch February 4, 2026 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants