Releases: pinterest/slackminion
Releases · pinterest/slackminion
2.0.2
2.0.1
Slack SDK update and async improvements
What's Changed
- Remove extra (double etc.) spaces in _parse_message by @jogo in #60
- Stop using setup.py test and install by @jogo in #57
- Upgrade github actions to v2 by @jogo in #56
- Remove unused imports according to flake8 by @jogo in #58
- Add isort for import ordering by @jogo in #59
- Use await/async thanks to slack_sdk by @jogo in #61
- Fix tests for async by @jogo in #64
- Bump version to 2.0.0 by @jogo in #62
- Drop six as a dependency by @jogo in #63
- Remove codeclimate logic by @jogo in #65
Full Changelog: 1.2.0...2.0.0
Revert slack_sdk update for 1.2.x
Updating to slack_sdk required some api-breaking changes in slackminion. The 1.2.0 version may not correctly send messages to slack due to these changes.
Fix bug in all_names attribute
Merge pull request #53 from amckenna-pinterest/master fix all_names attribute, add tests
Allow passing of arbitrary arguments to state handler plugin.
Merge pull request #51 from amckenna-pinterest/fix_channel_list Fix all_names attribute in SlackConversation, improve test coverage
Add self.plugins to bot class for backward compatibility
Merge pull request #49 from amckenna-pinterest/fix_plugins update version
Add async support for plugin events
Merge pull request #47 from amckenna-pinterest/slack_sdk Add async support for handle_event in plugins
1.1.4: Merge pull request #46 from amckenna-pinterest/slack_sdk
Restore RTMClient event type so it can be used for event routing
Minor refactor / bugfix for plugin subscribe
Merge pull request #45 from amckenna-pinterest/update_event_handling refactor variable names, add additional code to support arbitrary e…