Skip to content

Update meilisearch/meilisearch-php requirement from ^0.27.0 to ^1.0.0 #225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2023

Updates the requirements on meilisearch/meilisearch-php to permit the latest version.

Release notes

Sourced from meilisearch/meilisearch-php's releases.

v1.0.0 🐘

This version makes this package compatible with Meilisearch v1.0.0 🎉 Check out the changelog of Meilisearch v1.0.0 for more information on the changes.

💥 Breaking Changes

  • Endpoints/Indexes date attributes $createdAt and $updatedAt are DateTime now instead of string. (#457) @​brunoocasali
    • Removed getCreatedAtString and getUpdatedAtString functions.
  • Add canceledBy/setCanceledBy in TasksQuery (#454) @​brunoocasali
  • Remove next attribute and setNext from TasksQuery. (#454) @​brunoocasali
  • Remove next attribute and setNext from DeleteTasksQuery. (#454) @​brunoocasali
  • Remove next, canceledBy attributes and setNext, setCanceledBy from CancelTasksQuery. (#454) @​brunoocasali
  • Remove deleteAllIndexes, since they don't really delete all the indexes but only the first page. (#454) @​brunoocasali
  • Remove getAllRawIndexes function. (#454) @​brunoocasali
  • Rename getAllIndexes to getIndexes. (#454) @​brunoocasali
  • Move all traits to src/Endpoints/Delegates. (#455) @​brunoocasali
    • Meilisearch\Delegates\HandlesIndex to Meilisearch\Endpoints\Delegates\HandlesIndex
    • Meilisearch\Delegates\HandlesSystem to Meilisearch\Endpoints\Delegates\HandlesSystem
    • Meilisearch\Delegates\TasksQueryTrait to Meilisearch\Endpoints\Delegates\TasksQueryTrait

Enhancements

Thanks again to @​brunoocasali and @​norkunas! 🎉

Commits

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 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)

Updates the requirements on [meilisearch/meilisearch-php](https://github.com/meilisearch/meilisearch-php) to permit the latest version.
- [Release notes](https://github.com/meilisearch/meilisearch-php/releases)
- [Commits](meilisearch/meilisearch-php@v0.27.0...v1.0.0)

---
updated-dependencies:
- dependency-name: meilisearch/meilisearch-php
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies skip-changelog The PR will not appear in the release changelogs labels Feb 7, 2023
Copy link
Member

@brunoocasali brunoocasali left a comment

Choose a reason for hiding this comment

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

bors merge

@bors
Copy link
Contributor

bors bot commented Feb 7, 2023

@bors bors bot merged commit 86a3d6f into main Feb 7, 2023
@bors bors bot deleted the dependabot/composer/meilisearch/meilisearch-php-tw-1.0.0 branch February 7, 2023 18:17
@brunoocasali brunoocasali mentioned this pull request Feb 7, 2023
bors bot added a commit that referenced this pull request Feb 8, 2023
226: Release v0.10.1 r=brunoocasali a=brunoocasali

This version makes this package compatible with Meilisearch v1.0.0 🎉
Check out the changelog of [Meilisearch v1.0.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0) for more information on the changes.

## 🚀 Enhancements

* CI: test with Symfony 6.2 (#223) `@norkunas`
* Use modern structure (#224) `@norkunas`
* Update meilisearch-php to v1.0.0 (#225) `@brunoocasali` 

Thanks again to  `@brunoocasali` and `@norkunas!` 🎉


Co-authored-by: meili-bot <[email protected]>
Co-authored-by: Bruno Casali <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies skip-changelog The PR will not appear in the release changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant