Skip to content

2.5.1

Compare
Choose a tag to compare
@timothycrosley timothycrosley released this 09 May 09:01
· 130 commits to master since this release
610b1ed

2.5.1 hotfix - May 9, 2019

  • Fixed issue #784 - POST requests broken on 2.5.0
  • Optimizations and simplification of async support, taking advantadge of Python3.4 deprecation.
  • Fix issue #785: Empty query params are not ignored on 2.5.0
  • Added support for modifying falcon API directly on startup
  • Initial black formatting of code base, in preperation for CI enforced code formatting