flask-restx

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

OTHER License

Downloads
2M
Stars
2.2K
Committers
132

Bot releases are hidden (Show)

flask-restx - 1.3.0 Latest Release

Published by peter-doggart 10 months ago

What's Changed

New Contributors

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

flask-restx - 1.2.0

Published by peter-doggart 12 months ago

What's Changed

New Contributors

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

flask-restx - 1.1.0

Published by peter-doggart over 1 year ago

What's Changed

New Contributors

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

flask-restx - 1.0.5

Published by peter-doggart almost 2 years ago

Bug Fixes

  • Compatibility fixes for upcoming Flask 2.3. Huge thanks to @jdieter for providing these.
flask-restx - 1.0.3

Published by ziirish almost 2 years ago

Bug Fixes

  • Properly remove six dependency
flask-restx - 1.0.1

Published by ziirish almost 2 years 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
flask-restx - 0.5.1

Published by ziirish about 3 years ago

Bug Fixes

  • Optimize email regex (#372) [kevinbackhouse]
flask-restx - 0.5.0

Published by j5awry about 3 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]
flask-restx - 0.4.0

Published by j5awry over 3 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]

flask-restx - 0.3.0

Published by j5awry over 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]
flask-restx - 0.2.0

Published by ziirish over 4 years ago

This release properly fixes the issue raised by the release of werkzeug 1.0.

Bug Fixes

  • Remove deprecated werkzeug imports #35
  • Fix OrderedDict imports #54
  • Fixing Swagger Issue when using @api.expect() on a request parser #20

Enhancements

  • use black to enforce a formatting codestyle #60
  • improve test workflows
flask-restx - 0.1.1

Published by ziirish over 4 years ago

This release is mostly a hotfix release to address incompatibility issue with the recent release of werkzeug 1.0.

Bug Fixes

  • pin werkzeug version #39
  • register wildcard fields in docs #24
  • update package.json version accordingly with the flask-restx version and update the author #38

Enhancements

  • use github actions instead of travis-ci #18
flask-restx - 0.1

Published by SteadBytes over 4 years ago

Welcome to the first release of Flask-RESTX!

This is effectively the long awaited 0.14.0 release of Flask-RESTPlus that
motivated this new fork (see https://github.com/noirbizarre/flask-restplus/issues/743). In light of this, these release notes will mostly detail the changes made to Flask-RESTPlus since 0.13.0.

Bug Fixes

Enhancements

Package Rankings
Top 27.93% on Anaconda.org
Top 1.08% on Pypi.org
Top 11.68% on Conda-forge.org
Related Projects