Skip to content

0.2.5 (2025-10-10)

Choose a tag to compare

@github-actions github-actions released this 10 Oct 09:34
· 201 commits to develop since this release
2bf1144

Features

  • Implement Keycloak login page on frontend. (#128)
  • Implement GET /v1/auth/logout endpoint for KeycloakAuthProvider. (#275)

Improvements

  • Improved full-text search for technical fields such as hostnames, table names, and directory paths. (#255)
  • Replace 307 redirect to Keycloak auth page with 401 response, due to browser restrictions for redirect + CORS + localhost. (#274)

Bug Fixes

  • Replace sync methods of Keycloak client with async ones. (#177)

    Previously interaction with Keycloak could block asyncio event loop.