Skip to content

v5.1.0

Compare
Choose a tag to compare
@kevin1024 kevin1024 released this 31 Jul 03:18
· 134 commits to master since this release
  • Use ruff for linting (instead of current flake8/isort/pyflakes) - thanks @jairhenrique
  • Enable rule B (flake8-bugbear) on ruff - thanks @jairhenrique
  • Configure read the docs V2 - thanks @jairhenrique
  • Fix typo in docs - thanks @quasimik
  • Make json.loads of Python >=3.6 decode bytes by itself - thanks @hartwork
  • Fix body matcher for chunked requests (fixes #734) - thanks @hartwork
  • Fix query param filter for aiohttp (fixes #517) - thanks @hartwork and @salomvary
  • Remove unnecessary dependency on six. - thanks @charettes
  • build(deps): update sphinx requirement from <7 to <8 - thanks @jairhenrique
  • Add action to validate docs - thanks @jairhenrique
  • Add editorconfig file - thanks @jairhenrique
  • Drop iscoroutinefunction fallback function for unsupported python thanks @jairhenrique