Skip to content

Releases: navapbc/template-application-flask

v0.2.0

13 Nov 23:17
0d1f1de
Compare
Choose a tag to compare

What's Changed

  • Update cryptography package by @lorenyu in #192
  • Set default table privileges in first migration by @lorenyu in #188
  • Add template install and update scripts by @lorenyu in #193
  • Add a script that waits for the DB container to be available by @chouinar in #194
  • Upgrade to SQLAlchemy 2.0 by @chouinar in #197
  • Upgrade to psycopg3 from version 2 by @chouinar in #201
  • Fix verify_in_ssl log statement which no longer has access to SSL params by @chouinar in #202
  • Document suggestion to increase memory allocation by @lorenyu in #203
  • Make updates for Python 3.12 & update various packages to their latest versions by @chouinar in #206
  • Update Dockle ignore to have new Python version in path by @chouinar in #207
  • Upgrade Pydantic version by @chouinar in #209
  • Add pagination support to the API by @chouinar in #211
  • Use Docker Compose V2 by @michael-wojcik in #88

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

18 Aug 14:56
1237e7f
Compare
Choose a tag to compare

Notable recent changes

New functionality

Maintenance and enhancements

  • Increase Postgres connection timeout to 10 seconds by @lorenyu in #182
  • Bump certifi from 2023.5.7 to 2023.7.22 in /app by @dependabot in #183
  • Migrate poetry dev dependencies to new group syntax by @daphnegold in #184
  • Use common prefix for db-migrate commands by @lorenyu in #189
  • Remove "Template" from CI workflow name by @lorenyu in #191

Documentation

New Contributors

Full Changelog: https://github.com/navapbc/template-application-flask/commits/v0.1.0