Skip to content

v2.0.1-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@RobertoPrevato RobertoPrevato released this 17 Feb 20:34
· 66 commits to main since this release
3bdad1c
  • Improves how custom binders can be defined, reducing code verbosity for
    custom types. This is an important feature to implement common validation of
    common parameters across multiple endpoints.
  • Adds support for binder types defining OpenAPI Specification for their
    parameters.
  • Fixes bug #305 (ClientSession ssl=False not working as intended).