Skip to content

Latest commit

 

History

History
218 lines (121 loc) · 8.07 KB

File metadata and controls

218 lines (121 loc) · 8.07 KB

Changelog

All notable changes to laravel-slack-alerts will be documented in this file.

1.9.0 - 2026-03-18

Add Laravel 13 support, drop support for Laravel 10 and 11

1.7.2 - 2025-04-29

What's Changed

  • Add fake by @freekmurze in #61

New Contributors

  • @freekmurze made their first contribution in #61

Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.7.1...1.7.2

1.7.1 - 2025-04-17

What's Changed

  • Enabled config option by @ReinisL in #60

New Contributors

  • @ReinisL made their first contribution in #60

Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.7.0...1.7.1

1.7.0 - 2025-03-20

What's Changed

  • Feature: added support of icon_emoji by @vzhabonos in #58

New Contributors

  • @vzhabonos made their first contribution in #58

Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.6.0...1.7.0

1.6.0 - 2025-02-26

What's Changed

  • Added queue to the config file in the README.md by @mikkellindblom in #55
  • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #56
  • Update composer.json for Laravel 12 by @phil-hudson in #57

New Contributors

  • @mikkellindblom made their first contribution in #55
  • @phil-hudson made their first contribution in #57

Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.5.0...1.6.0

1.5.0 - 2024-08-28

What's Changed

  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #52
  • Add Set Icon and Username ability; add missing onQueue declaration by @d2inco in #54

New Contributors

  • @d2inco made their first contribution in #54

Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.4.0...1.5.0

1.4.0 - 2024-05-06

What's Changed

  • Bump ramsey/composer-install from 2 to 3 by @dependabot in #45
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #46
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #48
  • Add queue support for Slack alerts by @mcpuishor in #47

New Contributors

  • @mcpuishor made their first contribution in #47

Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.3.1...1.4.0

1.3.1 - 2024-02-09

What's Changed

  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #35
  • Bump actions/checkout from 3 to 4 by @dependabot in #38
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #39
  • Add Laravel 11 compatability by @AJenbo in #44

New Contributors

  • @AJenbo made their first contribution in #44

Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.3.0...1.3.1

1.3.0 - 2023-06-27

What's Changed

  • Feature: Added ability to send message to a custom channel. by @bohdanlopatkin in #34

New Contributors

  • @bohdanlopatkin made their first contribution in #34

Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.2.1...1.3.0

1.2.1 - 2023-06-17

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #29
  • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 by @dependabot in #30
  • Bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 by @dependabot in #32
  • Fix SendToSlackChannelJob retry on error by @tominon in #33

New Contributors

  • @tominon made their first contribution in #33

Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.2.0...1.2.1

1.2.0 - 2023-02-20

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #26
  • Add support to send a set of blocks by @riasvdv in #27

New Contributors

  • @riasvdv made their first contribution in #27

Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.1.2...1.2.0

1.1.2 - 2023-01-25

  • support L10

1.1.1 - 2022-09-05

What's Changed

  • Bump dependabot/fetch-metadata from 1.2.1 to 1.3.0 by @dependabot in #13
  • Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 by @dependabot in #14
  • Bump actions/checkout from 2 to 3 by @dependabot in #12
  • Update Readme - Add Mentions by @paulber33 in #16
  • Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in #17
  • Ignore also '' as webhook URL, not just NULL ones by @levu42 in #18

New Contributors

  • @paulber33 made their first contribution in #16
  • @levu42 made their first contribution in #18

Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.1.0...1.1.1

1.1.0 - 2022-03-03

  • Ignore missing webhook urls, so it's safe to only have hooks setup in production, without your local development crashing

1.1.0 - 2022-03-03

  • Ignore missing webhook urls, so it's safe to only have hooks setup in production, without your local development crashing

1.0.3 - 2022-02-24

What's Changed

  • Bump dependabot/fetch-metadata from 1.1.1 to 1.2.0 by @dependabot in #9
  • Feature/custom webhook url by @Nielsvanpach in #10

New Contributors

  • @dependabot made their first contribution in #9

Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.0.2...1.0.3

1.0.2 - 2022-01-28

What's Changed

  • Support Laravel 9 by @Nielsvanpach
  • Fix method name in README by @miclf in #1
  • Make error message consistent with the other ones by @miclf in #2

New Contributors

  • @miclf made their first contribution in #1

Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/1.0.1...1.0.2

1.0.1 - 2022-01-21

  • use env variable in config

1.0.0 - 2022-01-21

  • stable release

0.0.4 - 2022-01-11

Full Changelog: https://github.com/spatie/laravel-slack-alerts/compare/0.0.3...0.0.4

0.0.1 - 2022-01-10

  • experimental release

1.0.0 - 202X-XX-XX

  • initial release