You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support `str` and `datetime` on `expires` parameter on the `Response.set_cookie` method [#1908](https://github.com/encode/starlette/pull/1908).
12
+
13
+
### Changed
14
+
* Lazily build the middleware stack [#2017](https://github.com/encode/starlette/pull/2017).
15
+
* Make the `file` argument required on `UploadFile`[#1413](https://github.com/encode/starlette/pull/1413).
16
+
* Use debug extension instead of custom response template extension [#1991](https://github.com/encode/starlette/pull/1991).
17
+
18
+
### Fixed
19
+
* Fix url parsing of ipv6 urls on `URL.replace`[#1965](https://github.com/encode/starlette/pull/1965).
0 commit comments