karlomikus / vue-salt-rim

Salt Rim is a Vue based web client used for connecting to Bar Assistant server instance.
https://barassistant.app
MIT License
102 stars 17 forks source link

Q: Meilisearch v1.11.x - Breaking Changes #253

Closed reefland closed 1 week ago

reefland commented 2 weeks ago

I know I don't need to upgrade Meilisearch that often, but I use renovateBot which keeps everything updated. It seems Meilisearch now offering AI features, but I'm more worried about possible breaking changes:

image

Curious if you see anything to be concerned about.

karlomikus commented 2 weeks ago

Weird move from them, but I also don't update Meilisearch too often, mostly because it's not really that important and data migration is annoying.

Github action for running api test suite is always using the latest Meilisearch version so API will report possible BC issues.

But in this case I would hold off upgrading until I test it with the latest version since this seems to be related to actual search action which comes from salt-rim.

karlomikus commented 1 week ago

Tested and working with Meilisearch v1.11.

Thanks!