Releases: ContinuumIO/tranquilizer
0.9.2
v0.9.1
v0.9.0
0.8.1 - fixed boolean type
This fixes the boolean type inputs, which would not correctly process values like "0"
or "false"
.
0.8.0 - works with latest Werkzeug and Flask
Removed pins for Werkzeug < 1 and verified with Flask 2.
0.7.2 - fix error handling
Before 0.7.1 if JWT authorization is enabled exceptions raised raised by the tranquilized functions cause 500 statues but did not send the exception itself. (this release has an extra commit for setup.cfg maintenance)
0.7.1 - fix errors with jwt auth
Before 0.7.1 if JWT authorization is enabled exceptions raised raised by the tranquilized functions cause 500 statues but did not send the exception itself.
0.7.0
This version adds JWT opaque auth token support
Note that Python 3.5 has been dropped as tests were no longer working.
0.6.0
Add CORS support with CLI and env var
0.5.0
This release has one important update to switch from flask-restplus to flask-restx. This allows us to use newer versions of werkzeug.