v1.1.0.rst
633 Bytes
================
Changelog v1.1.0
================
* Remove support for hidden projects. To hide them use of password is now needed.
* Projects need to be published in order to be visible for the volunteers.
* Add webhook table to debug easily them.
* Add Server Sent Events (SSE) to notify background jobs status on real time.
Upgrading
=========
.. note::
Please, backup the database before continuing.
In order to upgrade you will have to pull the new code, and then run the
following command to upgrade the database::
source env/bin/activate
alembic upgrade head
Then restart your server, and you will be done.