v0.4.0
How to upgrade?
The default config file has changed. You should run the init command again to update it:
php artisan appkeep:init --force
If you have cached your routes, re-cache them using:
php artisan route:cache
Notable changes
- Licence: We now use the Apache 2.0 license.
- Check Scopes: Global, server and instance scope introduced for checks.
- Explore endpoint: a safe endpoint only accessible to Appkeep server. It helps us understand your web server's PHP configuration (as opposed to CLI settings).
- New default check: we introduced a check that will monitor your server's CPU load (avg load in the last 5 minutes). It can warn or alert you when server load is too high.
- New "post-deploy" command run
php artisan appkeep:post-deploy
after each deployment to let us know about code level changes in your project.
Internal changes
- Events and contexts: A better abstraction around how we collect and send data.