tag:github.com,2008:https://github.com/pyb4430/full-stack-fastapi-postgresql/releases Release notes from full-stack-fastapi-postgresql 2022-09-11T07:36:28Z tag:github.com,2008:Repository/436121236/0.6.0 2022-09-11T07:45:52Z 0.6.0 <ul> <li>Updated to python 3.10</li> <li>Updated backend dependencies</li> <li>Updated frontend dependencies where possible</li> <li>Refactored frontend to support Vuetify 2 and Vee-Validate 3, using <a href="https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/165" data-hovercard-type="pull_request" data-hovercard-url="/fastapi/full-stack-fastapi-template/pull/165/hovercard">165</a> as a guide (also included the eslint and prettier additions)</li> <li>Incorporated the steps in <a href="https://github.com/tiangolo/uvicorn-gunicorn-docker">tiangolo/uvicorn-gunicorn-docker</a> into <code>backend.dockerfile</code>, so that the update to python 3.10 was possible. <code>start.sh</code>, <code>start-reload.sh</code>, and <code>gunicorn_conf.py</code> from that repo were added to backend as well</li> <li>Updated the base image for the build stage in the frontend <code>Dockerfile</code> to <code>node:18</code>, no longer the outdated <a href="https://github.com/tiangolo/node-frontend">tiangolo/node-frontend</a></li> <li>A handfuls of issue fixes</li> </ul> pyb4430 tag:github.com,2008:Repository/436121236/0.5.0 2020-04-19T06:52:11Z 0.5.0 <p>🔖 Release version 0.5.0</p> tiangolo tag:github.com,2008:Repository/436121236/0.4.0 2019-05-29T05:49:17Z 0.4.0 <p>🔖 Release version 0.4.0</p> tiangolo tag:github.com,2008:Repository/436121236/0.3.0 2019-04-19T05:46:18Z 0.3.0 <p>🔖 Release 0.3.0</p> tiangolo tag:github.com,2008:Repository/436121236/0.2.2 2019-04-11T17:45:52Z 0.2.2 <p>📝 Update release notes section</p> tiangolo tag:github.com,2008:Repository/436121236/0.2.1 2019-03-29T14:34:38Z 0.2.1: :bug: fix read_user_by_id docstring (#4) <p>Fix incorrectly documented as "Get a specific user by username (email)". Changed to "Get a specific user by id".</p> mpclarkson tag:github.com,2008:Repository/436121236/0.2.0 2019-03-11T09:49:01Z 0.2.0 <p>🔖 Release 0.2.0 after backend/frontend refactor</p> tiangolo