docs: update release notes for 2021.2

This commit is contained in:
Jens Langhammer 2021-02-06 19:09:42 +01:00
parent 91282c7bd8
commit a885247d36
1 changed files with 18 additions and 0 deletions

View File

@ -10,12 +10,30 @@ title: Release 2021.1.2
Currently, this is used to update default property mappings, and mark tokens and users generated by outposts. Currently, this is used to update default property mappings, and mark tokens and users generated by outposts.
- Improved support for different LDAP Servers
The LDAP source has improved support for non-Active Directory LDAP setups. This includes the following changes:
- Switch to sync membership from groups to users rather than user to group
- Fix users, which were removed from a group in LDAP not being removed from said group
- Add support for LDAP servers which have core fields declared as lists
- Add property-mappings for groups, to map attributes like `name` or `is_superuser`
- Add test view to debug property-mappings.
## Fixes ## Fixes
- admin: add test view for property mappings
- core: Fix application cache not being cleared correctly (and not being ignored for searches) - core: Fix application cache not being cleared correctly (and not being ignored for searches)
- events: add send_once flag to send webhooks only once - events: add send_once flag to send webhooks only once
- events: allow searching by event id
- events: don't log successful system tasks
- events: improve information sent in notification emails
- providers/oauth2: pass application to configuration error event
- providers/saml: fix imported provider not saving properties correctly - providers/saml: fix imported provider not saving properties correctly
- root: use filtering_bound_logger for speed improvements
- stages/consent: fix wrong widget for expire - stages/consent: fix wrong widget for expire
- web: migrate Provider List to SPA
## Upgrading ## Upgrading