| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-03-31 | 1.3 kB | |
| Version 25.3 source code.tar.gz | 2025-03-31 | 4.3 MB | |
| Version 25.3 source code.zip | 2025-03-31 | 4.6 MB | |
| Totals: 3 Items | 8.9 MB | 0 | |
What's Changed
- cleanup py3.8 by @erhuabushuo in https://github.com/sanic-org/sanic/pull/3023
- added minor type hinting by @SaidBySolo in https://github.com/sanic-org/sanic/pull/3024
- Gh checks by @ahopkins in https://github.com/sanic-org/sanic/pull/3041
- Add REPL context by @ahopkins in https://github.com/sanic-org/sanic/pull/3042
- Try websockets 11.0+ import first, then fall back to <11.0 by @eric-spitler in https://github.com/sanic-org/sanic/pull/3030
- Handle the websockets response body change by @ahopkins in https://github.com/sanic-org/sanic/pull/3046
- Add missing test to workflow by @ahopkins in https://github.com/sanic-org/sanic/pull/3028
- Add default to response.cookies by @ahopkins in https://github.com/sanic-org/sanic/pull/3047
- Add exception logging on connection auto close by @ahopkins in https://github.com/sanic-org/sanic/pull/3048
- Subclass init allow for kwargs by @ahopkins in https://github.com/sanic-org/sanic/pull/3049
- Release 25.3 by @ahopkins in https://github.com/sanic-org/sanic/pull/3050
New Contributors
- @erhuabushuo made their first contribution in https://github.com/sanic-org/sanic/pull/3023
- @eric-spitler made their first contribution in https://github.com/sanic-org/sanic/pull/3030
Full Changelog: https://github.com/sanic-org/sanic/compare/v24.12.0...v25.3.0