You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
-
- Show pictures of the groups in the Vaults member list.
12
+
- Show pictures of the groups in the Vaults member list. (#375)
13
13
14
14
### Changed
15
15
16
16
- Updated Keycloak to 26.4.7
17
+
- Update Quarkus to 3.20.4 LTS
18
+
- Improved efficiency of keycloak-to-hub data sync (#377)
19
+
- Improved efficiency of group-based access permission checks (#372)
20
+
- Migrated aes-siv and base encoding libraries to [`@noble/ciphers`](https://github.com/paulmillr/noble-ciphers) and [`@scure/base`](https://github.com/paulmillr/scure-base/) (#373)
21
+
22
+
### Security
23
+
24
+
-CVE-2025-64756, CVE-2025-64118: removed `glob` and `tar` dependencies
25
+
-CVE-2025-64718, CVE-2025-62522: updated `js-yaml` and `vite`
@DisplayName("As admin, GET /auditlog?startDate=2020-02-20T00:00:00.000Z&endDate=2020-02-20T23:59:59.999Z&paginationId=9999 returns 200 with 20 entries")
@@ -49,7 +49,7 @@ public void testGetAuditLogEntries() {
49
49
@Test
50
50
@TestSecurity(user = "Admin", roles = {"admin"})
51
51
@DisplayName("As admin, GET /auditlog?startDate=2020-02-20T00:00:00.000Z&endDate=2020-02-20T23:59:59.999Z&pageSize=10&paginationId=1000&order=asc returns 200 with 3 entries")
0 commit comments