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

Release date:
August 25, 2023
Previous version:
@slack/[email protected] (released August 25, 2023)
Magnitude:
22,490 Diff Delta
Contributors:
56 total committers
Data confidence:
Commits:

287 Features Released with @slack/[email protected]

Top Contributors in @slack/[email protected]

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

Directory Browser for @slack/[email protected]

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

This is the first release of our new @slack/oauth package! Slack apps that are installed in multiple workspaces, like in the App Directory or in an Enterprise Grid, will need to implement OAuth and store information about each of those installations.

  • Supports V2 OAuth for Slack Apps as well as V1 OAuth for Classic Slack apps.
  • Includes a pluggable interface to easily hook in your own database to save and fetch installation data (like tokens).
  • Handles state generation and state verification
  • Has a method for creating "Add to Slack" buttons for direct installs
  • Redirects back to the Slack app after the installation flow completes

Make sure to checkout the docs and our OAuth Express example app to learn more!

Issue: #950 PR: #963

Thanks @stevengill, @aoberoi, @seratch and @shaydewael!