Releases: 4Catalyzer/flask-resty
Releases · 4Catalyzer/flask-resty
v0.21.5
This release was incorrectly published and has been removed from PyPI.
v0.21.4
- Bugfix: Support comma-separated query options (#286)
v0.21.3
- Bugfix: Fix error object for standard HTTP exceptions (#288)
v0.21.2
- Feature: Extract
HeaderAuthenticationBase
(#279)
v0.21.1
- Feature: Factor out
HeaderAuthentication
(#276)
- Docs: Add docs (thanks, @r1b and @sloria!)
v0.21.0
- Breaking: Remove apispec support (#250)
- Breaking: Remove Python 2 support (#257)
- Breaking: Use keyword-only arguments where appropriate (#259)
- Feature: Add
StrictRule
for disabling automatic trailing slash redirect (#165, #258)
v0.20.13
- Feature: Enable customizing the
PyJWT
object used to decode tokens (#251)
- Feature: Handle custom body and errors shapes in
assert_response
(#252)
v0.20.12
- Feature: Support marshmallow v3.x
v0.20.11
- Bugfix: Fix testing utils when used with Werkzeug v0.15.x (#246)
v0.20.10
- Bugfix: Always return response data from
assert_response
(#242)