Skip to content

Releases: python-restx/flask-restx

1.3.0

10 Dec 14:59
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Bug Fixes

  • Properly remove six dependency

1.0.1

02 Nov 10:15
a6e10ef
Compare
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
Compare
Choose a tag to compare

Bug Fixes

  • Optimize email regex (#372) [kevinbackhouse]

0.5.0

19 Jul 13:17
Compare
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
Compare
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]

0.3.0

14 Apr 13:28
Compare
Choose a tag to compare

Bug Fixes

  • Make error handlers order of registration respected when handling errors (#202) [avilaton]
  • add prefix to config setting (#114) [heeplr]
  • Doc fixes [openbrian, mikhailpashkov, rich0rd, Rich107, kashyapm94, SteadBytes, ziirish]
  • Use relative path for api.specs_url (#188) [jslay88]
  • Allow example=False (#203) [ogenstad]
  • Add support for recursive models (#110) [peterjwest, buggyspace, Drarok, edwardfung123]
  • generate choices schema without collectionFormat (#164) [leopold-p]
  • Catch TypeError in marshalling (#75) [robyoung]
  • Unable to access nested list propert (#91) [arajkumar]

Enhancements

  • Update Python versions [johnthagen]
  • allow strict mode when validating model fields (#186) [maho]
  • Make it possible to include "unused" models in the generated swagger documentation (#90)[volfpeter]