Skip to content

Changes related to the next Meilisearch release (v0.26.0) #166

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 4 commits into from
Mar 16, 2022

Conversation

meili-bot
Copy link
Contributor

This PR gathers the changes related to the next Meilisearch release (v0.26.0) so that this package is ready when the official release is out.

⚠️ This PR should NOT be merged until:

  • the next release of Meilisearch (v0.26.0) is out.
  • the meilisearch-php dependency has been released to be compatible with Meilisearch v0.26.0.
    Once the release is out, the upgrade of the meilisearch-php dependency might be committed to this branch.

This PR is auto-generated for the pre-release week purpose.

Related to this issue: meilisearch/integration-guides#181

@meili-bot meili-bot added the skip-changelog The PR will not appear in the release changelogs label Feb 10, 2022
@curquiza curquiza force-pushed the bump-meilisearch-v0.26.0 branch from 289e452 to fd7a4a1 Compare February 15, 2022 17:45
@curquiza curquiza force-pushed the bump-meilisearch-v0.26.0 branch from fd7a4a1 to 0d9f4da Compare February 15, 2022 17:51
* Update .github/workflows/tests.yml

* Update .github/workflows/pre-release-tests.yml

* Remove --no-analytics=true from docker-compose.yml

Co-authored-by: Bruno Casali <[email protected]>
@brunoocasali brunoocasali marked this pull request as ready for review March 15, 2022 12:56
#172)

* Update meilisearch/meilisearch-php requirement from ^0.21.0 to ^0.23.0

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* Remove `testGetDefaultSettings` since this test should be in the meilisearch-php

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bruno Casali <[email protected]>
@brunoocasali brunoocasali self-requested a review March 16, 2022 20:40
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.

🔥

@@ -40,41 +40,6 @@ public function setUp(): void
$this->application = new Application(self::$kernel);
}

public function testGetDefaultSettings(): void
Copy link
Member

Choose a reason for hiding this comment

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

I really think we should not be testing the meilisearch-php in a client (in this case Symfony lib). This test belongs to the meilisearch-php :)

@brunoocasali
Copy link
Member

bors merge

@brunoocasali brunoocasali requested a review from alallema March 16, 2022 20:41
@bors
Copy link
Contributor

bors bot commented Mar 16, 2022

@bors bors bot merged commit 2c0a276 into main Mar 16, 2022
@bors bors bot deleted the bump-meilisearch-v0.26.0 branch March 16, 2022 20:42
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.

3 participants