Skip to content

Releases: ChingEnLin/QueryPal

v2.8.0

12 Mar 09:30

Choose a tag to compare

2.8.0 (2026-03-12)

Features

  • Add loading indicators and state management for database connection and quick exploration actions. (f6de6aa)
  • add resizable panels to the Data Explorer layout. (1c83eca)
  • Filter out datetime fields from document history diffs and add react-resizable-panels dependency. (8acb561)
  • Implement multiple document filtering with various operators in the Data Explorer. (a7dd5dd)
  • Implement robust MSAL token acquisition with silent/popup fallback and expand authentication error handling. (2bbbfa9)
  • Introduce a diff-based overwrite dialog to prevent loss of unsaved document edits when refreshing. (63127e1)

Styling

  • Apply consistent formatting to DataExplorerPage.tsx. (0e03ad9)

v2.7.0

07 Feb 09:21

Choose a tag to compare

2.7.0 (2026-02-07)

Features

  • Add an interactive SVG schema relationship graph component to visualize collection relationships on the query generator page. (605119d)
  • Enable multi-collection query generation by updating context handling to pass a list of selected collections to the backend. (943cf44)
  • Implement schema relationship inference and enhance NL2Query with cross-collection schema context. (c6ef8db)
  • Replace global Data Explorer button with context-specific explorer buttons and add quick explore options for accounts. (a268708)
  • update usability (a7fea1b)

Bug Fixes

v2.6.0

02 Feb 12:41

Choose a tag to compare

2.6.0 (2026-02-02)

Features

  • Add search option icons and enhance JSON display highlighting with regex support. (66e774c)
  • Implement base64 image preview with hover tooltip and expand functionality in JsonDisplay. (438e46a)

v2.5.0

12 Jan 11:01

Choose a tag to compare

2.5.0 (2026-01-12)

Features

  • add AuditPage for analyzing audit logs with visualization and markdown support (a8f13ea)

Bug Fixes

v2.4.0

28 Oct 10:19

Choose a tag to compare

2.4.0 (2025-10-28)

Features

  • Enhance CORS configuration for production and development environments (08afe20)

Bug Fixes

  • Update allowed origins for development environment in CORS configuration (0ba7b95)

Styling

  • Refactor CORS configuration logic and improve formatting in main.py (a5a335f)

v2.3.0

01 Oct 11:39

Choose a tag to compare

2.3.0 (2025-10-01)

Features

  • Implement token renewal service and integrate with authentication flow (a0da761)

v2.2.0

02 Sep 13:56

Choose a tag to compare

2.2.0 (2025-09-02)

Features

  • Implement authentication error handling utilities and integrate into services (fbe4540)

v2.1.0

01 Sep 13:29

Choose a tag to compare

2.1.0 (2025-09-01)

Features

  • Add semantic versioning workflow with conventional commits (13dbed7)

Bug Fixes

  • Preserve complete release history in wiki page updates (85c8e31)
  • Remove contributing section and update links in README (9c17f5a)
  • Remove important notice from README and clean up formatting (9eb1fd1)
  • Update update_document to preserve datetime fields and ensure proper document replacement (8e9f57e)
  • Use replace_one in update_document to ensure deleted fields are removed (f7ea61f)

Documentation

  • Add semantic versioning documentation and README updates (a843509)