This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
Releases: transferwise/pipelinewise-tap-slack
Releases · transferwise/pipelinewise-tap-slack
1.1.1 (2023-03-01)
-
Increase page size to 1000 is users list endpoint which is the default and max of the slack API to mitigate rate limiting when iterating through pages.
-
Change from deprecated
slackclient
to recommendslack-sdk
which has a similar APIs.
1.1.0 (2020-10-20)
- Extract user profiles from
users.list
API endpoint - Extract message attachments from
conversations.history
API endpoint - Fixed an issue when incremental bookmarks were not sent correctly in the
STATE
messages
1.0.1 (2020-10-02)
- Fixed an issue when
thread_ts
values were not populated correctly inmessages
andthreads
streams
1.0.0 (2020-09-30)
- Initial release and fork of https://github.com/singer-io/tap-slack 1.0.0