Releases: sgratzl/slack_cleaner2
Releases · sgratzl/slack_cleaner2
Release list
Bugfix release
Release v3.1.1
Bugfix Release
the list_files api uses a different type of pagination than other endpoints. This bugfix should make sure the right one is being used
Release v3.1.0
Lazy Evaluations and Rate Limit Handling
major refactoring within the code to lazy fetch channels, channel members, and users. This leads to an improved scalability and faster start up time.
- Users are fetched one by one unless all users are iterated over
- Channels members are only fetched upon access of the
.membersattribute - Channels are fetched upon access
in addition, there is support for listing and deleting message reactions
Bugfix Release v3.0.7
add support for adding team_id for organization wide tokens
Bugfix Release v3.0.5
add new "show_files_hidden_by_limit" flag for listing files
Bugfix Release v3.0.3
- workaround for slack error:
fetch_members_failedby handling it gracefully and not trying to fetch members of archived channels
Bugfix Release v3.0.1
fixes #41 by adding the missing requests dependency
Migrate to official slack api package
migrate to https://github.com/slackapi/python-slack-sdk (see #38)
Bugfix Release v2.4.3
Pagination
- implements a proper pagination for listing messages, channels, replies, and files