Releases: ongr-io/ElasticsearchBundle
v1.2.0
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
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
v1.1.0
v1.0.2
v0.10.8
v1.0.1
v1.0.0
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! :) :) :)
v0.10.7
v1.0.0-alpha.7
Changes in this release
- Diff 8f7e2a0...0133372
- Refactored aggregations
- Removed profiler config, not it is turned on by default
- Changed
Collectionnamespace toCollection\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.
