Releases: navapbc/template-application-flask
Releases · navapbc/template-application-flask
v0.2.0
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
- @michael-wojcik made their first contribution in #88
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Notable recent changes
New functionality
- Run flask using production wsgi/http server by @daphnegold in #185
- Add basic index route by @kylegunby in #179
- Add make help command by @lorenyu in #187
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
- Update database management documentation by @kylegunby in #178
- Update local setup instructions in getting-started.md by @daphnegold in #180
New Contributors
- @chouinar made their first contribution in #8
- @rocketnova made their first contribution in #9
- @zelgadis made their first contribution in #39
- @jamesbursa made their first contribution in #53
- @lxqnt made their first contribution in #110
- @dependabot made their first contribution in #112
- @rsk2 made their first contribution in #134
- @bbemis017 made their first contribution in #159
- @SammySteiner made their first contribution in #165
- @Nava-JoshLong made their first contribution in #160
- @kylegunby made their first contribution in #178
- @daphnegold made their first contribution in #180
Full Changelog: https://github.com/navapbc/template-application-flask/commits/v0.1.0