tag:github.com,2008:https://github.com/pyb4430/full-stack-fastapi-postgresql/releasesRelease notes from full-stack-fastapi-postgresql2022-09-11T07:36:28Ztag:github.com,2008:Repository/436121236/0.6.02022-09-11T07:45:52Z0.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>pyb4430tag:github.com,2008:Repository/436121236/0.5.02020-04-19T06:52:11Z0.5.0<p>🔖 Release version 0.5.0</p>tiangolotag:github.com,2008:Repository/436121236/0.4.02019-05-29T05:49:17Z0.4.0<p>🔖 Release version 0.4.0</p>tiangolotag:github.com,2008:Repository/436121236/0.3.02019-04-19T05:46:18Z0.3.0<p>🔖 Release 0.3.0</p>tiangolotag:github.com,2008:Repository/436121236/0.2.22019-04-11T17:45:52Z0.2.2<p>📝 Update release notes section</p>tiangolotag:github.com,2008:Repository/436121236/0.2.12019-03-29T14:34:38Z0.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>mpclarksontag:github.com,2008:Repository/436121236/0.2.02019-03-11T09:49:01Z0.2.0<p>🔖 Release 0.2.0 after backend/frontend refactor</p>tiangolo