ElasticsearchBundle

Symfony bundle for Elasticsearch with steroids

MIT License

Downloads
1.1M
Stars
313
Committers
82

Bot releases are hidden (Show)

ElasticsearchBundle - v6.3.0 Latest Release

Published by ramunasdronga over 1 year ago

Changes in this release

  • Add support for PHP8.x
ElasticsearchBundle - v7.1.0

Published by einorler over 1 year ago

Added singular embedded fields

ElasticsearchBundle - v7.0.6 Fixed normalization of embedded objects

Published by einorler over 1 year ago

ElasticsearchBundle - v7.0.5 Support for PHP8 and ES8

Published by einorler over 2 years ago

ElasticsearchBundle - v7.0.4

Published by demianchuk over 2 years ago

Adding routing support (Problem with routing #975), count method for IndexService (https://github.com/ongr-io/ElasticsearchBundle/issues/934)

ElasticsearchBundle - Updated doctrine/inflector version

Published by einorler almost 4 years ago

ElasticsearchBundle - Remove managers from profiler view

Published by einorler over 4 years ago

Remove managers from profiler view

ElasticsearchBundle - v7.0.2

Published by saimaz over 4 years ago

Changes in this release

  • Overriding index setting configuration bug #921
ElasticsearchBundle - v6.2.2

Published by saimaz over 4 years ago

Changes in this release

  • Overriding index setting configuration bug #921
ElasticsearchBundle - v7.0.1

Published by saimaz over 4 years ago

Changes in this release

  • Fixed Symfony 5 auto-wire #913
ElasticsearchBundle - v6.2.1

Published by saimaz over 4 years ago

Changes in this release

  • Fixed Symfony 5 auto-wire #915
ElasticsearchBundle - v5.2.6

Published by saimaz over 4 years ago

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.

ElasticsearchBundle - v7.0.0

Published by saimaz over 4 years ago

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
ElasticsearchBundle - v6.2.0

Published by saimaz over 4 years ago

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.
ElasticsearchBundle - v6.1.0

Published by saimaz over 4 years ago

Changes in this release

This release just tags 6.1 as a stable version.

ElasticsearchBundle - v5.2.5

Published by saimaz over 4 years ago

Changes in this release

  • Add option to install elasticsearch-dsl v5 and v6
ElasticsearchBundle - v6.1.0-beta

Published by einorler almost 5 years ago

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.

ElasticsearchBundle - v6.0.1

Published by einorler about 5 years ago

Changes in this release

  • Implemented alias overriding #887
ElasticsearchBundle - 6.0 Major release

Published by einorler about 5 years ago

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

ElasticsearchBundle - v6.0.0-beta2

Published by saimaz over 5 years ago

Changes in this release

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