Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version for the next release (v0.23.0) #432

Merged
merged 2 commits into from Apr 3, 2023

Conversation

meili-bot
Copy link
Contributor

@meili-bot meili-bot commented Mar 30, 2023

This version introduces features released on Meilisearch v1.1.0 馃帀
Check out the changelog of Meilisearch v1.1.0 for more information on the changes.

馃殌 Enhancements

  • Add a new optional argument to add_documents_csv. This argument allows you to customize the separator character in your csv file. (Add csv delimiter to Index#add_documents_csv method聽#429) @brunoocasali.

  • Add client.multi_search() method to execute multiple search requests simultaneously with different configurations. (Add multi search聽#430) @brunoocasali
    Usage example:

    client.multi_search([
      { index_uid: 'books', q: 'prince' },
      { index_uid: 'movies', q: 'prince' },
    ])

    鈿狅笍 The SearchQuery was not meant to be used if the regular $index->search() requests (yet).

@meili-bot meili-bot added the skip-changelog The PR will not appear in the release changelogs label Mar 30, 2023
Copy link
Contributor

@bidoubiwa bidoubiwa 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

meili-bors bot added a commit that referenced this pull request Apr 3, 2023
432: Update version for the next release (v0.23.0) r=bidoubiwa a=meili-bot

This version introduces features released on Meilisearch v1.1.0 馃帀
Check out the changelog of [Meilisearch v1.1.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.1.0) for more information on the changes.

### 馃殌 Enhancements

- Add a new optional argument to `add_documents_csv`. This argument allows you to customize the separator character in your `csv` file. (#429) `@brunoocasali.`
- Add `client.multi_search()` method to execute multiple search requests simultaneously with different configurations. (#430) `@brunoocasali`
    Usage example:

    ```ruby
    client.multi_search([
      { index_uid: 'books', q: 'prince' },
      { index_uid: 'movies', q: 'prince' },
    ])
    ```
  鈿狅笍 The `SearchQuery` was not meant to be used if the regular `$index->search()` requests (yet).

Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
@meili-bors
Copy link
Contributor

meili-bors bot commented Apr 3, 2023

Build failed:

@curquiza
Copy link
Member

curquiza commented Apr 3, 2023

bors merge

meili-bors bot added a commit that referenced this pull request Apr 3, 2023
425: Changes related to the next Meilisearch release (v1.1.0) r=curquiza a=meili-bot

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

This PR:
- gathers the changes related to the next Meilisearch release (v1.1.0) so that this package is ready when the official release is out.
- should pass the tests against the [latest pre-release of Meilisearch](https://github.com/meilisearch/meilisearch/releases).
- might eventually contain test failures until the Meilisearch v1.1.0 is out.

鈿狅笍 This PR should NOT be merged until the next release of Meilisearch (v1.1.0) is out.

_This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/main/resources/pre-release-week.md) purpose._


432: Update version for the next release (v0.23.0) r=curquiza a=meili-bot

This version introduces features released on Meilisearch v1.1.0 馃帀
Check out the changelog of [Meilisearch v1.1.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.1.0) for more information on the changes.

### 馃殌 Enhancements

- Add a new optional argument to `add_documents_csv`. This argument allows you to customize the separator character in your `csv` file. (#429) `@brunoocasali.`
- Add `client.multi_search()` method to execute multiple search requests simultaneously with different configurations. (#430) `@brunoocasali`
    Usage example:

    ```ruby
    client.multi_search([
      { index_uid: 'books', q: 'prince' },
      { index_uid: 'movies', q: 'prince' },
    ])
    ```
  鈿狅笍 The `SearchQuery` was not meant to be used if the regular `$index->search()` requests (yet).

Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
@meili-bors
Copy link
Contributor

meili-bors bot commented Apr 3, 2023

Build failed (retrying...):

meili-bors bot added a commit that referenced this pull request Apr 3, 2023
432: Update version for the next release (v0.23.0) r=curquiza a=meili-bot

This version introduces features released on Meilisearch v1.1.0 馃帀
Check out the changelog of [Meilisearch v1.1.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.1.0) for more information on the changes.

### 馃殌 Enhancements

- Add a new optional argument to `add_documents_csv`. This argument allows you to customize the separator character in your `csv` file. (#429) `@brunoocasali.`
- Add `client.multi_search()` method to execute multiple search requests simultaneously with different configurations. (#430) `@brunoocasali`
    Usage example:

    ```ruby
    client.multi_search([
      { index_uid: 'books', q: 'prince' },
      { index_uid: 'movies', q: 'prince' },
    ])
    ```
  鈿狅笍 The `SearchQuery` was not meant to be used if the regular `$index->search()` requests (yet).

Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
@meili-bors
Copy link
Contributor

meili-bors bot commented Apr 3, 2023

Build failed:

@bidoubiwa
Copy link
Contributor

bors merge

@meili-bors
Copy link
Contributor

meili-bors bot commented Apr 3, 2023

@meili-bors meili-bors bot merged commit 40c6a1f into main Apr 3, 2023
4 checks passed
@meili-bors meili-bors bot deleted the meili-bot/bump-version branch April 3, 2023 12:30
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.

None yet

3 participants