All notable changes to laravel-uptime-monitor
will be documented in this file
- Allow custom success status codes by @emilsundberg in #362
- @emilsundberg made their first contribution in #362
Full Changelog: https://github.com/spatie/laravel-uptime-monitor/compare/4.4.0...4.5.0
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #360
- Update installation-and-setup.md by @xnekv03 in #364
- Make other notification getMessageText() public aswell by @FinnPaes in #361
Full Changelog: https://github.com/spatie/laravel-uptime-monitor/compare/4.3.0...4.4.0
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #342
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #343
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #345
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #356
- Update link to Laravel notifications docs to be master instead of 5.4 by @intrepidws in #354
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #357
- Add support for Laravel 11 by @J-T-McC in #358
- @intrepidws made their first contribution in #354
Full Changelog: https://github.com/spatie/laravel-uptime-monitor/compare/4.2.1...4.3.0
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #332
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #334
- Laravel 10.x Compatibility by @laravel-shift in #335
- @laravel-shift made their first contribution in #335
Full Changelog: https://github.com/spatie/laravel-uptime-monitor/compare/4.2.0...4.2.1
- Bump dependabot/fetch-metadata from 1.1.1 to 1.2.0 by @dependabot in #313
- Bump dependabot/fetch-metadata from 1.2.0 to 1.2.1 by @dependabot in #314
- Bump dependabot/fetch-metadata from 1.2.1 to 1.3.0 by @dependabot in #315
- Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 by @dependabot in #319
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in #321
- Add support for php8.1 and Laravel 9. by @Joeri-Abbo in #324
- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #327
Full Changelog: https://github.com/spatie/laravel-uptime-monitor/compare/4.1.1...4.2.0
- Modify composer requires to illuminate/* alternatives by @mallardduck in #311
- @mallardduck made their first contribution in #311
Full Changelog: https://github.com/spatie/laravel-uptime-monitor/compare/4.1.0...4.1.1
- add support for Laravel 9
- typehint all the things
- drop anything below Laravel 8 / PHP 7.4
- add support for PHP 8
- use CarbonInterface instead of Carbon
- add support for Laravel 8
- general cleanup
- add support for Laravel 7
- allow configuration of guzzle client options (#181)
- Add
raw_url
attribute to serialization #175
- Fixed issue with migrations stub (#171)
- Dropped support for Laravel 5.7
- Added support for Laravel 5.8, PHPUnit 8
- PHPUnit minimum version is now 7.5
- fix if statement to be if not certificate applies to url
- fix for PHP 7.3
- fix for checking SSL
- add support for Laravel 5.7
- add option to force run all monitors
- add support for L5.6
- add ability for monitors to have their own response checkers
- add ability to send payload to verify uptime
- add support for Laravel 5.5, drop support for Laravel 5.4
- renamed config file from
laravel-uptime-monitor
touptime-monitor
- add
retry_connection_after_milliseconds
to config file
- add
sync
command
- fixed bug in getting unchecked monitors
- added monitor location to mail notifications
- ask for protocol when creating a monitor
- add support for L5.4
- drop support for L5.3
- fixed bug where migration could be published multiple times
- set fallback text for Slack notifications
- fix typos in notifications
- improve notifications
- fix
CertificateCheckSucceeded
notification
- fix typos in command descriptions
- added
additional_headers
to config
- fix descriptions in config file
- fix custom model instructions in config file
- initial release