node-slack-sdk

Slack Developer Kit for Node.js

MIT License

Downloads
33.1M
Stars
3.3K
Committers
190

Bot releases are hidden (Show)

node-slack-sdk - @slack/[email protected]

Published by filmaj over 2 years ago

  • Upgrade axios to 0.25 to address security vulnerabilities (via #1416) - thanks @seratch!
  • Add support for the admin.apps.requests.cancel API method (via #1413) - thanks @seratch!
  • Add the files and related properties and their types in conversations.replies API responses (via #1405 and #1403) - thanks @seratch!
  • Fix #1397: some fields in conversations.list API responses were missing their types (via #1398) - thanks @seratch!
  • Add the focus_on_load property to the views.* API responses (via #1386) - thanks @seratch!
  • Tweaking the User-Agent field when communicating with Slack APIs in the deno runtime (via #1384) - thanks @filmaj!

See the full list of issues/pull requests of this release here.

node-slack-sdk - @slack/[email protected]

Published by filmaj almost 3 years ago

  • Fix #1083: Add test to confirm clientOptions get passed to web-api (via #1359) - thanks @filmaj!
  • #1360: Add explicit check for enterprise id - thanks @stophecom!
  • Fix #1409: installerOptions.failure() options can be undefined (via #1410) - thanks @seratch!
  • #1411: Refactor the internals of InstallProvider for better null safety - thanks @seratch!

See the full list of issues/pull requests of this release here.

node-slack-sdk - @slack/[email protected]

Published by filmaj almost 3 years ago

See the full list of issues/pull requests of this release here.

node-slack-sdk - @slack/[email protected]

Published by srajiang almost 3 years ago

  • Adds support for apps.notifications.subscriptions.* API endpoints (Subscribe in Slack) -(#1401) thanks @srajiang
node-slack-sdk - @slack/[email protected]

Published by srajiang almost 3 years ago

  • Adds a new Metadata type (#1401) - thanks @srajiang!
node-slack-sdk - @slack/[email protected]

Published by srajiang almost 3 years ago

  • #1392, #1391 - Updates WorkflowStepView fields - thanks @srajiang @filmaj @bkeung!
node-slack-sdk - @slack/[email protected]

Published by seratch almost 3 years ago

  • #1349 #1350 @slack/type View changes cause compile errors - Thanks @amphro @misscoded
  • #1387 Add focus_on_load to the block element types - Thanks @seratch

See the full list of issues/pull requests of this release here.

node-slack-sdk - @slack/[email protected]

Published by seratch almost 3 years ago

  • #1365 Add team.* APIs for rtm.start migration - Thanks @seratch!
  • #1371 Add admin.users.session.resetBulk API support - Thanks @seratch!
  • #1336 Fix #1326 Add admin.conversations.{get|set|remove}CustomRetention API - Thanks @seratch!
  • #1373 Remove invalid arguments from oauth.v2.exchange API method - Thanks @seratch!
  • #1351 Add pronouns to user.profile response data - Thanks @seratch!
  • #1341 #1348 #1362 Add new properties to web-api responses - Thanks @seratch!
  • #1337 #1132 web-api token should be passed in header instead of body param - Thanks @filmaj!
  • #1334 Upgrade axios once nock issue is resolved - Thanks @filmaj!
  • #1321 Fix #1302 Invalid JSON string causing "Cannot create property 'response_metadata' on string" error - Thanks @seratch @wizar!
  • #1374 Disable typescript-eslint/no-explicit-any in internal code of web-api - Thanks @seratch!
  • #1324 #1320 Fix #1318 Add notice comments to auto-generated source files - Thanks @seratch!

See the full list of issues/pull requests of this release here.

node-slack-sdk - @slack/[email protected]

Published by seratch almost 3 years ago

  • #1317 Add more event data to event listener arguments - Thanks @seratch!
  • #1322 #1251 CVE-2021-32640 - "ws" is vulnerable to ReDoS attacks - Thanks @seratch @simeon95!
  • #1205 Add unit tests for @slack/socket-mode - Thanks @seratch!

See the full list of issues/pull requests of this release here.

node-slack-sdk - @slack/[email protected]

Published by misscoded about 3 years ago

New Features (Beta)

App Manifests

This release includes support for app manifests. The apps.manifest.* endpoints can be used to create, delete, update, and copy your Slack apps with ease. New endpoints include:

Changes

Added support for App Manifest Endpoints (#1355) - Thanks, @misscoded!

node-slack-sdk - @slack/[email protected]

Published by srajiang about 3 years ago

  • Adds an option to disable default state verification during OAuth flow - Thanks @srajiang and @seratch!
  • Better error handling when users cancel installations (#1186, #1333) - Thanks @filmaj and @misscoded!
node-slack-sdk - @slack/[email protected]

Published by srajiang about 3 years ago

  • Adds Message Metadata property to chatPostMessage + chatUpdate (#1309, #1308) - Thanks, @srajiang
node-slack-sdk - @slack/[email protected]

Published by srajiang about 3 years ago

  • Split View type for improved linting (#1276) - Thanks @alexjamesmalcolm!
  • Split Option into PlainTextOption and MrkdwnOption (#1270, #1268) - Thanks, @rr-codes!
node-slack-sdk - @slack/[email protected]

Published by srajiang about 3 years ago

  • Added Sign in With Slack (OpenID Connect) support (#1296, #1307) - Thanks @seratch
  • Add Slack Connect APIs response types and tests (#1284, #1283, #1306) - Thanks, @srajiang and @seratch
  • Adding "private" property in shares in files API responses (#1294, #1303) - Thanks, @seratch and @JeanBarriere.
  • Added more info to rate limited error exception message (#1214, #1312) - Thanks @seratch
  • Updated admin.users.invite endpoint (#1297, #1298) - Thanks @stevengill!
node-slack-sdk - @slack/[email protected]

Published by misscoded over 3 years ago

  • Added support for token rotation (#1287) - Thanks, @misscoded!
  • Added support for FileInstallationStore (#1279) - Thanks, @misscoded!
  • Added support for deleteInstallation method off of InstallationStore (#1272) - Thanks, @misscoded!
node-slack-sdk - @slack/[email protected]

Published by misscoded over 3 years ago

  • Add Slack Connect (conversations.*) and admin.auth.policy.* support (#1283, #1284) - Thanks, @srajiang!
  • Updated Web API response types (#1285) - Thanks, @seratch!
  • Added Node 16.x to the CI (#1249) - Thanks, @connorads!
  • Fixed the PinsAddArguments and PinsRemoveArguments interfaces (#1277) - Thanks, @rr-codes!
  • Added support for Axios timeout customization (#1264) - Thanks, @misscoded!
node-slack-sdk - @slack/[email protected]

Published by misscoded over 3 years ago

#1226 Add type support for the time picker block element - Thanks, @raycharius!
#1189 Fix misspelled words - Thanks, @seratch!

node-slack-sdk - @slack/[email protected]

Published by misscoded over 3 years ago

#1258 Update README + docs with deprecation notice - Thanks, @misscoded!
#1189 Fix misspelled words - Thanks, @seratch!

node-slack-sdk - @slack/[email protected]

Published by misscoded over 3 years ago

#1258 Update README + docs with deprecation notice - Thanks, @misscoded!
#1194 Remove broken CI badges from READMEs - Thanks, @seratch!

node-slack-sdk - @slack/[email protected]

Published by seratch over 3 years ago

  • #1187 Fix #1185 Add state metadata to Installation interface - Thanks @misscoded @seratch!
  • #1206 Pass logger through to WebClient and fix broken logLevel warning - Thanks @sommd!
  • #1208 Resolve inconsistent package dependencies across slack packages - Thanks @seratch!

See the full list of issues/pull requests of this release here.

Package Rankings
Top 0.63% on Npmjs.org
Top 6.73% on Proxy.golang.org
Top 40.42% on Repo1.maven.org
Top 0.6% on Deno.land
Badges
Extracted from project README
build-ci