Skip to content

Releases: ChingEnLin/QueryPal

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)