Skip to content

Commit 1b9b6ef

Browse files
committed
docs: add whitespace for warning labels
1 parent 6e91702 commit 1b9b6ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,18 +224,23 @@ pytest
224224

225225
:warning: **🚧 BREAKING CHANGE**
226226
0.3.0 -> 0.3.1: `generate_csrf` marked for deprecation
227+
227228
* **0.3.1** Adopt [Double Submit Cookie](https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html#double-submit-cookie)
229+
228230
:warning: **🚧 BREAKING CHANGE**
229231
0.3.1 -> 0.3.2: `generate_csrf` marked for deprecation; `validate_csrf` is now async
232+
230233
* **0.3.2** Add `token_location` config (either `body` or `header`); Unset to prevent token reuse
231234
* **0.3.5** Introduced Pydantic V2 related bug fixed in version 0.3.6; Affects `cookie_samesite`
232235
* **0.3.6** Fixed `cookie_samesite` validation bug introduced in previous version
233236
* **1.0.0** Remove deprecated `generate_csrf`, please use `generate_csrf_tokens` returning tuple
234237
* **1.0.1** Fix cookie unsetting when configuring lib with cookie `Secure` and / or `SameSite=None`
235238
* **1.0.2** Improve boolean handling for `LoadConfig`
236239
* **1.0.3** Failed experiement to integrate `mypyc` compilation due to dependency injection pattern
240+
237241
:warning: **🚧 FAILED ROLLOUT**
238242
1.0.3 -> 1.0.4: Accidentally rolled out with unrelated code; immediately deleted version from PyPI
243+
239244
* **1.0.4** Added flexible mode when `token_location` is omitted and multiple location checks
240245
* **1.0.5** Remove `@dataclass` leftover from failed experiment; Clarify failure reasons under tests
241246

0 commit comments

Comments
 (0)