Skip to content

Commit ff31670

Browse files
committed
doc: update changelog for 1.0.1
1 parent e348216 commit ff31670

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,13 @@ pytest
195195
* Remove deprecated method `generate_csrf`, please use `generate_csrf_tokens`.
196196
* Validate `FormData` value received for given `token_key` is in fact a string, not `UploadFile`
197197

198+
### Version 1.0.1
199+
200+
* Fix cookie unsetting when configuring library with cookie `Secure` and / or `SameSite=None`
201+
* Test cookie settings covering `SameSite` options and `Secure` usage
202+
* Bypass `https` tests using manual `test_client.base_url = 'https://testserver'`
203+
204+
198205
### Run Examples
199206

200207
To run the provided examples, first you must install extra dependencies [uvicorn](https://github.com/encode/uvicorn) and [jinja2](https://github.com/pallets/jinja/)

0 commit comments

Comments
 (0)