Adam Hopkins
|
ae1669cd8f
|
Merge branch 'main' of github.com:sanic-org/sanic into monitor-restart
|
2022-12-11 10:38:30 +02:00 |
|
Néstor Pérez
|
8e720365c2
|
Add JSONResponse class (#2569)
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
|
2022-12-11 10:37:45 +02:00 |
|
Adam Hopkins
|
3c4c136090
|
Wait for new process to ACK before termination of old on restart
|
2022-12-08 14:46:45 +02:00 |
|
Adam Hopkins
|
d4041161c7
|
Ensure middleware executes once per request timeout (#2615)
|
2022-12-07 23:07:17 +02:00 |
|
Adam Hopkins
|
f32437bf13
|
Kill server early on worker error (#2610)
|
2022-12-07 14:42:17 +02:00 |
|
LiraNuna
|
0909e94527
|
Corrected Colors enum under Python 3.11 (#2590)
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
Fixes https://github.com/sanic-org/sanic/issues/2589
|
2022-11-29 12:17:48 +02:00 |
|
Adam Hopkins
|
aef2673c38
|
Force socket shutdown before close (#2607)
Co-authored-by: Zhiwei <zhi.wei.liang@outlook.com>
|
2022-11-29 12:04:22 +02:00 |
|
Aymeric Augustin
|
4c14910d5b
|
Add compatibility with websockets 11.0. (#2609)
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
|
2022-11-29 11:45:18 +02:00 |
|
Adam Hopkins
|
beae35f921
|
Ignore recent failures on bad TLS tests (#2611)
|
2022-11-29 10:51:51 +02:00 |
|
Zhiwei
|
ad4e526c77
|
Require uvloop >= 0.15.0 (#2598)
|
2022-11-13 15:32:04 +02:00 |
|
Adam Hopkins
|
4422d0c34d
|
Mergeback from current-release
|
2022-10-31 13:24:47 +02:00 |
|
Adam Hopkins
|
ad9183d21d
|
Merge branch 'main' of github.com:sanic-org/sanic into current-release
|
2022-10-31 13:22:47 +02:00 |
|
Adam Hopkins
|
d70636ba2e
|
Add GenericCreator for loading SSL certs in processes (#2578)
|
2022-10-31 13:22:30 +02:00 |
|
Adam Hopkins
|
da23f85675
|
Set version
|
2022-10-31 13:20:17 +02:00 |
|
Adam Hopkins
|
3f4663b9f8
|
Resolve edge case in nested BP Groups (#2592)
|
2022-10-31 12:58:41 +02:00 |
|
Adam Hopkins
|
65d7447cf6
|
Add interval sleep in reloader (#2595)
|
2022-10-31 12:34:01 +02:00 |
|
Adam Hopkins
|
5369291c27
|
22.9 Docs (#2556)
|
2022-10-31 11:47:23 +02:00 |
|
Ryu Juheon
|
1c4925edf7
|
fix: sideeffects created by changing fork to spawn (#2591)
|
2022-10-27 20:39:17 +03:00 |
|
Santi Cardozo
|
6b9edfd05c
|
improve error message if no apps found in registry (#2585)
|
2022-10-25 16:54:44 +03:00 |
|
Adam Hopkins
|
97f33f42df
|
Update SECURITY.md
|
2022-10-25 13:05:13 +03:00 |
|
Adam Hopkins
|
15a588a90c
|
Upgrade markdown templates to issue forms (#2588)
|
2022-10-25 13:04:11 +03:00 |
|
Ryu Juheon
|
82421e7efc
|
docs: sanic now supports windows. (#2582)
|
2022-10-21 14:31:22 +03:00 |
|
Adam Hopkins
|
f891995b48
|
Start v22.12
|
2022-09-29 13:04:46 +03:00 |
|
Adam Hopkins
|
5052321801
|
Remove deprecated items (#2555)
|
2022-09-29 01:07:09 +03:00 |
|
Adam Hopkins
|
23ce4eaaa4
|
Merge branch 'main' of github.com:sanic-org/sanic
|
2022-09-23 00:16:27 +03:00 |
|
Adam Hopkins
|
23a430c4ad
|
Set version properly
|
2022-09-23 00:16:10 +03:00 |
|
Adam Hopkins
|
ec158ffa69
|
Additional logger and support for multiprocess manager (#2551)
|
2022-09-23 00:01:33 +03:00 |
|
Adam Hopkins
|
6e32270036
|
Begin middleware revamp (#2550)
|
2022-09-22 00:43:42 +03:00 |
|
Zhiwei
|
43ba381e7b
|
Refactor _static_request_handler (#2533)
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
|
2022-09-21 00:45:03 +03:00 |
|
Zhiwei
|
16503319e5
|
Make WebsocketImplProtocol async iterable (#2490)
|
2022-09-21 00:20:32 +03:00 |
|
Adam Hopkins
|
389363ab71
|
Better request cancel handling (#2513)
|
2022-09-19 16:04:09 +03:00 |
|
Adam Hopkins
|
7f894c45b3
|
Add deprecation warning filter (#2546)
|
2022-09-18 18:54:35 +03:00 |
|
Adam Hopkins
|
4726cf1910
|
Sanic Server WorkerManager refactor (#2499)
Co-authored-by: Néstor Pérez <25409753+prryplatypus@users.noreply.github.com>
|
2022-09-18 17:17:23 +03:00 |
|
Adam Hopkins
|
d352a4155e
|
Add signals before and after handler execution (#2540)
|
2022-09-15 15:49:21 +03:00 |
|
Adam Hopkins
|
e5010286b4
|
Raise warning and deprecation notice on violations (#2537)
|
2022-09-15 15:24:46 +03:00 |
|
Adam Hopkins
|
358498db96
|
Do not apply double slash to Blueprint and static dirs (#2515)
|
2022-09-15 14:43:20 +03:00 |
|
monosans
|
e4999401ab
|
Improve and fix some type annotations (#2536)
|
2022-09-13 08:53:48 +03:00 |
|
Néstor Pérez
|
c8df0aa2cb
|
Fix easter egg through CLI (#2542)
|
2022-09-12 01:44:21 +03:00 |
|
Adam Hopkins
|
5fb207176b
|
Update bug_report.md
|
2022-08-29 12:47:01 +03:00 |
|
Adam Hopkins
|
a12b560478
|
Update feature_request.md
|
2022-08-29 12:46:39 +03:00 |
|
Zhiwei
|
753ee992a6
|
Validate File When Requested (#2526)
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
|
2022-08-18 12:05:05 +03:00 |
|
Hunt Zhan
|
09089b1bd3
|
Resolve issue 2529 (#2530)
|
2022-08-18 08:58:07 +03:00 |
|
Adam Hopkins
|
7ddbe5e844
|
Update config.yml
|
2022-08-17 10:44:02 +03:00 |
|
Adam Hopkins
|
ab5a7038af
|
Update SECURITY.md
|
2022-08-17 10:42:22 +03:00 |
|
Adam Hopkins
|
4f3c780dc3
|
Update feature_request.md
|
2022-08-17 10:38:15 +03:00 |
|
Adam Hopkins
|
71f7765a4c
|
Update bug_report.md
|
2022-08-17 10:37:35 +03:00 |
|
Adam Hopkins
|
0392d1dcfc
|
Always show server location in ASGI (#2522)
Co-authored-by: Adam Hopkins <adam@amhopkins.com>
Co-authored-by: Zhiwei Liang <zhi.wei.liang@outlook.com>
Co-authored-by: Néstor Pérez <25409753+prryplatypus@users.noreply.github.com>
|
2022-08-11 10:00:35 +03:00 |
|
Adam Hopkins
|
7827b1b41d
|
Add Request properties for HTTP method info (#2516)
|
2022-08-10 21:12:09 +03:00 |
|
Adam Hopkins
|
8e9342e188
|
Warn on duplicate route names (#2525)
|
2022-08-10 20:36:47 +03:00 |
|
Adam Hopkins
|
2f6f2bfa76
|
Rename code of conduct
|
2022-08-02 13:56:53 +03:00 |
|