Releases: backwardspy/api-reflector
v0.8.4
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- poetry lock and mypy config update by @haffi96 in #71
- Bump urllib3 from 2.0.3 to 2.0.6 by @dependabot in #72
- Bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in #73
- feat: add global kv-storage prototype by @backwardspy in #74
- Bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in #75
- Bump werkzeug from 2.3.6 to 3.0.1 by @dependabot in #76
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #77
- Improve CI and Build Process by @cpressland in #78
New Contributors
- @dependabot made their first contribution in #72
Full Changelog: v0.8.2...v0.8.3
v0.8.2
Constrained SQLAlchemy to < 2.x for compatibility with the version of Flask-SQLAlchemy we're using. This constraint will be removed when we can put more time into upgrading SQLAlchemy/Flask-SQLAlchemy/Flask-Admin together.
Full Changelog: v0.8.1...v0.8.2
v0.8.1
Reverting the upgrades in v0.8.0 as flask-admin does not work out of the box. The lockfile format remains compatible with Poetry 1.4.
Full Changelog: v0.8.0...v0.8.1
v0.8.0
This is a maintenance release containing several vulnerability fixes via dependency upgrades.
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Upgrade to Python 3.11 by @cpressland in #62
- check response input is json by @mmjjoozz in #63
Full Changelog: v0.6.2...v0.7.0
v0.6.2
Use updated python image with OpenSSL patch
v0.6.1
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- add configurable maximum delay length by @backwardspy in #49
- implement lock on migrations, add dev scripts by @backwardspy in #51
- populate application name in postgres by @thenu97 in #55
- upgrade dependencies and fix lint issues by @backwardspy in #56
- add random response strategy by @backwardspy in #57
- Add details to response message on error by @haffi96 in #58
New Contributors
Full Changelog: v0.5.10...v0.6.0
v0.5.10
What's Changed
- use pendulum for date manipulation by @backwardspy in #47
Full Changelog: v0.5.9...v0.5.10