Features
- Adds support for stored queries - Stored queries are parameterized queries that prevent script injections. The flow would be to use stored queries and disable passing of a direct query DSL (
noss
) - Adds support for defining max values for
size
andaggregationSize
as part of API credentials #195