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 hello-ashleyintech almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]

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

Published by hello-ashleyintech almost 2 years ago

What's Changed

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]

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

Published by filmaj almost 2 years ago

What's Changed

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

Published by hello-ashleyintech about 2 years ago

What's Changed

New Contributors

This release is a beta release and is not production ready.
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]

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

Published by filmaj over 2 years ago

  • Fix #1506: handleInstallPath throws an error when stateVerification is false (via #1507) - thanks @rockingskier !

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

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

Published by filmaj over 2 years ago

  • #1502 Add timezone property to Timepicker block element (via #1503) - thanks @hello-ashleyintech !

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

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

Published by seratch over 2 years ago

  • #1504 Adding Message Metadata support - thanks @dannyhostetler !

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

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

Published by seratch over 2 years ago

  • Improve InstallationProvide logic not to save new data when token rotation is enabled plus the tokens are not refreshed (via #1497 ) - thanks @omermizr!

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

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

Published by seratch over 2 years ago

  • #1496 Fix #1495 SocketModeClient still fails to automatically reconnect when apps.connections.open API returns an error code - Thanks @seratch @levenleven

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

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

Published by seratch over 2 years ago

  • Add domain to team.info API parameters (via #1457) - thanks @seratch
  • Fix #1490 Add missing properties to UsersInfoResponse (via #1491) - thanks @seratch @AdriannaBeck
  • #1476 Tweaking logic for warning when using conversation APIs that are missing accessibility parameters (via #1479) - thanks @filmaj @saveman71

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

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

Published by filmaj over 2 years ago

  • #1478: Add accessibility_label field to Button interface - thanks @kpeters-cbsi !
  • #1462: Add app unfurl related properties in attachments (fixed via #1463) - thanks @seratch !

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

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

Published by seratch over 2 years ago

  • Fix a bug where additional cookies set by beforeRedirection are overwritten (via #1485 ) - thanks @seratch!

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

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

Published by seratch over 2 years ago

  • #1465 #1470 Fix #1243 #1464 Socket Mode reconnection issue - Thanks @seratch @Zenexer @kyman2001
  • #1456 Fix #1455 bolt-js's ack(string) does not work in Socket Mode - Thanks @seratch
  • #1459 Fix #1450 Add isActive property to the SocketModeClient - Thanks @seratch
  • #1467 Split SocketModeClient.ts into several files - Thanks @seratch
  • #1466 Add envelope_id to Socket Mode listener arguments - Thanks @seratch
  • #1458 Add skip comments for any type warnings in socket-mode module - Thanks @seratch

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

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

Published by seratch over 2 years ago

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

Published by seratch over 2 years ago

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

Published by seratch over 2 years ago

  • Improve debug-level logging in InstallProvider#handleInstallPath() (via #1451) - thanks @seratch!

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

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

Published by seratch over 2 years ago

  • Add missing parameters in chat.update API method (via #1433) - thanks @seratch!
  • Upgrade the minimum axios version to the latest (web-api) (via #1447 ) - thanks @seratch!
  • Fix #1452 fields[key].label is missing in users.profile.get responses (via #1453 ) - thanks @seratch @75asa!
  • Auto code generation added Huddles / clip related properties to response types - thanks @seratch!

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

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

Published by seratch over 2 years ago

Changes

  • Fix #1435: Proper use of state parameter for the OAuth CSRF protection (via #1436) - thanks @seratch!
  • Fix #1439: Add built-in StateStore implementations using server-side database (via #1441) - thanks @seratch!
  • Fix #1438: Add more callbacks (beforeRedirection, before/afterInstallation, async success/failure) in InstallProvider (via #1442) - thanks @seratch!
  • Re-organize the source files in the OAuth package (via #1430) - thanks @seratch!
  • Add error types to exposed ones from @slack/oauth (via #1431) - thanks @seratch!
  • Update FileInstallationStore to behave more consistently (via #1437) - thanks @seratch!
  • Fix eslint warnings and TODOs in OAuth module (via #1425) - thanks @seratch!
  • Rename sub directory for installation stores (via #1443) - thanks @seratch!
  • Add exported interface types that were missing in v2.5.0-rc1 release (via #1446) - thanks @seratch!

Document changes

  • Fix docs callbackOptions.success param to be installOptions (via #1429) - thanks @mwbrooks!
  • Adding documentation for handleInstallPath, beforeRedirection, beforeInstallation, afterInstallation (via #1448) - thanks @filmaj

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

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

Published by filmaj over 2 years ago

  • Fix docs callbackOptions.success param to be installOptions (via #1429) - thanks @mwbrooks!
  • Re-organize the source files in the OAuth package (via #1430) - thanks @seratch!
  • Fix eslint warnings and TODOs in OAuth module (via #1425) - thanks @seratch!
  • Add error types to exposed ones from @slack/oauth (via #1431) - thanks @seratch!
  • Update FileInstallationStore to behave more consistently (via #1437) - thanks @seratch!
  • Fix #1439: Add built-in StateStore implementations using server-side database (via #1441) - thanks @seratch!
  • Fix #1435: Proper use of state parameter for the OAuth CSRF protection (via #1436) - thanks @seratch!
  • Fix #1438: Add more callbacks (beforeRedirection, before/afterInstallation, async success/failure) in InstallProvider (via #1442) - thanks @seratch!
  • Rename sub directory for installation stores (via #1443) - thanks @seratch!

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

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

Published by filmaj over 2 years ago

  • Add accessibility_label to button type block element (via #1419) - thanks @seratch!
  • Add admin.users.unsupportedVersions.export API support (via #1420) - thanks @seratch!
  • Generate Web API response types including bookmarks.* (via #1423) - thanks @seratch!
  • Include Retry-After raw response header value when throwing an error due to invalid Retry-After header (via #1426) - thanks @filmaj!
  • Add bookmarks.* API methods (via #1427) - thanks @srajiang!

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