File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -223,20 +223,26 @@ pytest
223223## Change-logs
224224
225225* ** 0.3.1** Adopt [ Double Submit Cookie] ( https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html#double-submit-cookie )
226+
226227 :construction : ** BREAKING CHANGE**
227228 0.3.0 -> 0.3.1: ` generate_csrf ` marked for deprecation
229+
228230* ** 0.3.2** Add ` token_location ` config (either ` body ` or ` header ` ); Unset to prevent token reuse
231+
229232 :constuction: ** BREAKING CHANGE**
230233 0.3.1 -> 0.3.2: ` generate_csrf ` marked for deprecation; ` validate_csrf ` is now async
234+
231235* ** 0.3.5** Introduced Pydantic V2 related bug fixed in version 0.3.6; Affects ` cookie_samesite `
232236* ** 0.3.6** Fixed ` cookie_samesite ` validation bug introduced in previous version
233237* ** 1.0.0** Remove deprecated ` generate_csrf ` , please use ` generate_csrf_tokens ` returning tuple
234238* ** 1.0.1** Fix cookie unsetting when configuring lib with cookie ` Secure ` and / or ` SameSite=None `
235239* ** 1.0.2** Improve boolean handling for ` LoadConfig `
236240* ** 1.0.3** Failed experiement to integrate ` mypyc ` compilation due to dependency injection pattern
237241* ** 1.0.4** Added flexible mode when ` token_location ` is omitted and multiple location checks
242+
238243 :constuction: ** FAILED ROLLOUT**
239244 1.0.3 -> 1.0.4: Accidentally rolled out with unrelated code; immediately deleted version from PyPI
245+
240246* ** 1.0.5** Remove ` @dataclass ` leftover from failed experiment; Clarify failure reasons under tests
241247
242248### Run Examples
You can’t perform that action at this time.
0 commit comments