| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-12-31 | 1.7 kB | |
| Version 24.12 source code.tar.gz | 2024-12-31 | 4.3 MB | |
| Version 24.12 source code.zip | 2024-12-31 | 4.6 MB | |
| Totals: 3 Items | 8.8 MB | 0 | |
What's Changed
- DOCS: small fix to class name by @vltr in https://github.com/sanic-org/sanic/pull/2888
- Cleanup some typing by @ahopkins in https://github.com/sanic-org/sanic/pull/3014
- Fix SanicException
quietattribute handling when set to False by @C5H12O5 in https://github.com/sanic-org/sanic/pull/3009 - Kill the entire process group if applicable by @ahopkins in https://github.com/sanic-org/sanic/pull/3015
- Cleanup
setup.cfgby @ChihweiLHBird in https://github.com/sanic-org/sanic/pull/3017 - Fix incompatible type annotation of
getmethod in theHTTPMethodViewclass by @ChihweiLHBird in https://github.com/sanic-org/sanic/pull/3016 - fixes typo in sanic-ext cors docs by @HyperKiko in https://github.com/sanic-org/sanic/pull/3007
- chore: support
JSONRepsonsedumpscallable return typebytesby @imnotjames in https://github.com/sanic-org/sanic/pull/3000 - Fixed
mixins.startup.serveUnboundLocalError. by @pygeek in https://github.com/sanic-org/sanic/pull/2992 - Custom commands by @ahopkins in https://github.com/sanic-org/sanic/pull/3019
- Remove 3.8 and add 3.13 by @ahopkins in https://github.com/sanic-org/sanic/pull/3020
- 24.12 Release by @ahopkins in https://github.com/sanic-org/sanic/pull/3021
New Contributors
- @C5H12O5 made their first contribution in https://github.com/sanic-org/sanic/pull/3009
- @HyperKiko made their first contribution in https://github.com/sanic-org/sanic/pull/3007
- @imnotjames made their first contribution in https://github.com/sanic-org/sanic/pull/3000
- @pygeek made their first contribution in https://github.com/sanic-org/sanic/pull/2992
Full Changelog: https://github.com/sanic-org/sanic/compare/v24.6.0...v24.12.0