Releases: slackapi/node-slack-sdk
@slack/[email protected]
What's Changed
This patch release bumps the minimum version of axios to 1.7.4 to address a CVE - see Axios 1.7.4 release notes for more information.
Changelog
- rtm-api(build): use a minimum version of @slack/[email protected] - Thanks @zimeg! #1887
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]
@slack/[email protected]
What's Changed
This patch release bumps the minimum version of axios to 1.7.4 to address a CVE - see Axios 1.7.4 release notes for more information.
Changelog
- oauth(build): use a minimum version of @slack/[email protected] - Thanks @zimeg! #1891
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]
@slack/[email protected]
What's Changed
This patch release bumps the minimum version of axios to 1.7.4 to address a CVE - see Axios 1.7.4 release notes for more information.
Changelog
- oauth(build): use a minimum version of @slack/[email protected] - Thanks @zimeg! #1889
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]
@slack/[email protected]
What's Changed
This patch release bumps the minimum version of axios to 1.7.4 to address a CVE - see Axios 1.7.4 release notes for more information.
Changelog
- webhook(chore): bump axios to 1.7.4 to address CVE-2024-39338 - Thanks @zimeg! #1879
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]
@slack/[email protected]
What's Changed
This patch release bumps the minimum version of axios to 1.7.4 to address a CVE - see Axios 1.7.4 release notes for more information.
Changelog
855549b fix: bump axios to 1.7.4 to address CVE (#1875) - fixes #1874
@slack/[email protected]
What's Changed
This patch release bumps the minimum version of axios to 1.7.4 to address a CVE - see Axios 1.7.4 release notes for more information.
Changelog
- web-api@6(chore): bump axios to 1.7.4 to address CVE-2024-39338 - Thanks @zimeg! in #1880
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]
@slack/[email protected]
What's Changed
This patch release bumps the minimum version of axios to 1.7.4 to address a CVE - see Axios 1.7.4 release notes for more information.
Changelog
- socket-mode(build): use a minimum version of [email protected] - Thanks @filmaj and @zimeg! #1878
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]
@slack/[email protected]
What's Changed
Herein is a patch to allow a typed token
attribute in a few API methods that accept it - apps.uninstall
, admin.apps.uninstall
, and admin.apps.clearResolution
. Experiment using the snippet below and caution if you're using an app in production:
client.apps.uninstall({
+ token: 'xoxb-example',
client_id: 'example',
client_secret: '123',
});
Changes
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]
@slack/[email protected]+cli.2.29.0
The first major release with a stable API of cli-test
is now live!
The API has changed significantly since the 0.x versions. Function signatures for CLI binding methods now follow a familiar single-object-as-function-parameter pattern. Individual CLI commands have their global and command-specific flags exhaustively typed as properties on the parameter object.