All notable changes to laravel-slack-alerts
will be documented in this file.
- Feature: Added ability to send message to a custom channel. by @bohdanlopatkin in spatie#34
- @bohdanlopatkin made their first contribution in spatie#34
Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.2.1...1.3.0
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in spatie#29
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 by @dependabot in spatie#30
- Bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 by @dependabot in spatie#32
- Fix SendToSlackChannelJob retry on error by @tominon in spatie#33
- @tominon made their first contribution in spatie#33
Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.2.0...1.2.1
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in spatie#26
- Add support to send a set of blocks by @riasvdv in spatie#27
- @riasvdv made their first contribution in spatie#27
Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.1.2...1.2.0
- support L10
- Bump dependabot/fetch-metadata from 1.2.1 to 1.3.0 by @dependabot in spatie#13
- Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 by @dependabot in spatie#14
- Bump actions/checkout from 2 to 3 by @dependabot in spatie#12
- Update Readme - Add Mentions by @paulber33 in spatie#16
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in spatie#17
- Ignore also '' as webhook URL, not just NULL ones by @levu42 in spatie#18
- @paulber33 made their first contribution in spatie#16
- @levu42 made their first contribution in spatie#18
Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.1.0...1.1.1
- Ignore missing webhook urls, so it's safe to only have hooks setup in production, without your local development crashing
- Ignore missing webhook urls, so it's safe to only have hooks setup in production, without your local development crashing
- Bump dependabot/fetch-metadata from 1.1.1 to 1.2.0 by @dependabot in spatie#9
- Feature/custom webhook url by @Nielsvanpach in spatie#10
- @dependabot made their first contribution in spatie#9
Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.0.2...1.0.3
- Support Laravel 9 by @Nielsvanpach
- Fix method name in README by @miclf in spatie#1
- Make error message consistent with the other ones by @miclf in spatie#2
- @miclf made their first contribution in spatie#1
Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.0.1...1.0.2
- use env variable in config
- stable release
Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/0.0.3...0.0.4
- experimental release
- initial release