Skip to content

Releases: ContinuumIO/tranquilizer

0.9.2

15 Aug 18:00
a83a2ad

Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

15 Aug 16:03
c8f80c1

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

15 Aug 15:56
959121e

Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...v0.9.0

0.8.1 - fixed boolean type

21 Nov 17:57
77c7900

Choose a tag to compare

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

11 Mar 18:49
d420f59

Choose a tag to compare

Removed pins for Werkzeug < 1 and verified with Flask 2.

0.7.2 - fix error handling

03 Mar 15:27

Choose a tag to compare

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

03 Mar 05:34
95c6197

Choose a tag to compare

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

13 Dec 22:36

Choose a tag to compare

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

07 Jun 19:50
9b4a738

Choose a tag to compare

Add CORS support with CLI and env var

0.5.0

20 Jul 14:18

Choose a tag to compare

This release has one important update to switch from flask-restplus to flask-restx. This allows us to use newer versions of werkzeug.