Skip to content

v0.8.7

Latest

Choose a tag to compare

@kaustubh-darekar kaustubh-darekar released this 23 Jul 06:14
· 1 commit to main since this release
1ade47d

Release Notes

Features & Enhancements

  • Updated support for latest models across OpenAI, Gemini, Anthropic Claude, Fireworks DeepSeek and others #1549
  • Added link to Neo4j Document Intelligence — users can try the newer agentic extraction app #1575
  • File table “select all” checkbox now selects only rows on the current page, with clearer tooltip #1563
  • Fix metrics tooltip width to prevent oversized popovers in DataGrid #1545

Bug Fixes

  • Fixed embedding dimension mismatch during post-processing #1562
  • Fixed layout breaking when the side chat drawer is open at browser zoom above 100% #1563

Security

This release includes a broad security hardening pass across the application:

  • Authentication & access control — all APIs now require verified token-based authentication, and user data is scoped to the authenticated user
  • Input validation — file uploads and web URLs are validated and sanitized before processing
  • Credential handling — sensitive data removed from logs and configuration files
  • Safer defaults — restricted cross-origin access, disabled risky query execution, and added safeguards against untrusted external content

Maintenance

  • Replaced discontinued langchain-experimental and langchain-community packages (#1571)