Releases: ongr-io/ElasticsearchBundle
Releases · ongr-io/ElasticsearchBundle
v0.8.1
v0.8.0
IMPROVEMENTS:
- Improved command output.
- Commands that has to be forced to execute now has a shortcut for
--force
option-f
.
CHANGES:
- Command
es:index:create
does not create mapping any more. Use newes:type:create
command after index has been created.
FEATURES
- added has_child query and filter (#189)
- added has_parent query and filter (#188)
- added children aggregation (#191)
- Commands for manipulating with types (#194)
BUG FIXES
- documents are now correclty set into iterator for persisting (#205)
v0.7.0
v0.6.0
v0.5.1
v0.5.0
BUG FIXES:
- Profiler crash without executing query (#127).
- Exception when specifying a document_dir and using an ES\Object (#139).
- Empty documents don't get included in repository list (#151).
FEATURES:
- Introduced document proxies.
- Added cardinality aggregation (#119).
IMPROVEMENTS:
- Fixed code style to meet ongr-strict-standard (#113, #75).
- Implemented functional test retries on failure (#34).
- Document annotations can now be written using camel or underscore case (pull-request/147).
- Multiple architecture improvments.
- Added more tests.
- Added HHVM build
- Docs improved a bit
CHANGES:
- Converted documentation to RST format (#68).
- Updated Elasticsearch testing versions.
- PHPCS standard changed to ONGR strict.
- Manager::getBundlesMapping now returns
ClassMetadata[]
instead ofarray[]
v0.4.1
v0.4.0
- added Warmer commands #87
- improved profiler #98
- fixed bug: catchable fatal error #103
- fixed bug : customize the document_dir error #102
- fixed ES document properties annotation collecting when property is private #111
- fixed bug: document_dir now handles more than one level path in bundle
- code quality improvements
- added more tests
- fixed documentation
v0.3.0
v0.2.0
- docs was improved
- minor fixes and improvements in code (#33, #29, etc..)
- document update fix #3
- added support for \DateTime in date property #14
- added getBundle method to MappingCollector #18
- update command now understands elasticsearch date format (e.d. 1d, 1w ant etc) #19
- added profiler support #31