Skip to content

v4.3.0

Latest
Compare
Choose a tag to compare
@philvarner philvarner released this 16 Jul 19:07
a87f3a0

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.