File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,38 @@ All notable changes to this project will be documented in this file.
66The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
77and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
88
9+ ## 0.0.33
10+
11+ - Lower mobile breakpoint to avoid mobile view on half of the desktop size
12+ - Bugfix for accepting an invitation created by remote API user
13+
14+ ## 0.0.32
15+
16+ - Bugfix for not redirecting to invitation
17+ - Bugfix for scim bearer token
18+ - Bugfix for accepting invitation in client
19+ - Add active and phoneNumers to SCIM messages
20+ - Handle empty SCIM provisioning response
21+ - Fix scim_user_provisioning_only function
22+ - Improve error log on missing ID in SCIM message
23+ - Add more logging
24+ - API endpoint '/v2/users' renamed to '/v2/Users', /groups to /Groups
25+ - Remove identifiers from SCIM patch request
26+
27+ ## 0.0.31
28+
29+ - Avoid deadlocks when trying to create roles with the same subset of applications under heavy load
30+
931## 0.0.30
1032
11- - Add support for longer secrets (e.g. bearer tokens) in provisioning configuration
33+ - Use the new CompoundKeyStore for secrets in Manage
1234
1335## 0.0.29
1436
1537- Add more logging
38+ - Fix plain text invitation email link
39+ - Return to role instead of index after deleting people
40+ - Make authority names more consistent
1641
1742## 0.0.28
1843
You can’t perform that action at this time.
0 commit comments