Skip to content

v2.9.0

Choose a tag to compare

@github-actions github-actions released this 10 May 13:03

2.9.0 (2026-05-10)

Features

  • Add filter type to support date filtering in the data explorer. (2c00ecb)
  • add functionality to export Data Explorer filters as PyMongo query string (c21717c)
  • configurable agent iterations with UI slider and aggregation support (1e61b7f)
  • generalize image preview component to support both base64 and URL images. (2ef9493)
  • implement AI-driven ReAct agent for query generation (2c581f2)
  • implement automated logging for database write operations in query execution routes (fcc04b1)
  • Implement multiple resizable document panels, "open to side" functionality, and document persistence in the Data Explorer. (fc84a35)
  • Implement save conflict detection and resolution with a diff viewer for document edits. (cc164e6)

Bug Fixes

  • security and reliability hardening (4660c09)

Maintenance

  • mock GEMINI_API_KEY for CI tests (b0dd3dc)

Documentation

  • add ReAct agent documentation and architecture diagram to README (bc75e8e)