Skip to content

Releases: ongr-io/ElasticsearchBundle

v6.2.1

10 Feb 22:16
9df2ed7
Compare
Choose a tag to compare

Changes in this release

  • Fixed Symfony 5 auto-wire #915

v7.0.0

05 Feb 17:44
e1a6398
Compare
Choose a tag to compare

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

05 Feb 16:39
a00f5a6
Compare
Choose a tag to compare

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

05 Feb 20:11
17a9d5a
Compare
Choose a tag to compare

It's a release for merged pull requests from the community. I'm not going to add any more changes to the 5th version, so please consider upgrading to a newer version.

v6.1.0

05 Feb 16:34
c9f626c
Compare
Choose a tag to compare

Changes in this release

This release just tags 6.1 as a stable version.

v6.1.0-beta

24 Oct 07:08
9fbc6d0
Compare
Choose a tag to compare
v6.1.0-beta Pre-release
Pre-release

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

21 Oct 13:31
a2eabad
Compare
Choose a tag to compare

Changes in this release

  • Implemented alias overriding #887

6.0 Major release

07 Oct 21:12
52b67a8
Compare
Choose a tag to compare

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

31 Jan 08:54
Compare
Choose a tag to compare

Changes in this release

  • Add option to install elasticsearch-dsl v5 and v6

v6.0.0-beta2

26 Apr 07:39
Compare
Choose a tag to compare
v6.0.0-beta2 Pre-release
Pre-release

Changes in this release

  • Introduced env support.
  • Unit tests now cover major code parts.
  • Updated TravisCI.