Flask Restx Versions Save

Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask

1.3.0

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/python-restx/flask-restx/compare/1.2.0...1.3.0

1.2.0

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/python-restx/flask-restx/compare/1.1.0...1.2.0

1.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/python-restx/flask-restx/compare/1.0.6...1.1.0

1.0.5

1 year ago

Bug Fixes

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

1.0.3

1 year ago

Bug Fixes

  • Properly remove six dependency

1.0.1

1 year ago

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

2 years ago

Bug Fixes

  • Optimize email regex (#372) [kevinbackhouse]

0.5.0

2 years ago

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

2 years ago

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

3 years ago

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]