Skip to content

Releases: pinterest/slackminion

2.0.2

23 Sep 20:49
3398819

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

08 Feb 19:44
d71c0ad

Choose a tag to compare

What's Changed

  • Don't throw an exception when a message has no text by @jogo in #68
  • Apply black formatting by @jogo in #67

Full Changelog: 2.0.0...2.0.1

Slack SDK update and async improvements

02 Feb 22:56
684a515

Choose a tag to compare

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

02 Feb 23:32
a6512fc

Choose a tag to compare

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

15 Dec 00:23
5d07a66

Choose a tag to compare

Merge pull request #53 from amckenna-pinterest/master

fix all_names attribute, add tests

Allow passing of arbitrary arguments to state handler plugin.

16 Nov 19:54
0f77ba5

Choose a tag to compare

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

16 Jun 18:12
5845e7a

Choose a tag to compare

Merge pull request #49 from amckenna-pinterest/fix_plugins

update version

Add async support for plugin events

09 Jun 16:44
4bab6bd

Choose a tag to compare

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

07 Jun 23:59
008d935

Choose a tag to compare

Restore RTMClient event type so it can be used for event routing

Minor refactor / bugfix for plugin subscribe

07 Jun 18:56
fb70e2e

Choose a tag to compare

Merge pull request #45 from amckenna-pinterest/update_event_handling

refactor variable names, add additional code to support arbitrary e…