diff --git a/website/docs/releases/2021.2.md b/website/docs/releases/2021.2.md index 797539a2d..a698048fd 100644 --- a/website/docs/releases/2021.2.md +++ b/website/docs/releases/2021.2.md @@ -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. +- 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 +- admin: add test view for property mappings - 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: 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 +- root: use filtering_bound_logger for speed improvements - stages/consent: fix wrong widget for expire +- web: migrate Provider List to SPA ## Upgrading