Releases: ChingEnLin/QueryPal
Releases · ChingEnLin/QueryPal
v2.8.0
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
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
v2.5.0
v2.4.0
v2.3.0
v2.2.0
v2.1.0
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)