mailerlite / laravel-elasticsearch

An easy way to use the official Elastic Search client in your Laravel applications.
MIT License
909 stars 187 forks source link

Move from 4.2.2 to 8.x version #136

Closed shirokovnv closed 2 years ago

shirokovnv commented 2 years ago

Hello!

Thanks for the package!

Is there any link with info about migration from 4.2.2 to 8.x ?

Have not found any information about breaking changes between versions.

Or I can do composer update without any risk of class api-s to be broken?

cviebrock commented 2 years ago

Slow response ... sorry.

I don't know offhand of what differences there were between 4.2.2 and 8.x (or 9.x). There is the Changelog, where I try to list all the changes between various versions (and note if anything is a breaking change).

And there is, of course, git history. 😉

Looks to me like the only things that might be issues are that 9.x:

I don't think there are any breaking changes to the format of the configuration files, so you are probably safe to update.

shirokovnv commented 2 years ago

Thanks, figured it out.