website/docs: update 2022.5 release notes
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
11ef500475
commit
2e174a1be5
|
@ -13,21 +13,37 @@ slug: "2022.5"
|
|||
|
||||
See [LDAP provider](../providers/ldap.md#cached-bind)
|
||||
|
||||
- OAuth2: Add support for `form_post` response mode
|
||||
- Optimise bundling of web asses
|
||||
|
||||
Previous versions had the entire frontend bundled in a single file (per interface). This has been revamped to produce smaller bundle sizes for each interface to improve the loading times.
|
||||
|
||||
Additionally, only the locales configured will be loaded on start, instead of all locales.
|
||||
|
||||
Certain parts of the application are purposefully still contained in the initial bundle, especially for commonly used pages and default routes.
|
||||
|
||||
## Minor changes/fixes
|
||||
|
||||
- \*: decrease frequency of background tasks, smear tasks based on name and fqdn
|
||||
- api: fix OwnerFilter filtering out objects for superusers
|
||||
- core: add custom shell command which imports all models and creates events for model events
|
||||
- core: add flag to globally disable impersonation
|
||||
- events: fix created events only being logged as debug level
|
||||
- flows: handle flow title formatting error better, add user to flow title context
|
||||
- internal: add signal handler for SIGTERM
|
||||
- outposts/ldap: cached bind (#2824)
|
||||
- policies: fix current user not being set in server-side policy deny
|
||||
- providers/oauth2: add support for form_post response mode (#2818)
|
||||
- providers/oauth2: don't create events before client_id can be verified to prevent spam
|
||||
- providers/saml: make SAML metadata generation consistent
|
||||
- root: export poetry deps to requirements.txt so we don't need poetry … (#2823)
|
||||
- root: handle JSON error in metrics too
|
||||
- root: handle JSON error in metrics
|
||||
- root: set SESSION_SAVE_EVERY_REQUEST to enable sliding sessions
|
||||
- root: use npm ci
|
||||
- sources/oauth: Fix wording for OAuth source names (#2732)
|
||||
- stages/authenticator_validate: remember (#2828)
|
||||
- stages/user_delete: fix delete stage failing when pending user is not explicitly set
|
||||
- web: fix dateTimeLocal() dropping local timezone
|
||||
- web: lazy load parts of interfaces (#2864)
|
||||
- web/user: add missing checkbox element in user settings (#2762)
|
||||
|
||||
## Upgrading
|
||||
|
|
Reference in New Issue