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

Release date:
December 20, 2023
Previous version:
@slack/[email protected] (released December 20, 2023)
Magnitude:
26,313 Diff Delta
Contributors:
67 total committers
Data confidence:
Commits:

386 Features Released with @slack/[email protected]

Top Contributors in @slack/[email protected]

stevengill
seratch
filmaj
misscoded
clavin
srajiang
hello-ashleyintech
chrisronline
aoberoi
kian2attari

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

New features

  • Brand new, independent, and lighter weight package
  • WebClient.paginate() method: call cursor-paginated Web API methods using an async iterator 🎉

Breaking changes

  • Supports Node v8.9.0 and higher
  • No longer supports a callbacks for named Web API methods, or the WebClient.apiCall() method.
  • The scopes, acceptedScopes, and retryAfter properties of a Web API call result have moved into the response_metadata.
  • Removed previously deprecated methods
  • Removed deprecated token rotation
  • Renamed retry policies to more intuitive names
  • agent option has been simplified
  • Some ErrorCode constants have changed.
  • Support Logger objects without a logger function.

See the migration guide for details.