v3.2
The main change in this release is to upgrade elasticsearch from 1.7.x to 7.15.x. This involved many API changes, however ecodata preserves the existing APIs related to elasticsearch queries so clients should be unaffected.
- #640 #690 #525 #691 #692 - Updated elasticsearch and fixed bugs found during testing
- #612 - Implemented dual indexes to prevent data "disappearing" from searches during re-indexing while an index is being updated. We now fully reindex then swap an alias to the new index.
The following changes relate to the upgrade to GORM / mongo 4.0.x
- #695 - Fixed a bug related to natural ordering issues with unsorted GORM batch queries (added explicit sorts) and mongo 4.0.x
- #675 - Changed a GORM mapping config that was causing class loading issues on the auditing thread
- #694 - Added a timeout configuration to the grails 4 / GORM 7.x data migration script due to timeout errors
Minor configuration changes