Skip to content

v0.1.0.rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@blnkoff blnkoff released this 28 Sep 16:15
· 107 commits to main since this release
1f8fa88

Added:

  • Finalizers and preparers as async functions
  • Support of python versions from 3.9
  • Docstrings
  • Hook 'response_case'. It`s converter of case of JSON response keys
  • Possibility to edit url with path params in preparers and respective validation, if path params are not passed.
  • Skipping JSON finalizer

Changed:

  • fill_path_names was renamed to format_str and get_path_params was renamed toplaceholders

Fixed:

  • Async routing
  • constant_case from cases.py
  • default case of headers

Changelog