forked from scrapinghub/slackbot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
62 lines (38 loc) · 1.91 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Release Notes - Slackbot - Version 0.5.2
--------------------------------------------
This release contains the following new features:
This release contains the following fixes:
* [#93, #160] Change "group" to "private channel" to match Slack terminology
(thanks, @DannyHinshaw!)
Release Notes - Slackbot - Version 0.5.1
--------------------------------------------
This release has nothing new, just to trigger a new pypi release after fixing pypi credentials.
Release Notes - Slackbot - Version 0.5.0
--------------------------------------------
This release contains the following new features:
* [#101, #111] Add support for http_proxy and no_proxy environment
variables
* [#109] message.channel can be compared to channel name or channel ID
* [#138, #144] Messages from other bots could raise exceptions
* [#141] The bot can now respond to users that joined after the bot logged
in
* [#149] utils.download_file() now accepts an optional token parameter
* [#136] Let slackbot add replies to a thread
* message.channel.upload_content() for uploading data without storing it in
a file first
* Official support for Python 3.6
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