Commit Graph

  • 08c5689441
    Style: add type hints (#2217) YongChan Cho 2021-08-09 03:37:34 +09:00
  • 8dbda247d6
    Fix bug where ws exceptions not being logged (#2213) Adam Hopkins 2021-08-07 23:24:48 +03:00
  • 71a631237d
    Add convenience methods to BP groups (#2209) Adam Hopkins 2021-08-07 23:06:11 +03:00
  • e22ff3828b
    uncomment windows tests (#2214) Zhiwei 2021-08-06 03:52:38 -05:00
  • b1b12e004e
    Signals Integration (#2160) Adam Hopkins 2021-08-05 22:55:42 +03:00
  • 5308fec354
    Fixed for handling exceptions of asgi app call. (#2211) v21.6.2 Can Sarigol 2021-08-02 18:12:12 +02:00
  • 0ba57d4701
    Fixed for handling exceptions of asgi app call. (#2211) Can Sarigol 2021-08-02 18:12:12 +02:00
  • 54ca6a6178
    Log remote address if available (#2207) Néstor Pérez 2021-08-02 11:41:47 +02:00
  • 7dd4a78cf2
    Update CHANGELOG Adam Hopkins 2021-07-28 12:12:30 +03:00
  • 52ff49512a
    Merge branch 'current-release' of github.com:sanic-org/sanic Adam Hopkins 2021-07-28 12:10:47 +03:00
  • 5a48b94089
    Bump version 21.6.1 v21.6.1 Adam Hopkins 2021-07-28 11:41:26 +03:00
  • ba1c73d947
    Fix issues with after request handling in HTTP pipelining (#2201) L. Kärkkäinen 2021-07-28 04:38:28 -04:00
  • 4732b6bdfa
    Fix issues with after request handling in HTTP pipelining (#2201) L. Kärkkäinen 2021-07-28 04:38:28 -04:00
  • a6e78b70ab
    Resolve regressions in exceptions (#2181) Adam Hopkins 2021-07-12 00:35:27 +03:00
  • bb1174afc5
    Fix the handling of the end of a chunked request. (#2188) L. Kärkkäinen 2021-07-11 06:44:40 -04:00
  • df8abe9cfd
    Manually reset the buffer when streaming request body (#2183) Adam Hopkins 2021-07-06 08:24:20 +03:00
  • c3bca97ee1
    Update sanic-routing to fix path issues plus lookahead / lookbehind support (#2178) Robert Palmer 2021-07-11 22:22:53 -07:00
  • c3b6fa1bba
    HTTP tests (#2194) Adam Hopkins 2021-07-19 16:52:33 +03:00
  • 94d496afe1
    Change dumps to AnyStr (#2193) Adam Hopkins 2021-07-19 16:25:36 +03:00
  • 7b7a572f9b
    raise exception for _static_request_handler unknown exception; add test with custom error (#2195) gluhar2006 2021-07-19 09:23:02 +03:00
  • 1b8cb742f9
    Update README.rst Adam Hopkins 2021-07-18 23:22:19 +03:00
  • 3492d180a8
    Update some CC config (#2199) Adam Hopkins 2021-07-18 12:32:35 +03:00
  • 021da38373
    style(app,blueprints): add some type hints (#2196) Ryu JuHeon 2021-07-13 16:32:54 +09:00
  • ac784759d5
    Update sanic-routing to fix path issues plus lookahead / lookbehind support (#2178) Robert Palmer 2021-07-11 22:22:53 -07:00
  • 36eda2cd62
    Resolve regressions in exceptions (#2181) Adam Hopkins 2021-07-12 00:35:27 +03:00
  • 08a4b3013f
    Fix the handling of the end of a chunked request. (#2188) L. Kärkkäinen 2021-07-11 06:44:40 -04:00
  • 1dd0332e8b
    Remove Duplicated Dependencies and PEP 517 Support (#2173) Zhiwei 2021-07-07 23:12:56 -07:00
  • a90877ac31
    Manually reset the buffer when streaming request body (#2183) Adam Hopkins 2021-07-06 08:24:20 +03:00
  • 8b7ea27a48
    Remove unnecessary import in test_constants.py, which also fixes an error on win (#2180) Zhiwei 2021-07-05 01:51:36 -07:00
  • 1684b0b986
    remove reference to yanked packages Thomas Grainger 2021-07-02 10:02:17 +01:00
  • 8df80e276b
    sanic-routing==0.7.0 v21.6.0 Adam Hopkins 2021-06-27 23:01:47 +03:00
  • 30572c972d
    21.6 Changelog, release version, and deprecations (#2172) Adam Hopkins 2021-06-27 22:52:56 +03:00
  • 53da4dd091
    Allow blueprints and groups to be infinitely reusable (#2150) Adam Hopkins 2021-06-21 18:41:04 +03:00
  • 108a4a99c7
    v2 AST router (#2133) Adam Hopkins 2021-06-21 15:10:26 +03:00
  • 7c180376d6
    Add Simple Server and Coverage action (#2168) Adam Hopkins 2021-06-21 14:53:09 +03:00
  • f39b8b32f7
    Make sure ASGI ws subprotocols is a list (#2127) Adam Hopkins 2021-06-21 14:39:06 +03:00
  • c543d19f8a
    CBV alternate attach; CompositionView deprecate (#2170) Adam Hopkins 2021-06-21 14:26:42 +03:00
  • 80fca9aef7
    Better exception handling (#2128) Adam Hopkins 2021-06-21 14:14:07 +03:00
  • 5bb9aa0c2c
    Add reloading on addtional directories (#2167) Adam Hopkins 2021-06-18 11:39:09 +03:00
  • 83c746ee57
    Added new client_ip accessor (#2114) Stephen Sadowski 2021-06-16 14:34:52 -05:00
  • aff6604636
    Upgrade websockets dependency. (#2154) Aymeric Augustin 2021-06-16 20:49:50 +02:00
  • 2c80571a8a
    Update listeners.py (#2164) sanjeevanahilan 2021-06-16 13:00:29 +00:00
  • d964b552af
    HTTPMethod enum (#2165) Adam Hopkins 2021-06-16 15:13:55 +03:00
  • 48f8b37b74
    support app factory patten in CLI (#2157) Thomas Grainger 2021-06-09 10:05:56 +01:00
  • 141be0028d
    Allow 8192 header max to be breached (#2155) Adam Hopkins 2021-06-04 13:56:29 +03:00
  • a140c47195
    Remove config.REQUEST_BUFFER_QUEUE_SIZE which was not being used since 21.03. (#2156) L. Kärkkäinen 2021-06-03 04:26:32 -04:00
  • 0c3a8392f2
    Event autoregister (#2140) Adam Hopkins 2021-06-01 10:44:07 +03:00
  • 16875b1f41
    Disable MacOS Tests (#2151) Adam Hopkins 2021-06-01 10:23:52 +03:00
  • b1f31f2eeb
    Alternatate classes on instantiation for Config and Sanic.ctx (#2119) Adam Hopkins 2021-06-01 00:21:31 +03:00
  • d16b9e5a02
    Cleanup conftest and fix warning message (#2147) Adam Hopkins 2021-05-31 22:41:41 +03:00
  • 680484bdc8
    Update README.rst Adam Hopkins 2021-05-31 22:10:15 +03:00
  • 05cd44b5dd
    Remove travis from repo (#2149) Adam Hopkins 2021-05-31 21:56:51 +03:00
  • ba374139f4
    Require stricter object names (#2146) Adam Hopkins 2021-05-30 15:37:44 +03:00
  • 72a745bfd5
    Small improvements to CLI experience (#2136) Adam Hopkins 2021-05-20 15:35:19 +03:00
  • 3a6fac7d59
    Version prefix (#2137) Adam Hopkins 2021-05-19 13:32:40 +03:00
  • 4f5faa4a3c
    unpin uvloop Thomas Grainger 2021-05-04 18:14:14 +01:00
  • cbb77b536a
    fix issue where request.args.pop removed parameters inconsistently (#2112) Arthur Goldberg 2021-04-22 11:49:08 +02:00
  • 44b657dc59 Bump version v21.3.4 Adam Hopkins 2021-04-20 01:34:52 +03:00
  • 9e889fc20b Comment out premature tests v21.3.3 Adam Hopkins 2021-04-20 01:13:46 +03:00
  • bae2d4cb57 Comment out unneeded test Adam Hopkins 2021-04-20 01:03:22 +03:00
  • 492d6fd19d merge test conflicts Adam Hopkins 2021-04-20 00:53:42 +03:00
  • 28ba8e53df
    Implement 0.6 routing and some cleanup (#2117) Adam Hopkins 2021-04-20 00:53:42 +03:00
  • 9b26358e63
    add eof method to close stream (#2094) Ajay Gupta 2021-04-18 05:16:34 +05:30
  • e21521f45c
    Fix type hinting for load_env (#2107) Johnathan Raymond 2021-04-12 11:31:35 -07:00
  • 33a2e5bb1f
    fix issue where request.args.pop removed parameters inconsistently (#2111) 19.12LTS Arthur Goldberg 2021-04-12 18:26:28 +02:00
  • 30479765cb
    Fix request.args.pop removes parameters inconsistently (#2110) Stephen Sadowski 2021-04-10 17:04:33 -05:00
  • 53a571ec6c
    Consistent use of error loggers (#2109) ENT8R 2021-04-10 20:35:53 +02:00
  • ad97cac313
    Explicit usage of CIMultiDict getters (#2104) ENT8R 2021-04-08 12:30:12 +02:00
  • 1a352ddf55
    GIT-2023: Enable GitHub Actions support (#2050) Harsha Narayana 2021-04-07 02:02:01 +05:30
  • 5ba43decf2
    FIX UserWarning when using ASGI mode (#2091) Lu 2021-04-07 03:36:50 +08:00
  • 8f06d035cb
    fixing static request handler logging exception on 404 (#2099) Frederik Gelder 2021-04-06 21:20:25 +02:00
  • b716f48c84
    Update outdated handle_request docstring (#2100) Kyle Verhoog 2021-04-06 06:41:18 -04:00
  • 42b1e7143e
    deprecate abort (#2077) Arthur Goldberg 2021-04-05 17:01:48 +02:00
  • eba7821a6d
    Allow case-insensitive HTTP Upgrade header (#2097) ENT8R 2021-04-05 13:15:45 +02:00
  • 93a0246c03 Bump version: v21.3.2 Adam Hopkins 2021-03-23 02:31:17 +02:00
  • dfd1787a49
    Make sure that blueprints with no slash is maintained when applied (#2085) Adam Hopkins 2021-03-23 02:28:42 +02:00
  • 4998fd54c0
    Disable response timeout on websocket connections (#2081) Adam Hopkins 2021-03-23 01:20:17 +02:00
  • 7be5f0ed3d CHANGELOG for 21.3.1 v21.3.1 Adam Hopkins 2021-03-21 15:04:27 +02:00
  • 938d2b5923
    Static dir 2075 (#2076) Adam Hopkins 2021-03-21 15:03:54 +02:00
  • 13630a79ad Update sanic-org URL on setup.py Adam Hopkins 2021-03-21 12:00:32 +02:00
  • 2586989eb7
    Prepare for 21.3 release (#2057) v21.3.0 Adam Hopkins 2021-03-21 10:43:18 +02:00
  • 6763e2bb0a
    fix?: recursion error on Sanic subclass initialisation (#2072) Arthur Goldberg 2021-03-21 09:09:31 +01:00
  • 35c76253bf
    Bump version 20.12.3 (#2062) v20.12.3 Adam Hopkins 2021-03-21 09:48:44 +02:00
  • 15a8b5c894
    Perf improv (#2074) Adam Hopkins 2021-03-21 09:47:21 +02:00
  • 8a2ea626c6
    RFC/1684 Context objects (#2063) Adam Hopkins 2021-03-17 20:55:52 +02:00
  • 01f238de79
    Update CODEOWNERS Adam Hopkins 2021-03-16 11:24:53 +02:00
  • 7bed5a5c3c
    Add convenience decorators for new listeners (#2064) Adam Hopkins 2021-03-16 11:21:05 +02:00
  • 8d86c3c598
    Remove unnecessary prefix from websocket handler name (#2021) laggardkernel 2021-03-15 02:33:07 +08:00
  • 2fea954dcf
    Add signal reservations (#2060) Adam Hopkins 2021-03-14 15:21:59 +02:00
  • d4660d0ca7
    Add add_signal method (#2061) Adam Hopkins 2021-03-14 14:06:27 +02:00
  • 824f41d6e0
    RFC/1630 Signals (#2042) Adam Hopkins 2021-03-14 10:09:07 +02:00
  • 1165663ec1
    Add name to Sanic instance in Hello World Example (#2058) Andrea Stagi 2021-03-12 14:23:13 +01:00
  • b1a57a8b62
    JSON encoder change via app (#2055) Adam Hopkins 2021-03-11 17:09:18 +02:00
  • d76925cf35
    Make get_app name optional (#2053) Adam Hopkins 2021-03-11 16:27:56 +02:00
  • 400f54c7ec
    Update README.rst Adam Hopkins 2021-03-10 18:14:48 +02:00
  • ec7e4390e8
    Fix some examples and docs (#2052) Adam Hopkins 2021-03-10 11:19:38 +02:00
  • 5ca8bb85cd
    Update CODEOWNERS Adam Hopkins 2021-03-08 20:01:07 +02:00
  • 5c624f8b76
    Find packages (#2049) elis-k 2021-03-07 15:51:14 +01:00
  • 2c25af8cf5
    GIT-2045: enable versioning and strict slash on BlueprintGroup (#2047) Harsha Narayana 2021-03-07 18:24:45 +05:30
  • be905e0009
    Create CODEOWNERS Adam Hopkins 2021-03-05 10:47:39 +02:00