Skip to content

9.0.0

Latest

Choose a tag to compare

@siddharthlatest siddharthlatest released this 09 Sep 10:51
· 2 commits to next since this release

Summary

Major release with pipeline scalability improvements, OpenAI model updates, and Elasticsearch v9 compatibility.

Enhancements

  • feat(pipeline): add rollover for pipeline invocations (Jul 24, 2025)
  • change(pipeline): allow up to 1000 env vars (Jun 13, 2025)
  • update(openai): expand model support, including GPT‑5 and modern GPT‑4 variants (Sep 8, 2025)

Fixes

  • fix: add compatibility layer for range queries to work with Elasticsearch v9 (Aug 29, 2025)
  • fix(CI): run tests from module root to resolve internal package imports (Sep 8, 2025)
  • fix(ES v9): add escompat file for range query (Sep 8, 2025)

Chore

  • chore(build): increment release version (Jun 13, 2025)
  • chore(env): use REACTIVESEARCH_ID over APPBASE_ID (Aug 29, 2025)
  • chore(update): 9.0.0 (Sep 8, 2025)
  • chore(code-review): use gpt-5 model (Sep 8, 2025)
  • Merge branch updates into v9 and merge PR #167 (Sep 8, 2025)

Upgrade notes

  • Pipelines using environment variables can now configure up to 1000 entries.