You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Compression is enabled by default, can be disabled by setting ENABLE_RESPONSE_COMPRESSION to false. If using post-hooks, you must update
to hooks to handle compression or disable compression.
Update to default to OpenSearch 2.19
Added
The maximum limit for the number of items returned from the /search and
/collections/{collection_id}/items endpoints can now be configured with the ITEMS_MAX_LIMIT variable. It is recommended that this be set to 100.