14
0

- Update to 0.38.2:

* Fix routing.get_name() not to assume all routines have __name__ #2648
- 0.38.1:
  * Revert "Add support for ASGI pathsend extension" #2649.
- 0.38.0:
  * Allow use of memoryview in StreamingResponse and Response #2576
    and #2577.
  * Send 404 instead of 500 when filename requested is too long on
    StaticFiles #2583.
  * Fail fast on invalid Jinja2Template instantiation parameters #2568.
  * Check endpoint handler is async only once #2536.
  * Add proper synchronization to WebSocketTestSession #2597.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=50
This commit is contained in:
2024-08-13 11:28:43 +00:00
committed by Git OBS Bridge
parent 51672da791
commit 7203bb809f
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Aug 13 09:41:53 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 0.38.2:
* Fix routing.get_name() not to assume all routines have __name__ #2648
- 0.38.1:
* Revert "Add support for ASGI pathsend extension" #2649.
- 0.38.0:
* Allow use of memoryview in StreamingResponse and Response #2576
and #2577.
* Send 404 instead of 500 when filename requested is too long on
StaticFiles #2583.
* Fail fast on invalid Jinja2Template instantiation parameters #2568.
* Check endpoint handler is async only once #2536.
* Add proper synchronization to WebSocketTestSession #2597.
-------------------------------------------------------------------
Sat Apr 20 08:10:00 UTC 2024 - Dirk Müller <dmueller@suse.com>