@@ -222,26 +222,21 @@ pytest
222222
223223## Change-logs
224224
225- :warning : ** 🚧 BREAKING CHANGE**
226- 0.3.0 -> 0.3.1: ` generate_csrf ` marked for deprecation
227-
228225* ** 0.3.1** Adopt [ Double Submit Cookie] ( https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html#double-submit-cookie )
229-
230- :warning : ** 🚧 BREAKING CHANGE**
231- 0.3.1 -> 0.3.2: ` generate_csrf ` marked for deprecation; ` validate_csrf ` is now async
232-
226+ :construction : ** BREAKING CHANGE**
227+ 0.3.0 -> 0.3.1: ` generate_csrf ` marked for deprecation
233228* ** 0.3.2** Add ` token_location ` config (either ` body ` or ` header ` ); Unset to prevent token reuse
229+ :constuction: ** BREAKING CHANGE**
230+ 0.3.1 -> 0.3.2: ` generate_csrf ` marked for deprecation; ` validate_csrf ` is now async
234231* ** 0.3.5** Introduced Pydantic V2 related bug fixed in version 0.3.6; Affects ` cookie_samesite `
235232* ** 0.3.6** Fixed ` cookie_samesite ` validation bug introduced in previous version
236233* ** 1.0.0** Remove deprecated ` generate_csrf ` , please use ` generate_csrf_tokens ` returning tuple
237234* ** 1.0.1** Fix cookie unsetting when configuring lib with cookie ` Secure ` and / or ` SameSite=None `
238235* ** 1.0.2** Improve boolean handling for ` LoadConfig `
239236* ** 1.0.3** Failed experiement to integrate ` mypyc ` compilation due to dependency injection pattern
240-
241- :warning : ** 🚧 FAILED ROLLOUT**
242- 1.0.3 -> 1.0.4: Accidentally rolled out with unrelated code; immediately deleted version from PyPI
243-
244237* ** 1.0.4** Added flexible mode when ` token_location ` is omitted and multiple location checks
238+ :constuction: ** FAILED ROLLOUT**
239+ 1.0.3 -> 1.0.4: Accidentally rolled out with unrelated code; immediately deleted version from PyPI
245240* ** 1.0.5** Remove ` @dataclass ` leftover from failed experiment; Clarify failure reasons under tests
246241
247242### Run Examples
0 commit comments