Node Slack Sdk: @slack/[email protected] Release

Release date:
April 19, 2024
Previous version:
@slack/[email protected] (released April 15, 2024)
Magnitude:
25 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in @slack/[email protected]

filmaj

Directory Browser for @slack/[email protected]

All files are compared to previous version, @slack/[email protected]. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

What's Changed

We released a fix for the oauth.v2.exchange method argument type; previously it did not require a token, which was incorrect. It now requires a token parameter, which matches the expectations of this API method.

Full Changelog

ae755dc4 web-api(fix): oauth.v2.exchange method requires a token parameter (#1779) - thanks for reporting @iggyray!