dependabot[bot]
|
c170e840ec
|
Bump urllib3 from 2.1.0 to 2.2.2 in /examples/benchmark (#241) #nolog
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.1.0 to 2.2.2.
- [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.1.0...2.2.2)
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-06-19 00:12:28 +01:00 |
|
Miguel Grinberg
|
3a39b47ea8
|
Version 2.0.7.dev0
|
2024-06-18 23:14:36 +01:00 |
|
Miguel Grinberg
|
53287217ae
|
Release 2.0.6
v2.0.6
|
2024-06-18 23:14:14 +01:00 |
|
Miguel Grinberg
|
6ffb8a8fe9
|
Cookie path support in session and test client
|
2024-06-18 20:56:18 +01:00 |
|
Miguel Grinberg
|
0151611fc8
|
Configurable session cookie options (Fixes #242)
|
2024-06-18 00:09:44 +01:00 |
|
dependabot[bot]
|
4204db61e5
|
Bump jinja2 from 3.1.3 to 3.1.4 in /examples/benchmark (#230) #nolog
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [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.3...3.1.4)
---
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>
|
2024-05-21 11:40:13 +01:00 |
|
dependabot[bot]
|
12438743a8
|
Bump werkzeug from 3.0.1 to 3.0.3 in /examples/benchmark (#229) #nolog
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/3.0.1...3.0.3)
---
updated-dependencies:
- dependency-name: werkzeug
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-05-21 11:39:51 +01:00 |
|
dependabot[bot]
|
7cbb1edf59
|
Bump requests from 2.31.0 to 2.32.0 in /examples/benchmark (#232) #nolog
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-05-21 11:39:16 +01:00 |
|
Miguel Grinberg
|
dac6df7a7a
|
use codecov token for coverage uploads #nolog
|
2024-04-28 00:31:53 +01:00 |
|
dependabot[bot]
|
5d6e838f3c
|
Bump gunicorn from 21.2.0 to 22.0.0 in /examples/benchmark (#224) #nolog
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.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>
|
2024-04-17 23:52:37 +01:00 |
|
dependabot[bot]
|
563bfdc8f5
|
Bump idna from 3.6 to 3.7 in /examples/benchmark (#223) #nolog
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7)
---
updated-dependencies:
- dependency-name: idna
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-12 15:16:52 +01:00 |
|
Miguel Grinberg
|
679d8e63b8
|
Fix docs build #nolog
|
2024-03-24 19:56:43 +00:00 |
|
Miguel Grinberg
|
4cb155ee41
|
Improved cookie support in the test client
|
2024-03-24 19:45:22 +00:00 |
|
Miguel Grinberg
|
dea79c5ce2
|
Make Session class more reusable
|
2024-03-23 16:29:36 +00:00 |
|
Carlo Colombo
|
6b1fd61917
|
removed outdated import from documentation (Fixes #216)
|
2024-03-15 11:03:10 +00:00 |
|
Miguel Grinberg
|
f6876c0d15
|
Use @wraps on decorated functions
|
2024-03-14 00:16:35 +00:00 |
|
Hamsanger
|
904d5fcaa2
|
Add event ID to the SSE implementation (#213)
|
2024-03-10 23:52:43 +00:00 |
|
Miguel Grinberg
|
a0ea439def
|
Add roadmap details to readme
|
2024-03-10 17:15:14 +00:00 |
|
Miguel Grinberg
|
a1801d9a53
|
Version 2.0.6.dev0
|
2024-03-09 10:48:18 +00:00 |
|
Miguel Grinberg
|
14f2c9d345
|
Release 2.0.5
v2.0.5
|
2024-03-09 10:48:09 +00:00 |
|
Miguel Grinberg
|
d0a4cf8fa7
|
Handle 0 as an integer argument (Fixes #212)
|
2024-03-06 20:34:00 +00:00 |
|
Miguel Grinberg
|
901f4e55b8
|
Version 2.0.5.dev0
|
2024-02-20 23:15:01 +00:00 |
|
Miguel Grinberg
|
53b28f9938
|
Release 2.0.4
v2.0.4
|
2024-02-20 23:12:31 +00:00 |
|
Miguel Grinberg
|
f6cba2c0f7
|
More URLPattern unit tests
|
2024-02-20 23:09:24 +00:00 |
|
Miguel Grinberg
|
38262c56d3
|
Do not use regexes for parsing simple URLs (Fixes #207)
|
2024-02-18 15:05:41 +00:00 |
|
dependabot[bot]
|
a3363c7b8c
|
Bump fastapi from 0.104.1 to 0.109.1 in /examples/benchmark (#203) #nolog
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.1 to 0.109.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.104.1...0.109.1)
---
updated-dependencies:
- dependency-name: fastapi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-05 17:43:31 +00:00 |
|
Miguel Grinberg
|
e44c271bae
|
Circuitpython build
|
2024-01-31 23:43:17 +00:00 |
|
Miguel Grinberg
|
bf519478cb
|
Added documentation on using alternative utemplate loaders
|
2024-01-14 12:47:28 +00:00 |
|
dependabot[bot]
|
8d1ca808cb
|
Bump jinja2 from 3.1.2 to 3.1.3 in /examples/benchmark (#199) #nolog
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [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.2...3.1.3)
---
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>
|
2024-01-11 22:56:46 +00:00 |
|
Miguel Grinberg
|
1f804f869c
|
Version 2.0.4.dev0
|
2024-01-07 10:50:36 +00:00 |
|
Miguel Grinberg
|
7a6026006f
|
Release 2.0.3
v2.0.3
|
2024-01-07 10:50:28 +00:00 |
|
Miguel Grinberg
|
6712c47400
|
Pass keyword arguments to thread executor in the correct way (Fixes #195)
|
2024-01-07 10:44:16 +00:00 |
|
Miguel Grinberg
|
c8c91e8345
|
Update uasyncio to include new TLS support
|
2024-01-04 20:41:05 +00:00 |
|
Miguel Grinberg
|
5d188e8c0d
|
Add a limit to WebSocket message size (Fixes #193)
|
2024-01-03 00:04:02 +00:00 |
|
Miguel Grinberg
|
b80b6b64d0
|
Documentation improvements
|
2023-12-28 12:59:19 +00:00 |
|
Miguel Grinberg
|
28007ea583
|
Version 2.0.3.dev0
|
2023-12-28 12:11:32 +00:00 |
|
Miguel Grinberg
|
300f8563ed
|
Release 2.0.2
v2.0.2
|
2023-12-28 12:10:46 +00:00 |
|
Miguel Grinberg
|
1fc11193da
|
Support binary data in the SSE extension
|
2023-12-28 12:04:17 +00:00 |
|
Miguel Grinberg
|
79452a4699
|
Upgrade micropython tests to use v1.22, initial circuitpython work
|
2023-12-27 20:39:20 +00:00 |
|
Miguel Grinberg
|
84842e39c3
|
Improvements to migration guide
|
2023-12-26 20:00:07 +00:00 |
|
Miguel Grinberg
|
2a3c889717
|
typo in documentation #nolog
|
2023-12-26 17:07:20 +00:00 |
|
Tak Tran
|
ad368be993
|
Remove spurious async in documentation example (#187)
|
2023-12-23 14:08:12 +00:00 |
|
Miguel Grinberg
|
3df56c6ffe
|
Version 2.0.2.dev0
|
2023-12-23 12:50:03 +00:00 |
|
Miguel Grinberg
|
c2e18004f7
|
Release 2.0.1
v2.0.1
|
2023-12-23 12:49:52 +00:00 |
|
Miguel Grinberg
|
bd18ceb442
|
Addressed some inadvertent mistakes in the template extensions
|
2023-12-23 12:48:27 +00:00 |
|
Miguel Grinberg
|
f38d6d760a
|
Updated readme and change log #nolog
|
2023-12-23 00:04:22 +00:00 |
|
Miguel Grinberg
|
dee4914bdd
|
Version 2.0.1.dev0
|
2023-12-22 20:42:53 +00:00 |
|
Miguel Grinberg
|
92e571ee32
|
Release 2.0.0
v2.0.0
|
2023-12-22 20:41:15 +00:00 |
|
Miguel Grinberg
|
655f23ee7e
|
Documentation links update #nolog
|
2023-12-22 20:34:48 +00:00 |
|
Miguel Grinberg
|
20ea305fe7
|
v2 (#186)
|
2023-12-22 20:26:07 +00:00 |
|