forked from scrapinghub/slackbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
25 lines (15 loc) · 787 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Release Notes - Slackbot - Version 0.4.1
--------------------------------------------
This release contains the following new features:
* [#82] - Support @default_reply decorator
Release Notes - Slackbot - Version 0.4.0
--------------------------------------------
This release contains the following new features:
* [#60] - Added support for aliases.
* [#67] Send tracebacks to a specified channel/group/user
* [#68] Respond to botname in addition to @botname
* [#71] Support importing individual plugin modules
* [#73] DEFAULT_REPLY can now be passed via environment variables.
* [#74] Update send_webapi to send as_user by default
* [#75] Support attachments in message.reply_webapi
* [#81] Improve reconnection logic to avoid getting 429 Too Many Request