Releases: sanic-org/sanic-ext
Releases · sanic-org/sanic-ext
Version 22.3.2
What's Changed
- Added render from source option by @azimovMichael in #73
- Account for circular injection visiting the same nodes by @ahopkins in #79
New Contributors
- @azimovMichael made their first contribution in #73
Full Changelog: v22.3.1...v22.3.2
Version 22.3.1
What's Changed
Full Changelog: v22.3.0...v22.3.1
Version 22.3.0
What's Changed
- Fix
parameter
andexclude
typings by @prryplatypus in #57 - Support dict annotations by @ahopkins in #58
- Add vhost support by @ahopkins in #38
- Add templating extension by @ahopkins in #39
- Support websocket injection by @ahopkins in #64
- Add support for 3.10 UnionType validation by @ahopkins in #65
- Add support for multiple applications by @ahopkins in #66
- Fix imports when jinja not installed by @ahopkins in #67
- Bump version and 22.3 by @ahopkins in #68
New Contributors
- @prryplatypus made their first contribution in #57
Full Changelog: v22.1.2...v22.3.0
Version 22.1.2
What's Changed
Full Changelog: v22.1.1...v22.1.2
Version 22.1.1
What's Changed
Full Changelog: v22.1.0...v22.1.1
Version 22.1.0
What's Changed
- Test Exclude by @ChihweiLHBird in #41
- Move metadata to
setup.cfg
by @ChihweiLHBird in #35 - Test Cases for Openapi Summary, Deprecated, and External Docs; Fix External Documents by @ChihweiLHBird in #36
- Allow for default_factory to succeed by @ahopkins in #45
- Properly make schema for nullable lists by @ahopkins in #46
- Properly use built-in generics by @ahopkins in #47
- Do not display null Server values, or duplicated servers by @ahopkins in #48
- Address OAS spec issues with decorators by @ahopkins in #49
- Bump version by @ahopkins in #50
Full Changelog: v21.12.3...v22.1.0
Version 21.12.3
#33 Add support for multiple starts of extensions
Version 21.12.2
Version 21.12.1
- #28 Minor tweaks:
- version check to ignore dev in Sanic version check
- stop early on no CORS config check
- ignore return type annotations when evaluating injection patterns
- add Python 3.10 testing