meilisearch / integration-guides

Central reference for Meilisearch integrations.
https://meilisearch.com
MIT License
137 stars 15 forks source link

Changes related to Meilisearch v1.5.0 #290

Closed curquiza closed 10 months ago

curquiza commented 11 months ago

This issue gathers the changes related to the v1.5.0 of Meilisearch that will impact the integrations scope.

📅 Release date: on November 20th

TODO

Before pre-release

Pre-release

Release day

Features to implement

Snapshot on-demand

Add a method createSnapshot similar to createDump() to call the newly introduced POST /snapshots route and return a task.

👉 Should be done on JS and PHP

👉 Usage: https://www.notion.so/meilisearch/Usage-On-demand-snapshots-f105c94abb444b61a9d0f94550a5199e

More:

sanders41 commented 11 months ago

Add a method createSnapshot similar to createDump() to call the newly introduced POST /snapshot route and return a task.

@curquiza POST /snapshot should instead be POST /snapshots

brunoocasali commented 10 months ago

Issues were created, the tier 1 repositories have been released :)