Releases: ongr-io/ElasticsearchBundle
Releases · ongr-io/ElasticsearchBundle
v1.0.0-alpha.6
Most notable changes
- See a change list f21425e...8f7e2a0
- Removed
DocumentTrait
- Document converter were improved
- Introduced
Collection
for document result - Import command can handle gzip
v1.0.0-alpha.5
Most notable changes
- Changes 8b9b2f7...f21425e
- Rpository now supports only one Elasticsearch type #513
- MetaField were introduced, now it defines
_id
and other meta fields #509 - Code style check changed to PSR2 #466
DocumentInterface
andAbstractDocument
were removed in favor ofMultiField
- Added SF 3.0 support
- Added isser support for documents #491
- Support new Symfony profiler bar style
- documentation were improved
v0.10.6
v0.9.4
v0.10.5
v0.9.3
v1.0.0-alpha.4
Changes
- added missing parent field in the index import/export #440
- fixed github authentification in travis builds
- Introduced count API #446
- Added documents partial update support #406
- Bundle throws
\LogicException
if there was 2 same type names found in mapped manager documents - findBy, findOneBy now uses Query String query
- fixed profiler issue
- added nice documentation
v0.10.4
v1.0.0-alpha.3
Changes
- Stability improvements
- Refactored aggregations iteration
- Completely removed property accessor from converter
- Fixed the whole base by Sensiolabs practice advice's
This version is already a stable. We are planning to release a first beta version and also introduce first version of new documentation for the bundle
v1.0.0-alpha.2
- Documents mapping was simplified. Now it is more accurate to elasticsearch database mapping. See the docs for more information how to define documents mapping.
- removed commands for creating and deleting mapping types, now you can do everything with one command
ongr:es:mapping:update
. - and other many improvements..