Skip to content

Releases: 4Catalyzer/flask-resty

v1.3.0

28 Jul 03:46
v1.3.0
6575b22
Compare
Choose a tag to compare

Feature: Implement | operator on Filtering and Related (#338)

v1.2.0

29 Jun 23:50
v1.2.0
0bf3f7e
Compare
Choose a tag to compare
  • Feature: Allow disabling validation on cursor values (#337)

v1.1.0

30 Apr 17:46
v1.1.0
213ddee
Compare
Choose a tag to compare
  • Feature: Extract ApiError.from_validation_error (#333)

v1.0.1

23 Apr 15:49
v1.0.1
12c77c4
Compare
Choose a tag to compare
  • Refactor: Move Location header logic to make_item_response (#328)

v1.0.0

25 Mar 21:13
v1.0.0
c60c859
Compare
Choose a tag to compare
  • Breaking: Revamp upsert support (#314)
    • Add GenericModelView.upsert and remove create_missing in GenericModelView.update
      • Unlike GenericModelView.update with create_missing, GenericModelView.upsert will call ModelView.create_item if there is no existing item, rather than calling ModelView.update_item on a stub item
      • GenericModelView.upsert returns 201 if it creates a new item
    • Rename create_missing option to create_transient_stub and rename ModelView.create_missing_item to ModelView.create_stub_item, to make it more clear what this functionality is supposed to do
  • Breaking: Return 200 with item instead of 204 in GenericModelView.update (#314)
    • Remove the return_content option that previously enabled this behavior
  • Bugfix: Make objects keyword-only in ModelView.flush (#325)

v0.23.1

16 Mar 20:22
v0.23.1
b4844cc
Compare
Choose a tag to compare
  • Chore: Fix wheel to not indicate Python 2 support (53c69d6)
  • Docs: Fix documentation for response status code for GenericModelView.destroy (#318)

v0.23.0

17 Feb 18:41
v0.23.0
8950cee
Compare
Choose a tag to compare
  • Breaking: Remove default id_token query behavior from JWT authentication (#317)

v0.22.2

08 Feb 04:34
b3c3f87
Compare
Choose a tag to compare
  • Bugfix: Fix compatibility with Werkzeug v1.x (#304)

v0.22.1

08 Feb 00:31
v0.22.1
14c6b90
Compare
Choose a tag to compare
  • Bugfix: Set exception causes (#301)
  • Bugfix: Log handled integrity errors as warnings (#302)

v0.22.0

10 Jan 20:10
v0.22.0
6616b80
Compare
Choose a tag to compare
  • Breaking: Remove support for Marshmallow v2.x (#293)
  • Bugfix: Handle check constraint violations as 409s (#299)