Skip to content
Compare
Choose a tag to compare
@filmaj filmaj released this 18 Jan 18:05
· 244 commits to main since this release
7dee9d4

What's Changed

This major release introduces two major changes:

  • the minimum node version is now v18, the current LTS node.js. While the library should work with older versions of node, we no longer test the library against versions of node older than 18, so we cannot guarantee compatibility.
  • the dependent @slack/web-api package has been updated to the latest major version, v7. While web-api is not directly exposed in this oauth library so it should not affect consuming applications, it is worth mentioning that the client methods web-api exposes has newer, stricter, more accurate TypeScript types. This should not affect developers, but is worth calling out.

No other changes were released!