Skip to content

Releases: python-restx/flask-restx

1.3.2

23 Sep 20:35

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.3.2

1.3.0

10 Dec 14:59

Choose a tag to compare

What's Changed

  • fix: flask import of _endpoint_from_view_func - issue #567 by @Ryu-CZ in #572
  • fix: BaseResponse import - replace wekzeug import version by importlib (#573) by @Ryu-CZ in #575
  • Add flask 2 (<3.0) and flask 3 (>=3.0) to test matrix and do not fast fail by @foarsitter in #577
  • Python 3.12 by @foarsitter in #563
  • Fix wrong status code and message on responses when handling HTTPExceptions by @lkk7 in #570
  • Prepare release 1.3.0 by @peter-doggart in #584

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

22 Oct 12:23

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

23 Mar 11:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.6...1.1.0

1.0.5

15 Jan 15:06

Choose a tag to compare

Bug Fixes

  • Compatibility fixes for upcoming Flask 2.3. Huge thanks to @jdieter for providing these.

1.0.3

02 Nov 10:16
19c7fd7

Choose a tag to compare

Bug Fixes

  • Properly remove six dependency

1.0.1

02 Nov 10:15
a6e10ef

Choose a tag to compare

Breaking

Starting from this release, we only support python versions >= 3.7

Bug Fixes

  • Fix compatibility issue with werkzeug 2.1.0 (#423) [stacywsmith]

Enhancements

  • Drop support for python <3.7

0.5.1

01 Sep 20:24
c574c79

Choose a tag to compare

Bug Fixes

  • Optimize email regex (#372) [kevinbackhouse]

0.5.0

19 Jul 13:17

Choose a tag to compare

Bug Fixes

  • Fix Marshaled nested wildcard field with ordered=True (#326) [bdscharf]
  • Fix Float Field Handling of None (#327) [bdscharf, TVLIgnacy]
  • Fix Werkzeug and Flask > 2.0 issues (#341) [hbusul]
  • Hotfix package.json [xuhdev]

Enhancements

  • Stop calling got_request_exception when handled explicitly (#349) [chandlernine, VolkaRancho]
  • Update doc links (#332) [EtiennePelletier]
  • Structure demo zoo app (#328) [mehul-anshumali]
  • Update Contributing.rst (#323) [physikerwelt]
  • Upgrade swagger-ui (#316) [xuhdev]

0.4.0

27 May 12:23

Choose a tag to compare

NOTE: Any release before 0.4.0 will attempt to use Flask >= 2.0.0 and Werkzeug >= 2.0.0
This will cause errors! To fix this in your environment, pin Flask and Werkzeugh to < 2.0.0

  • Fix Namespace error handlers when propogate_exceptions=True (#285) [mjreiss]

  • pin flask and werkzeug due to breaking changes (#308) [jchittum]

  • The Flask/Blueprint API moved to the Scaffold base class (#308) [jloehel]

  • added specs-url-scheme option for API (#237) [DustinMoriarty]

  • Doc enhancements [KAUTH, Abdur-rahmaanJ]

  • New example with loosely couple implementation [maurerle]