Skip to content

Releases: slackapi/bolt-js

@slack/[email protected]

14 Jun 18:35
Compare
Choose a tag to compare
  • Bug fixes:
    • Fix #1454: Missing type declarations for HomeView (via #1455) - thanks @seratch!
    • TypeScript 4.7 compiler compatibility (via #1466) - thanks @seratch!
    • Fix #1472: say type incorrectly inferred as never when using pin_added or reaction_* events (via #1473 and #1476) - thanks @seratch!
    • Fix an action typo in the docs (via #1475) - thanks @BenAlderfer!
    • Add more logs for error patterns in AwsLambdaReceiver (via #1481) - thanks @seratch!
    • Fix #1478: ack() is not accessible in global middleware in TypeScript (via #1482) - thanks @seratch!

Here is the list of all the issues / pull requests included in the release: https://github.com/slackapi/bolt-js/milestone/25?closed=1

@slack/[email protected]

13 May 02:06
Compare
Choose a tag to compare
  • New features / improvements:
    • Adding support for new user-change events with types (via #1448) - thanks @filmaj
    • Slack prints failed with the error "operation_timeout" when slack command runs and finishes successfully in AWS Lambda (via #1435 #1452) - thanks @nicolls1
    • Upgrade socket-mode dependency to the latest minor (via #1441 ) - thanks @seratch !

Here is the list of all the issues / pull requests included in the release: https://github.com/slackapi/bolt-js/milestone/24?closed=1

@slack/[email protected]

30 Mar 22:10
e26b0c3
Compare
Choose a tag to compare

📣 Important Announcement

Since this version, the default behavior of the OAuth flow has been changed for better security. The changes are:

  • InstallProvider (The underlying OAuth module) verifies not only the query string but also its corresponding browser cookie data
  • The default StateStore (ClearStateStore) makes sure that the state parameter is not too old (the default lifetime is 10 minutes)

Refer to #1335 #1391 slackapi/node-slack-sdk#1435 slackapi/node-slack-sdk#1436 for the context. If you encounter behavior changes described at #1412, consider either changing your app code or setting installerOptions.legacyStateVerification: true for now.

🎁 🐛 New features / improvements:

📝 Document updates:

  • #1384 Deploy the App to Heroku with one click - Thanks @MaurizioBella

Here are all the issues / pull requests included in the release.

@slack/[email protected]

23 Feb 19:59
362621e
Compare
Choose a tag to compare

🎁 🐛 New features / improvements:

📝 Document updates:

Here are all the issues / pull requests included in the release.

@slack/[email protected]

20 Jan 15:43
Compare
Choose a tag to compare
  • New features / improvements:
    • Bump @slack/web-api dependency to at least v6.6.0 to address a security vulnerability in axios (via #1276) - thanks @filmaj!
    • Bump @slack/oauth dependency to at least v2.4.0 to address major bugs (via #1273) - thanks @seratch!
    • Fix #1256: $PORT fails to bind on Heroku (via #1210) - thanks @filmaj!
    • Add missing Channel*MessageEvent types (via #1254) - thanks @seratch!
    • Fix #190: Context method updateConversation should accept expiration time (via #1221) - thanks @shubhamjajoo!
    • Fix #1206: custom routes incorrectly match against full URL including querystring parameters (via #1207) - thanks @moustacheful!
  • Document updates:
    • Improve App initialization error logs and Authenticating with OAuth document (via #1250) - thanks @srajiang!
    • Fix #795: improving documentation around serverless deployments to make more accessible (via #1254) - thanks @filmaj!
    • Update anchors in the Japanese reference page (via #1247) - thanks @seratch!
    • Fix #1237: Use correct message subtype in Listening to Events documentation (via #1240) - thanks @wongjas!
    • Fix #1233 and #1216: Remove redundant state information from the Listening to Modals documentation (via #1236) - thanks @wongjas!
    • Fix #1241: Update examples to use the logger instead of console.log (via #1242) - thanks @wongjas!
    • Cleanup Lambda example and docs around processBeforeResponse (via #1229) - thanks @ramblingenzyme!
    • Fix #1197: Japanese version of documents around extendedErrorHandler (via #1227) - thanks @wongjas!
    • Add documentation for socket mode and developer mode (via #1218) - thanks @TheManWhoStaresAtCode!
    • Fix #1219: Japanese version of additional socket mode and developer mode documentation (via #1226) - thanks @wongjas!
    • Fix #1010: Add documentation for view_closed support (via #1214) - thanks @TheManWhoStaresAtCode!
    • Fix #1200: Remove references to passing a port to the start method when using socket mode (via #1202) - thanks @filmaj!
  • Developer / maintainer-relevant changes:
    • Added a GitHub action and bot to automatically mark issues and PRs as stale after extended periods of inactivity (via #1213, #1225) - thanks @srajiang!

Here is the list of all the issues / pull requests included in the release: https://github.com/slackapi/bolt-js/milestone/16?closed=1

@slack/[email protected]

03 Nov 02:19
Compare
Choose a tag to compare

Here is the list of all the issues / pull requests included in the release: https://github.com/slackapi/bolt-js/milestone/15?closed=1

@slack/[email protected]

03 Nov 00:13
Compare
Choose a tag to compare

This version had a package file issue. Please use v3.8.1 or newer instead.

@slack/[email protected]

27 Sep 20:13
9303ab0
Compare
Choose a tag to compare

Loads of updates and improvements this go-around with the help of feedback from the community 🎉 Many many thanks!

@slack/[email protected]

19 Aug 20:11
Compare
Choose a tag to compare

@slack/[email protected]

20 Aug 03:58
Compare
Choose a tag to compare
Pre-release
  • Contains bumped version of @slack/web-api for hermesBeta