Skip to main content

One post tagged with "Node Slack SDK"

View All Tags

Release: Multiple Node Slack SDK package updates

Our collection of Node Slack SDK packages have received new major versions.

All packages now require Node.js 20 or later. This is the only breaking change for the following packages:

  • The cli-hooks package has been updated to v2.
  • The cli-test package has been updated to v4.
  • The logger package has been updated to v5.
  • The oauth package has been updated to v4.
  • The types package has been updated to v3.

Three packages have more substantial breaking changes:

Most of the changes in those batch of updates fall under the theme of HTTP transport improvements, such as migrating from axios to the native Fetch API.