Skip to content

Latest commit

 

History

History
107 lines (57 loc) · 5.56 KB

CHANGELOG.md

File metadata and controls

107 lines (57 loc) · 5.56 KB

Release Notes

v3.4.0 - 2024-10-24

v3.3.2 - 2024-09-04

  • Revert "fix: do not notify when route is empty" by @driesvints in #97

v3.3.1 - 2024-08-17

v3.3.0 - 2024-07-10

  • Use new static analysis workflow by @Jubeki in #89
  • feat: support threaded replies for SlackMessage by @Ma-ve in #94

v3.2.0 - 2024-01-15

v3.1.1 - 2024-01-06

  • constructor method parameter declaration by @slvler in #80
  • constructor method parameter declaration by @slvler in #82
  • Support disabling slack route dynamically when using SlackWebhookChannel by @marijoo in #87

v3.1.0 - 2023-10-30

v3.0.1 - 2023-07-25

v3.0.0 - 2023-07-14

  • Set buildJsonPayload method as public for next major release by @BSN4 in #31
  • Support BlockKit / WebAPI-based bot notifications by @claudiodekker in #64

v2.5.0 - 2023-01-12

Added

  • Laravel 10 support by @erikn69 in #60

Changed

  • Laravel 9 Support (#53)

Fixed

  • Clarify timestamp method (#47)

Added

  • PHP 8.0 support (#45)
  • Add callback id for attachments (#43)

Added

  • Laravel 8 support (#42)

Added

  • Guzzle 7 support (#36)

Changed

  • Load Guzzle with dependency injection (#21)

Changed

  • Return Guzzle response (#17)
  • Update version constraints for Laravel 6.0 (5cf3064)

Added

  • Added support for Laravel 5.8 (f97b057)

Changed

  • Use Facade::resolved() before extending channel (#9)

Removed

  • Dropped support for Laravel 5.7 (f97b057)