Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Releases: Shopify/lita-slack

v2.0.1

23 Oct 20:20
6fd580b
Compare
Choose a tag to compare

#18 Move where block is yielded at connection: a block was yielded at the connection open because we wanted messages to only be processed when the websocket was already open. All messages are sent via the API anyway, we just go through the RTMConnection object to get the user->channel mapping, which is already populated by rtm_start data and doesn't depend on the websockets connection being up.

#21 Creates users and rooms after connecting to the websocket: creation of rooms and users was happening before the websocket got connected and in a Slack org with thousands of users and rooms it was exceeding the 30s timeout on the websocket URL provided by Slack. This moves the user and room creation to happen only once we secured the websocket connection.

v2.0.0

10 Sep 21:23
fddefaa
Compare
Choose a tag to compare
  • Add possibility to run with a block that will execute after the websocket connection is open. No changes in behavior should be seen if no block is passed in.
  • Add support for replies in threads.
  • Use API for private messages instead of websocket.
  • Setup redis for local development.

v1.8.3

07 Aug 19:25
d35cb8d
Compare
Choose a tag to compare
  • Added a touch more logging on websocket close

v1.8.2

26 Jan 15:23
7e45fe3
Compare
Choose a tag to compare

Add attachments to message extensions

v1.8.1

23 Jan 18:52
0d0569f
Compare
Choose a tag to compare
Merge pull request #4 from Shopify/rename-lita-slack

Rename lita-slack to shopify-lita-slack