Skip to content

Commit 2bf1144

Browse files
committed
[DOP-21436] Prepare for release
1 parent b3e1368 commit 2bf1144

File tree

6 files changed

+22
-4
lines changed

6 files changed

+22
-4
lines changed

docs/changelog/0.2.5.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
0.2.5 (2025-10-10)
2+
==================
3+
4+
Features
5+
--------
6+
7+
- Implement Keycloak login page on frontend. (`#128 <https://github.com/MobileTeleSystems/syncmaster-ui/pull/128>`_)
8+
- Implement ``GET /v1/auth/logout`` endpoint for ``KeycloakAuthProvider``. (:issue:`275`)
9+
10+
Improvements
11+
------------
12+
13+
- Improved full-text search for technical fields such as hostnames, table names, and directory paths. (:issue:`255`)
14+
- Replace 307 redirect to Keycloak auth page with 401 response, due to browser restrictions for redirect + CORS + localhost. (:issue:`274`)
15+
16+
Bug Fixes
17+
---------
18+
19+
- Replace sync methods of Keycloak client with async ones. (:issue:`177`)
20+
21+
Previously interaction with Keycloak could block asyncio event loop.

docs/changelog/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
:caption: Changelog
44

55
DRAFT
6+
0.2.5
67
0.2.4
78
0.2.3
89
0.2.2

docs/changelog/next_release/177.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/next_release/255.improvement.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/next_release/274.improvement.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/next_release/275.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)