Skip to content

HTTP Maintenance API and logging

Compare
Choose a tag to compare
@julien1619 julien1619 released this 25 Feb 10:06
· 249 commits to master since this release

This release comes with a new HTTP Maintenance API and an update logging system.

If you provide and API_KEY when launching serve, the maintenance HTTP API will be automatically enabled and you will be able to launch an update with an HTTP call.

To avoid server overload, the system automatically prevents more than one update at a time, even if it's launched from CLI.

Each update is now logged in the database and a full report is stored and returned after an update.

The full documentation is available on the README file.

Full Changelog: v1.0.3...v1.1.0