Releases: python-restx/flask-restx
Releases · python-restx/flask-restx
0.2.0
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
0.1.1
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
0.1
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 noirbizarre/flask-restplus#743). In light of this, these release notes will mostly detail the changes made to Flask-RESTPlus since 0.13.0
.
Bug Fixes
- Fix exceptions/error handling bugs https://github.com/noirbizarre/flask-restplus/pull/706/files noirbizarre/flask-restplus#741
- Fix illegal characters in JSON references to model names noirbizarre/flask-restplus#653
- Support
envelope
parameter in Swagger documentation noirbizarre/flask-restplus#673 - Fix polymorph field ambiguity noirbizarre/flask-restplus#691
- Fix wildcard support for
fields.Nested
andfields.List
noirbizarre/flask-restplus#739
Enhancements
- Api/Namespace individual loggers noirbizarre/flask-restplus#708
- Various deprecated import changes noirbizarre/flask-restplus#732 noirbizarre/flask-restplus#738
- Start the Flask-RESTX fork!