Releases: jolicode/slack-php-api
Releases · jolicode/slack-php-api
v4.7.1
What's Changed
- Update constraint for jane-php/open-api-runtime by @jurgenhaas in #170
- fix(jane): Rebuild the SDK with newer version of Jane by @damienalexandre in #171
New Contributors
- @jurgenhaas made their first contribution in #170
Full Changelog: v4.7.0...v4.7.1
v4.7.0
What's Changed
- chore(jane): Rebuild the full SDK with latest Jane release by @damienalexandre in #166
⚠️ PHP 7 support is removed.⚠️ Symfony 5 support is removed.
Full Changelog: v4.6.0...v4.7.0
Release v4.6.0
What's Changed
- Fix CI - Regenerate the SDK by @pyrech in #151
- feat(deps): Upgrade the generated code with latest JanePHP release by @damienalexandre in #155
- fix(tests): Rebuild the SDK for deprecation and fix phpunit config by @damienalexandre in #162
- Added metadata definition for chat.postMessage and history by @tchapuis in #156
New Contributors
Full Changelog: v4.5.0...v4.6.0
Release v4.5.0
What's Changed
- Update SDK to latest Slack version by @matthewnessworthy in #145
- Update workflows.* endpoints to use POST method instead of GET by @matthewnessworthy in #147
- Update views.* endpoints to use POST method instead of GET by @matthewnessworthy in #146
New Contributors
- @matthewnessworthy made their first contribution in #145
Full Changelog: v4.4.1...v4.5.0
Release v4.4.1
Release v4.4.0
- Drop support for PHP <7.4
- Add support for PHP 8.1
- Upgrade Jane from 6.3 to v7.1, add compatibility with Symfony v6
Release v4.3.0
- Add responseMetadata to SlackErrorResponse exception to ease debug
Release v4.2.0
- Add a new Client to ease iteration over Slack paginated endpoints thanks to
iterateXxxx
methods (wherexxxx
is the endpoint name to iterate over) - Specification override Add missing
locale
forobjs_conversation
model - Improve the documentation
Release v4.1.1
See CHANGELOG.
Release v4.1.0
See Changelog.