Skip to content

Releases: sanic-org/sanic-ext

Version 22.3.2

04 May 13:06
2d5e313
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v22.3.1...v22.3.2

Version 22.3.1

19 Apr 13:45
da3c126
Compare
Choose a tag to compare

What's Changed

  • Support type hint checking on handlers earlier than 3.10 by @ahopkins in #71

Full Changelog: v22.3.0...v22.3.1

Version 22.3.0

31 Mar 08:43
363e57f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v22.1.2...v22.3.0

Version 22.1.2

19 Jan 22:22
1a9d2cb
Compare
Choose a tag to compare

What's Changed

  • Fix unused description when merging docstring params by @ahopkins in #52

Full Changelog: v22.1.1...v22.1.2

Version 22.1.1

19 Jan 13:35
edf9fed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v22.1.0...v22.1.1

Version 22.1.0

19 Jan 09:30
b3c1560
Compare
Choose a tag to compare

What's Changed

Full Changelog: v21.12.3...v22.1.0

Version 21.12.3

03 Jan 08:47
e7ecff7
Compare
Choose a tag to compare

#33 Add support for multiple starts of extensions

Version 21.12.2

02 Jan 10:23
8decb6e
Compare
Choose a tag to compare

#29, #31 Fix default operation naming
#30 Add some unit tests
#31 Add authentication support

Version 21.12.1

28 Dec 09:12
1ad406a
Compare
Choose a tag to compare
  • #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

Version 21.12.0

26 Dec 11:08
86644b4
Compare
Choose a tag to compare
  • #22 Support direct instantiation from core-repo
  • #26 Fix Tag usage
  • #27 Fix openapi.definition with Parameter
  • #21 Fix parameter usage
  • #20 Unpin linters
  • #17 More flexibility in docs configuration