- Drop PHP 5.5 and 5.6 support. Now only PHP >=7 are supported.
- Array iterator now returns document _id field as well.
- All features and fixes from 1.2
- Set index for bulk operations globally #705
- Introduced options in document annotation #707
- Upgraded minimum Elasticsearch DSL version
- Bug fix with manager name resolve in the configuration #692
- Bug fix with manager name resolve in the configuration #692
- Bug fix with manager name resolve in the configuration #692
- Fixed scroll configuration pass to find functions #687
- Eliminated deprecated execute function in tests #688
- Fixed profiler timing #689
- Fixed wrong event name (#683)
- Minor fixes
- 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 underindex
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
- 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
- Introduced documents generator. Check the new
ongr:es:document:generate
command. #601 - Index export now can split files into the parts.
- 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.
- Fixed profiler query time calculation #619
- Heavily improved import/export performance #617
- 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
- First stable release