Skip to content

Releases: slackapi/node-slack-sdk

@slack/client v3.5.1

06 Jul 19:48
Compare
Choose a tag to compare
  • Updates lodash from ^3.10.1 to ^4.13.1. And means it.
  • Minor tweaks to existing documentation and example code to make them consistent with each other. Because hobgoblins are friendly and love you.

@slack/client v3.5.0

15 Jun 01:02
Compare
Choose a tag to compare

@slack/client v3.4.0

01 Jun 04:04
Compare
Choose a tag to compare

@slack/client v3.3.0

25 May 02:10
Compare
Choose a tag to compare
  • Creates a memory data store by default if an undefined, but not false|null value is passed for opts.dataStore
  • Aliases the retry policies to be human readable

@slack/client v3.2.1

25 May 02:02
Compare
Choose a tag to compare
  • Updates the RTM client to emit an UNABLE_TO_RTM_START event when all reconnection attempts are exhausted, rather than throwing an error
  • Suppresses some spurious log lines when tests are run

@slack/client v3.2.0

24 May 02:24
Compare
Choose a tag to compare
  • Updates the _makeAPICall method to make the optional API args param optional to pass in, so the third param to this function can be either an opts object or a cb. This is to allow us to add optional arguments to API methods without it being a breaking change.
  • Fixes the retry-after header name and adds a numeric fallback if the retry-after value can't be parsed, thanks @foiseworth!
  • Adds new API methods to various facets
  • Adds optional arguments to:
    • files.comments.add: adds a channel param, for the channel id of the location to associate with the new comment
    • chat.delete: adds a boolean as_user param, to support deleting a message as the authed user

@slack/client v3.1.1

19 May 20:28
Compare
Choose a tag to compare
  • Removes the DM facet
  • Updates the aliasing approach for IM / DM to correctly alias DM to the IM Facet

@slack/client v3.1.0

02 May 06:32
Compare
Choose a tag to compare

@slack/client v3.0.0

02 May 06:29
Compare
Choose a tag to compare

@slack/client v2.3.0

29 Mar 06:17
Compare
Choose a tag to compare
  • Caches messages on the RTM client, to improve handling in cases where message send fails
  • Removes the handler for the websocket level ping handler (not the RTM API level ping handler)
  • Refactors the logic for handling ws send responses to a single function