0.2.5 (2025-10-10)
Features
- Implement Keycloak login page on frontend. (#128)
- Implement
GET /v1/auth/logoutendpoint forKeycloakAuthProvider. (#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.