update documentation

This commit is contained in:
Sam
2021-04-07 10:43:20 +02:00
parent 8d2ec19be3
commit 0210774fd9
6 changed files with 116 additions and 101 deletions

View File

@ -2,11 +2,13 @@
## Version 0.4.7 (2021/04/07)
### Issues Closed
#### Bugs Fixed
* [#75](https://github.com/SamR1/Fittrackee/issues/75) - Workouts on the same day are not displayed in right order
#### Misc
### Misc
* Update Python and Javascript dependencies
**IMPORTANT**: Due to [SQLAlchemy update (1.4+)](https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-3687655465c25a39b968b4f5f6e9170b), engine URLs starting with `postgres://` are no longer supported. Please update `DATABASE_URL` with `postgresql://`.
@ -26,6 +28,7 @@ In this release 1 issue was closed.
In this release 3 issues were closed.
## Version 0.4.5 (2021/02/17)
### Issues Closed

View File

@ -109,7 +109,8 @@ deployment method.
| For example in dev environment : ``postgresql://fittrackee:fittrackee@localhost:5432/fittrackee``
.. danger::
| Since SQLAlchemy update (1.4+), engine URL should begin with `postgresql://`.
| Since `SQLAlchemy update (1.4+) <https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-3687655465c25a39b968b4f5f6e9170b>`__,
engine URL should begin with `postgresql://`.
.. envvar:: DATABASE_DISABLE_POOLING 🆕