1.3.0
Changes
- updated Elasticsearch high-level transport client from 7.0.0a -> 7.3.0.
- updated vert.x dependency from 3.7.1 to 3.8.0.
- New Handler for context#blocking calls.
- Indexes are no longer automatically added when queried.
- New API in AsyncStorage addIndex(String path) to add indexes.
- Upgraded to CQEngine 3.4.0 with fixes for performance/concurrency.
Changes to how indexes are added will improve performance and fix some issues caused by disk indexes not being reloaded at startup. To make sure it works as expected call addIndex before adding any items, or make sure to call IndexedMapPersisted.reindex() before instantiating the disk persistence plugin - which will cause a reindex when the indexes are added.
See npgall/cqengine#242 for more information.