Releases: ongr-io/ElasticsearchBundle
Releases · ongr-io/ElasticsearchBundle
v6.2.1
v7.0.0
Major version upgrade
Changes in this release
- Added buy me a coffee button in the README.md, if you like this bundle do not hesitate to buy me a small cup of coffee ☕️ :)
- Implemented support for ES 7.x
- Implemented support for Symfony 5
- Implemented support for PHP 7.4 alongside with 7.1, 7.2 and 7.3
v6.2.0
Changes in this release
- Add support for the Symfony 5
Breaking changes
- The support for Symfony 3 was removed. Now the bundle is supported only from Symfony 4.4 upwards.
- Some internals in the bundle has been changed due to the breaking changes introduced in Symfony 4.4 to support the upcoming 5 version. Bundle's functions don't change and remains the same, so no necessary changes should be required in order to upgrade.
v5.2.6
v6.1.0
v6.1.0-beta
This is a beta version for Elasticsearch v6.1 and upcoming versions.
Serialization of documents was completely remade. Also, additional changes are coming to v6.1, this is still a development release.
The changes list, breaking changes and full doc update will be provided on stable version release.
v6.0.1
6.0 Major release
Changes in this release
- Implemented support for Symfony 4.x
- Implemented support for ES 6.x
- Implemented support for PHP >= 7.0, <= 7.3
- Removed Manager and Repository services in favor of IndexService
- Added support for changed SF structure (Flex)
These and a number of other changes can be found #869
v5.2.5
v6.0.0-beta2
Changes in this release
- Introduced env support.
- Unit tests now cover major code parts.
- Updated TravisCI.