Releases: python-restx/flask-restx
Releases · python-restx/flask-restx
1.3.0
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
HTTPException
s 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
What's Changed
- issue-547 http header quality factor number by @chipndell in #552
- Fix typo in doc/marshalling.rst by @jasonkang14 in #556
- Fix typo in doc/parsing.rst by @frazar in #555
- Drop support for python 3.7 by @foarsitter in #561
- Replace pkg_resources with importlib_resources by @foarsitter in #562
- Introduce temporary package version restrictions by @peter-doggart in #579
New Contributors
- @chipndell made their first contribution in #552
- @jasonkang14 made their first contribution in #556
- @frazar made their first contribution in #555
- @foarsitter made their first contribution in #561
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- Bump werkzeug from 1.0.1 to 2.2.3 in /examples/zoo_app by @dependabot in #519
- Updates to address swagger CVEs. by @peter-doggart in #522
- snake_case convention for better readibility by @anandtripathi5 in #382
- Update docs root route by @peter-doggart in #527
New Contributors
- @anandtripathi5 made their first contribution in #382
Full Changelog: 1.0.6...1.1.0
1.0.5
1.0.3
1.0.1
0.5.1
0.5.0
0.4.0
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
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