website/docs: add missing breaking change in prompt stages

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-04-29 21:19:51 +02:00
parent 15d8988569
commit 75320bf579
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ slug: "2022.4"
For legacy reasons, authentik used to support HTTP-Basic authenticated requests, using the token as a password. This has been removed.
- Removal of deprecated context in Expression policies used in prompt stages
Before this version, you could use both `context['*field_name*']` and `context['prompt_data']['*field_name*']`. The former one has been removed as it could overwrite other data in the context if the field name is the same as another context value.
## New features
- Application Grouping