Miguel Grinberg
|
9bc3dced6c
|
Handle partial reads in WebSocket class (Fixes #294)
|
2025-06-30 18:32:21 +01:00 |
|
Miguel Grinberg
|
786e5e5337
|
Additional documentation for the URLPattern class
|
2025-06-30 18:23:46 +01:00 |
|
Ozuba
|
1d419ce59b
|
Add svg to supported mimetypes (#302)
|
2025-06-30 12:24:24 +01:00 |
|
Miguel Grinberg
|
7c98c4589d
|
Additional documentation on WebSocket and SSE disconnections
|
2025-06-28 11:01:22 +01:00 |
|
Miguel Grinberg
|
0f219fd494
|
fix linter errors #nolog
|
2025-06-28 10:48:20 +01:00 |
|
Miguel Grinberg
|
e146e2d08d
|
More detailed documentation for current_user
|
2025-06-28 10:40:59 +01:00 |
|
Miguel Grinberg
|
dc61470fa9
|
More detailed documentation for route responses
|
2025-06-28 10:40:30 +01:00 |
|
Miguel Grinberg
|
d7a9c53563
|
Add a sub-application example
|
2025-06-20 23:59:04 +01:00 |
|
dependabot[bot]
|
4ddb09ceb3
|
Bump urllib3 from 2.2.2 to 2.5.0 in /examples/benchmark (#301) #nolog
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.5.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.2...2.5.0)
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.5.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-06-19 09:20:41 +01:00 |
|
Miguel Grinberg
|
3dffa05ffb
|
Documentation improvements for the Request class
|
2025-06-18 20:09:59 +01:00 |
|
dependabot[bot]
|
b93a55c9f2
|
Bump requests from 2.32.0 to 2.32.4 in /examples/benchmark (#300) #nolog
Bumps [requests](https://github.com/psf/requests) from 2.32.0 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.0...v2.32.4)
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-06-10 10:16:45 +01:00 |
|
Miguel Grinberg
|
f5d3d931ed
|
Support for SSE responses in the test client
|
2025-05-18 18:26:38 +01:00 |
|
Miguel Grinberg
|
654a85f46b
|
Do not silence exceptions that occur in the SSE task
|
2025-05-18 12:21:17 +01:00 |
|
Miguel Grinberg
|
3c936a82e0
|
Version 2.3.3.dev0
|
2025-05-08 23:11:35 +01:00 |
|
Miguel Grinberg
|
4c0ace1b01
|
Release 2.3.2
v2.3.2
|
2025-05-08 23:02:29 +01:00 |
|
Miguel Grinberg
|
d9d7ff0825
|
use async error handlers in auth module (Fixes #298)
|
2025-05-08 20:07:35 +01:00 |
|
dependabot[bot]
|
7c42a18436
|
Bump h11 from 0.14.0 to 0.16.0 in /examples/benchmark (#293) #nolog
Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0.
- [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0)
---
updated-dependencies:
- dependency-name: h11
dependency-version: 0.16.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-04-24 19:04:29 +01:00 |
|
Miguel Grinberg
|
ea84fcb435
|
Version 2.3.2.dev0
|
2025-04-13 00:01:21 +01:00 |
|
Miguel Grinberg
|
f30c4733f0
|
Release 2.3.1
v2.3.1
|
2025-04-13 00:01:12 +01:00 |
|
Miguel Grinberg
|
cd0b3234dd
|
Additional support needed when using orjson
|
2025-04-12 23:58:48 +01:00 |
|
Miguel Grinberg
|
1f64478957
|
Version 2.3.1.dev0
|
2025-04-12 23:33:26 +01:00 |
|
Miguel Grinberg
|
815594fc8b
|
Release 2.3.0
v2.3.0
|
2025-04-12 23:31:54 +01:00 |
|
Miguel Grinberg
|
086f2af3de
|
Use orjson instead of json if available
|
2025-04-12 23:24:31 +01:00 |
|
Miguel Grinberg
|
f317b15bdb
|
Support optional authentication methods
|
2025-04-06 23:52:36 +01:00 |
|
Miguel Grinberg
|
b6f232db11
|
Addressed typing warnings from pyright
|
2025-04-06 23:52:36 +01:00 |
|
Miguel Grinberg
|
e7ee74d6bb
|
Catch SSL crashes while writing the response (Fixes #206)
|
2025-03-22 19:02:06 +00:00 |
|
dependabot[bot]
|
847dfd1321
|
Bump gunicorn from 22.0.0 to 23.0.0 in /examples/benchmark (#291) #nolog
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0)
---
updated-dependencies:
- dependency-name: gunicorn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-03-22 12:41:50 +00:00 |
|
Miguel Grinberg
|
1aa035378e
|
Updates to change log #nolog
|
2025-03-22 12:40:27 +00:00 |
|
Miguel Grinberg
|
1edfb8daa7
|
Version 2.2.1.dev0
|
2025-03-22 12:37:02 +00:00 |
|
Miguel Grinberg
|
9337a2ec9b
|
Release 2.2.0
v2.2.0
|
2025-03-22 12:35:02 +00:00 |
|
Miguel Grinberg
|
11a91a6035
|
Support for multipart/form-data requests (#287)
|
2025-03-22 12:24:12 +00:00 |
|
Miguel Grinberg
|
99f65c0198
|
Additional urldecode tests
|
2025-03-16 20:39:50 +00:00 |
|
Miguel Grinberg
|
4cc2e95338
|
Update micropython version used in tests to 1.24.1
|
2025-03-16 20:34:38 +00:00 |
|
Miguel Grinberg
|
d203df75fe
|
urldecoding should always be done in bytes
|
2025-03-16 20:32:34 +00:00 |
|
dependabot[bot]
|
00bf535821
|
Bump jinja2 from 3.1.5 to 3.1.6 in /examples/benchmark (#286) #nolog
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.5...3.1.6)
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-03-06 10:19:46 +00:00 |
|
Miguel Grinberg
|
3bc31f10b2
|
Simplified urldecode logic
|
2025-03-03 19:16:18 +00:00 |
|
Miguel Grinberg
|
aa76e6378b
|
Delay route compilation to allow late register_type calls
|
2025-03-03 19:10:33 +00:00 |
|
Miguel Grinberg
|
c6b99b6d81
|
Documentation improvements
|
2025-03-02 19:47:21 +00:00 |
|
Miguel Grinberg
|
953dd94321
|
Expose the Jinja environment as Template.jinja_env
|
2025-03-02 11:53:54 +00:00 |
|
Miguel Grinberg
|
68a53a7ae7
|
Update README #nolog
|
2025-03-02 00:51:23 +00:00 |
|
Miguel Grinberg
|
c92b5ae282
|
Redesigned the URL parser to allow for custom path components
|
2025-03-02 00:48:07 +00:00 |
|
dependabot[bot]
|
48ce31e699
|
Bump quart from 0.19.7 to 0.20.0 in /examples/benchmark (#283) #nolog
Bumps [quart](https://github.com/pallets/quart) from 0.19.7 to 0.20.0.
- [Release notes](https://github.com/pallets/quart/releases)
- [Changelog](https://github.com/pallets/quart/blob/main/CHANGES.md)
- [Commits](https://github.com/pallets/quart/compare/0.19.7...0.20.0)
---
updated-dependencies:
- dependency-name: quart
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-02-04 11:19:19 +00:00 |
|
dependabot[bot]
|
6a33e817a2
|
Bump jinja2 from 3.1.4 to 3.1.5 in /examples/benchmark (#284) #nolog
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5)
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-02-04 11:18:55 +00:00 |
|
Miguel Grinberg
|
265009ecd6
|
Version 2.1.1.dev0
|
2025-02-04 00:35:10 +00:00 |
|
Miguel Grinberg
|
2efbd67878
|
Release 2.1.0
v2.1.0
|
2025-02-04 00:31:06 +00:00 |
|
Miguel Grinberg
|
d807011ad0
|
user logins
|
2025-02-04 00:04:55 +00:00 |
|
Miguel Grinberg
|
675c978797
|
Basic and token authentication support
|
2025-02-03 20:00:36 +00:00 |
|
Miguel Grinberg
|
cd87abba30
|
Mount unit tests
|
2025-02-03 11:06:26 +00:00 |
|
Miguel Grinberg
|
fd7931e1ae
|
Added Request.url_prefix, Reques.subapp and local mounts
|
2025-02-03 00:33:59 +00:00 |
|
Maxi
|
d487a73c1e
|
add js to sse example (#281)
|
2025-01-22 23:42:51 +00:00 |
|