diff --git a/website/docs/releases/v2022.8.md b/website/docs/releases/v2022.8.md index 6ed9ce354..45d8d30df 100644 --- a/website/docs/releases/v2022.8.md +++ b/website/docs/releases/v2022.8.md @@ -55,6 +55,22 @@ slug: "2022.8" - stages/consent: fix for post requests (#3339) - stages/prompt: fix tests for file field +## Fixed in 2022.8.2 + +- blueprints: add generic export next to flow exporter (#3439) +- blueprints: allow for adding remote blueprints (#3435) +- blueprints: fix exporter not ignoring non-SerializerModel objects +- blueprints: fix issue in prod setups with encoding dataclasses via json +- blueprints: remove \_state from exporter blueprints +- core: fix pre-hydrated config not being escaped properly +- events: correctly handle lists for cleaning/sanitization +- internal: fix routing for requests with querystring signature to embedded outpost +- lifecycle: add worker-status command to debug worker cpu usage issues +- providers/oauth2: fix oauth2 requests being logged as unauthenticated +- sources/oauth: fix missing doseq param for updating URL query string +- web/elements: fix automatic slug not working on newly opened forms +- web/flows: simplify consent's permission handling + ## Upgrading This release does not introduce any new requirements.