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]
</tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/python-restx/flask-restx/commit/c574c7934c96a4ce96acfab14edaa941e4674e08"><code>c574c79</code></a> Bump version 0.5.1</li>
<li><a href="https://github.com/python-restx/flask-restx/commit/7724538e66dd17b991bc0db6fd05922f011e6ae1"><code>7724538</code></a> add test case for the reported issue</li>
<li><a href="https://github.com/python-restx/flask-restx/commit/bab31e085f355dd73858fd3715f7ed71849656da"><code>bab31e0</code></a> optimize email regex (credits: <a href="https://github.com/kevinbackhouse"><code>@kevinbackhouse</code></a>, fix: <a href="https://github-redirect.dependabot.com/python-restx/flask-restx/issues/372">#372</a>)</li>
<li><a href="https://github.com/python-restx/flask-restx/commit/e1ab7e34a47fa8c2fd025402b9c65afbe24d5e98"><code>e1ab7e3</code></a> Add Manual Trigger to Test Workflow</li>
<li><a href="https://github.com/python-restx/flask-restx/commit/5f570e6e0fea30051d4ac54fcb1eb6beae62ae42"><code>5f570e6</code></a> manually bump package.json to dev and fix README</li>
<li><a href="https://github.com/python-restx/flask-restx/commit/4b26179c84aebd15415c8e8cc1e9a711da7cd021"><code>4b26179</code></a> Update to version 0.5.1.dev for next development cycle</li>
<li><a href="https://github.com/python-restx/flask-restx/commit/fd99fe11a88531f5f3441a278f7020589f9d2cc0"><code>fd99fe1</code></a> Bump version 0.5.0</li>
<li><a href="https://github.com/python-restx/flask-restx/commit/6bc6c745d9f70bb0e48fd149676cedc0e31e5a42"><code>6bc6c74</code></a> Update README, bumpr, and package.json</li>
<li><a href="https://github.com/python-restx/flask-restx/commit/d7a1ca8c298bb5a4243bac5d81c21dfeb221886c"><code>d7a1ca8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/python-restx/flask-restx/issues/350">#350</a> from j5awry/prep-0.5.0</li>
<li><a href="https://github.com/python-restx/flask-restx/commit/eace66badea07e5bf931fcfb52aea1a7da569f8b"><code>eace66b</code></a> prep-0.5.0 Changelog</li>
<li>Additional commits viewable in <a href="https://github.com/python-restx/flask-restx/compare/0.2.0...0.5.1">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flask-restx&package-manager=pip&previous-version=0.2.0&new-version=0.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/hyrise/Cockpit/network/alerts).
Bumps flask-restx from 0.2.0 to 0.5.1.
Release notes
Sourced from flask-restx's releases.
... (truncated)
Changelog
Sourced from flask-restx's changelog.