Skip to content

v1.24.2

Latest

Choose a tag to compare

@yansavitski yansavitski released this 05 Aug 14:06
· 12 commits to main since this release
081629d

Release Highlights

🐛 Fixed

  • Corrected URL construction in Elasticsearch ApiClient when using base paths behind reverse proxies.
  • Prevented URL updates from stale in-flight requests after teardown.
  • Fixed incorrect return type for getQueryFn.
  • Fixed issue where rawResponse was always null in Elasticsearch Connector.

✨ Added

  • getQueryFn can now be asynchronous, enabling custom async query logic.
  • Elasticsearch facet config now supports direction, include, and exclude properties.
  • Allow sort: "count" with direction: "asc" for facets (with docs warning on accuracy).

📚 Docs

  • Updated Elasticsearch Connector docs with examples and caveats for new facet filtering options.