Skip to content

Releases: meilisearch/gatsby-plugin-meilisearch

v0.3.1 🌻

28 Nov 16:27
0eaec4a
Compare
Choose a tag to compare

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

Thanks again to @bidoubiwa! 🎉

v0.3.0 🌻

23 Nov 11:25
847ddcf
Compare
Choose a tag to compare

⚠️ Breaking changes

  • Make document addition asynchronous and improve report on it (#195) @bidoubiwa

Previously, when the plugin fetched the documents and sent it to Meilisearch, it was waiting for all documents to be indexed in Meilisearch before finishing its process. This led to both a slow down in your app build, but also possible timeout when to many documents had to be indexed.

With this new version, the plugin sends document addition requests to Meilisearch but does not wait for the indexation to be done. This means that after your build is done, all your documents may not be already available in your Meilisearch instance. Since the indexation process might still be ongoing.

By looking at the logs, the tasks uids of the document addition are provided and lets your track them using the tasks API of Meilisearch.

Thanks again to @bidoubiwa, @dadolhay and @denke8! 🎉

v0.2.1 🌻

03 Oct 16:48
2459ede
Compare
Choose a tag to compare

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

Thanks again to @bidoubiwa, @brunoocasali! 🎉

v0.2.0 🌻

20 Jul 15:47
1d4b797
Compare
Choose a tag to compare

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

💥 Breaking changes

🚀 Enhancements

  • Pass gatsby client agent to meilisearch-js #147

Analytics is enabled by default in the server, but you can disable them by following this guide
Also, of course, every analytics data we collect are ANONYMOUS read the guide for more information.

Thanks again to @bidoubiwa ! 🎉

v0.1.2 🌻

17 May 12:02
6a0a0f8
Compare
Choose a tag to compare

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

Thanks again to @bidoubiwa! 🎉

v0.1.1 🌻

18 Mar 12:25
d395f6c
Compare
Choose a tag to compare

This version makes this package compatible with Meilisearch v0.25 up to v0.26.0 🎉
Check out the changelog of MeiliSearch v0.26.0 for more information about the ⚠️ breaking changes about the flag and dump new behavior.

Thanks again to @bidoubiwa, @curquiza! 🎉

v0.1.0 🟢

26 Jan 11:52
fbaedaf
Compare
Choose a tag to compare

Hello 👋 This is the first iteration of the Gatsby plugin. We are eager to hear about your experience!

🚀 Enhancements

Thanks again to @TommasoAmici, @bidoubiwa, @curquiza, @mdubus ! 🎉