Releases: razorpay/slack-laravel
Releases · razorpay/slack-laravel
Support for Laravel 10
Merge pull request #20 from razorpay/laravel_upgrade RSR-3573 Laravel 10 Upgrade
Added comment for Slack config issue
- TODO added for slack config issue
- Version upgrade for razorpay/slack with if condition changes on empty endpoint
Laravel 9 Support Added
- Service Provided added for laravel 9
PHP Upgrade
- PHP Version Upgrade to 8.1
- razorpay/slack version is upgraded to 2.0.0
Add support for laravel 6
3.0.0 Add laravel 6 support (#10)
Support for multiple slack clients
This major release allows configuring multiple slack clients. Now the default client configuration goes under defaults
. Other clients goes into clients
key. Look at below migration guide for more information.
Migrating to 2.0
Version 2.0 adds support for multiple slack clients. For migrating 1.X to 2.0, nest all the configuration properties inside defaults
key in the configuration file. Configuration for additional clients can be specified in the clients
property.
[
'is_slack_enabled' => true,
'defaults' => [
// default slack client configuration.
],
clients => [
// Additional slack clients configuration
'client1' => [
]
]
]
1.3.10
1.4.0
Fixed bugs
[Does not include changes made 1.3.10 onwards]
1.2.0
Added
- Added support for non-default Queue via config