Base
- Stop using stored_fields in datastore and use _source instead
- Optimize search / multiget combos to use search with full _source instead
- Expose default scaler config values
- Remove stream_search restriction that can be circumvented
- Fix histogram search deprecation warnings
- Change default alert returned fields
- Retry on FTP DNS errors
- More details on elasticsearch timeout and connection error
- Allow datastore transport timeouts to be changed
- Added ELF File and vector tags
Core
- Fix tests to work with _source changes
- Fix Dispatcher recovery when redis volatile restart
- Added TTLs to dispatcher's queues
Frontend
- Change the meaning of stored fields in the help page
- Adjust dashboard dispatcher card margins
- Force service sorting by name
Service Base
- Allow tasking to take place inside another folder
- Configurable update directory
- Configurable manifest folder
- Fix time used for caching in the service updater
- Fix default get_tool_version and get_service_version
- Cleanup update directories on start
Service Client
- Allow tasking to take place inside another folder
UI - API Server
- Optimize search / multiget combos to use search with full _source instead