This file outlines the key changes between different revisions. The stable
branch will always contain the latest released version. Each version will
be tagged as appropriate.
Any version number which is suffixed by -dev
means that it is currently
being developed and is not yet released. It is most likely you'll only ever
see this in a master branch.
- Upgrade underlying Rails version to 5.1
- Allow services to be grouped
- Allow subscribers to be added through the admin interface
- Allow services to have a description which will be displayed on the default theme.
- Add API tokens to allow services to authenticate to the API.
- Add
services/all
API method - for list all services with current status. - Add
services/info
API method - to return details about a specific API method. - Add
services/set_status
API method - to set the status for a specific service.
- Initial Release