0.0.41
This is a massive release... some 350 commits since the last release.
Important
Please make sure you back up your database, storage
and public/avatars
directory before updating. Although nothing should go wrong it is better to be safe than sorry.
Notifications
Notifications have been completely rewritten. You are now able to select which events you wish to receive notifications for
- Deployment Successful
- Deployment Failed
- Heartbeat Missing
- Heartbeat Still Missing (i.e. the heartbeat has previously been missed and has not yet recovered)
- Heartbeat Recovered
- URL Offline
- URL Still Offline (similarly to heartbeat still missing)
- URL Recovered
Along with these options it is now possible to send notifications via email
, slack
, hipchat
, twilio SMS
and to call a webhook
URL.
Other Changes
- Added: Chinese Translation
- Added: Partial Russian Translation
- Added: Ability to select language from your profile
- Changed: Avatars are now stored in
storage/app/public/
as is recommended in Laravel - Changed: Upgraded to Laravel 5.4
- Improvements: A lot of refactoring and rewriting, test coverage has now gone from <5% to >85%
It is recommended that you backup your avatar directory BEFORE doing a git pull
as the directory has been deleted. Once updated simply move the files to the storage/app/public/
folder