Skip to content

Releases: 4Catalyzer/flask-resty

v0.21.5

10 Jan 20:10
v0.21.5
793705c
Compare
Choose a tag to compare

This release was incorrectly published and has been removed from PyPI.

v0.21.4

13 Aug 14:49
v0.21.4
a3704fc
Compare
Choose a tag to compare
  • Bugfix: Support comma-separated query options (#286)

v0.21.3

22 Jul 19:32
v0.21.3
a6e1294
Compare
Choose a tag to compare
  • Bugfix: Fix error object for standard HTTP exceptions (#288)

v0.21.2

22 Jul 19:31
v0.21.2
5bad0c4
Compare
Choose a tag to compare
  • Feature: Extract HeaderAuthenticationBase (#279)

v0.21.1

08 Jul 16:24
v0.21.1
fa82f2a
Compare
Choose a tag to compare
  • Feature: Factor out HeaderAuthentication (#276)
  • Docs: Add docs (thanks, @r1b and @sloria!)

v0.21.0

23 May 21:47
v0.21.0
8d7bdb2
Compare
Choose a tag to compare
  • 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

23 Apr 20:47
v0.20.13
a8b6502
Compare
Choose a tag to compare
  • 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

08 Apr 18:56
v0.20.12
0b63b31
Compare
Choose a tag to compare
  • Feature: Support marshmallow v3.x

v0.20.11

08 Apr 18:56
v0.20.11
7218a01
Compare
Choose a tag to compare
  • Bugfix: Fix testing utils when used with Werkzeug v0.15.x (#246)

v0.20.10

08 Apr 18:55
v0.20.10
71bbdac
Compare
Choose a tag to compare
  • Bugfix: Always return response data from assert_response (#242)