Files
centurion_erp/Release-Notes.md

1.6 KiB

Version 1.4.0

API redesign in preparation for moving the UI out of centurion to it's own project. This release introduces a Feature freeze to the current UI. Only bug fixes will be done for the current UI.

  • New API will be at path api/v2 and will remain until v2.0.0 release of Centurion on which the api/v2 path will be moved to api

  • API v1 is now Feature frozen with only bug fixes being completed. It's recommended that you move to and start using API v2 as this has feature parity with API v1.

  • Depreciation of ALL API urls. API v1 Will be removed in v2.0.0 release of Centurion.

Version 1.3.0

!!! danger "Security" As is currently the recommended method of deployment, the Centurion Container must be deployed behind a reverse proxy the conducts the SSL termination.

This release updates the docker container to be a production setup for deployment of Centurion. Prior to this version Centurion ERP was using a development setup for the webserver.

  • Docker now uses SupervisorD for container

  • Gunicorn WSGI setup for Centurion with NginX as the webserver.

  • Container now has a health check.

  • To setup container as "Worker", set IS_WORKER='True' environmental variable within container. Note: You can still use command celery -A app worker -l INFO, although not recommended as the container health check will not be functioning

Version 1.0.0

Initial Release of Centurion ERP.

Breaking changes

  • Nil