Skip to content

Releases: ongr-io/ElasticsearchBundle

v1.2.0

12 Sep 13:41

Choose a tag to compare

Changes in this release

  • Added strict type return search functions #678
  • Added event dispatching at bulk, commit and manager creation actions #677 #659
  • Added exception throwing when there is a bad response from elasticsearch #668
    connections node in configuration was deprecated, now connection has to be defined in manager under index node.
  • Added index --dump option to index create command to dump mapping JSON to the console. #666
  • Added routing annotation and parameters in find type functions.
  • Added default value in AggregationValue:getValue() function. #651

v1.1.1

28 Jun 13:54

Choose a tag to compare

Changes in this release

  • Added sub-folder for elasticsearch mappings cache due conflict with other ONGR bundles.
  • Changed the default value for ongr cache to %kernel.debug% #637
  • By default es manager always refresh and flush only the current index #638

This is a patch release fixing minor bugs from previous release.

v1.0.3

28 Jun 13:54

Choose a tag to compare

Changes in this release

  • Changed the default value for ongr cache to %kernel.debug% #637
  • By default es manager always refresh and flush only the current index #638
  • Added sub-folder for elasticsearch mappings cache due conflict with other ONGR bundles.

v1.1.0

26 May 08:13

Choose a tag to compare

Changes in this release

  • Introduced documents generator. Check the new ongr:es:document:generate command.
  • Index export now can split files into the parts.

v1.0.2

23 May 13:33

Choose a tag to compare

v1.0.2

  • Heavily improved import/export performance
  • Fixed query execution timer

v0.10.8

16 May 03:15

Choose a tag to compare

v0.10.8 Pre-release
Pre-release

Changes in this release

  • Refresh only current working index

v1.0.1

06 Apr 20:26

Choose a tag to compare

v1.0.1

  • Changed properties to private in all tests.
  • Fixed bug when there is no Document folder #605
  • Fixed bulk queries reset bug #606
  • Fixed integer and float values storing as an arrays #571

v1.0.0

17 Mar 13:10

Choose a tag to compare

First major version of Elasticsearch Bundle

Hi! It's been a long time, right?

Elasticsearch bundle is stable for quite some time now (a year or so), and it works like a charm for most of the common use cases. However, we found tricky edge cases, performance issues and other stuff we could not fix easily, and our interpretation of the specification has changed over time. That is why I am proud to announce the final result with 1.0 version.

This new version is a kind of full rewrite, and therefore, it is not backward compatible with 0.x versions. However, migrating should not be too complicated as the API has been drastically simplified and most of the patterns are the same, how to upgrade please find it here: http://docs.ongr.io/ElasticsearchBundle/upgrade

Last but not the least, THANK YOU ALL for huge contribution on this new major version!

Let's celebrate now! :) :) :)

celebrate

v0.10.7

02 Mar 09:43

Choose a tag to compare

v0.10.7 Pre-release
Pre-release

Changes

  • Profiler timing fix #566

v1.0.0-alpha.7

27 Jan 11:01

Choose a tag to compare

v1.0.0-alpha.7 Pre-release
Pre-release

Changes in this release

  • Diff 8f7e2a0...0133372
  • Refactored aggregations
  • Removed profiler config, not it is turned on by default
  • Changed Collection namespace to Collection\Collection

WARNING

To be able to install this release, set your project dependencies minimum stability to dev, then run composer update with --prefer-dist option.