|
1 | 1 | ### Changelog |
2 | 2 |
|
3 | | -#### 0.8.0 (Next) |
| 3 | +#### 0.8.0 (2018/9/8) |
4 | 4 |
|
5 | 5 | * [#75](https://github.com/slack-ruby/slack-ruby-bot-server/pull/75): Default to `async-websocket` instead of `celluloid-io` - [@dblock](https://github.com/dblock). |
6 | 6 | * [#76](https://github.com/slack-ruby/slack-ruby-bot-server/pull/76): Adjust wait time on restart on Slack::Web::Api::Errors::TooManyRequestsError - [@dblock](https://github.com/dblock). |
7 | | -* Your contribution here. |
8 | 7 |
|
9 | | -#### 0.7.0 (8/22/2018) |
| 8 | +#### 0.7.0 (2018/8/22) |
10 | 9 |
|
11 | 10 | * [#60](https://github.com/slack-ruby/slack-ruby-bot-server/pull/60): Log caught Standard::Error backtrace at debug-level - [@alexagranov](https://github.com/alexagranov). |
12 | 11 | * [#65](https://github.com/slack-ruby/slack-ruby-bot-server/pull/65): Updated Capybara and selenium-webdriver - [@dblock](https://github.com/dblock). |
13 | 12 | * [#67](https://github.com/slack-ruby/slack-ruby-bot-server/pull/67): Only load the OTR::ActiveRecord::ConnectionManagement middleware when the OTR module is included. This module isn't needed when using Rails - [@darbyfrey](https://github.com/darbyfrey). |
14 | 13 | * [#74](https://github.com/slack-ruby/slack-ruby-bot-server/pull/74): Added ping worker, will restart offline bots - [@dblock](https://github.com/dblock). |
15 | 14 |
|
16 | | -#### 0.6.1 (3/29/2017) |
| 15 | +#### 0.6.1 (2017/3/29) |
17 | 16 |
|
18 | 17 | * [#54](https://github.com/slack-ruby/slack-ruby-bot-server/pull/54): Removing one more Mongoid dependency when rescuing from _invoke - [@alexagranov](https://github.com/alexagranov). |
19 | 18 | * [#53](https://github.com/slack-ruby/slack-ruby-bot-server/pull/53): No need for `otr-activerecord` if using activerecord under Rails - [@alexagranov](https://github.com/alexagranov). |
20 | 19 |
|
21 | | -#### 0.6.0 (3/12/2017) |
| 20 | +#### 0.6.0 (2017/3/12) |
22 | 21 |
|
23 | 22 | * [#38](https://github.com/slack-ruby/slack-ruby-bot-server/issues/7): Added ActiveRecord support - [@zachfeldman](https://github.com/zachfeldman), [@spencerldixon](https://github.com/spencerldixon), [@dblock](https://github.com/dblock). |
24 | 23 | * [#45](https://github.com/slack-ruby/slack-ruby-bot-server/pull/45): Updated grape-roar to 0.4.0 - [@swalberg](https://github.com/swalberg). |
25 | 24 | * [#49](https://github.com/slack-ruby/slack-ruby-bot-server/pull/49): Run tests in the sample apps part of CI - [@dblock](https://github.com/dblock). |
26 | 25 |
|
27 | | -#### 0.5.0 (2/9/2017) |
| 26 | +#### 0.5.0 (2017/2/9) |
28 | 27 |
|
29 | 28 | * [#43](https://github.com/slack-ruby/slack-ruby-bot-server/pull/43): Fix: `cannot load kaminari/grape` - [@dblock](https://github.com/dblock). |
30 | 29 | * [#43](https://github.com/slack-ruby/slack-ruby-bot-server/pull/43): Fix: `undefined method '[]' for nil:NilClass` in APIs - [@dblock](https://github.com/dblock). |
31 | 30 | * [#28](https://github.com/slack-ruby/slack-ruby-bot-server/pull/28): Use slack-ruby-danger gem - [@dblock](https://github.com/dblock). |
32 | 31 | * [#31](https://github.com/slack-ruby/slack-ruby-bot-server/pull/31): Adds MONGODB_URI as environment variable for MongoDB - [@corprew](https://github.com/corprew). |
33 | 32 |
|
34 | | -#### 0.4.0 (8/29/2016) |
| 33 | +#### 0.4.0 (2016/8/29) |
35 | 34 |
|
36 | 35 | * [#25](https://github.com/slack-ruby/slack-ruby-bot-server/pull/25): Added [danger](http://danger.systems), PR linting - [@dblock](https://github.com/dblock). |
37 | 36 | * The `reset` and `resetting` callbacks have been removed - [@dblock](https://github.com/dblock). |
38 | 37 | * Callbacks receive `team` and `error`, but no longer `server` - [@dblock](https://github.com/dblock). |
39 | 38 | * [#23](https://github.com/slack-ruby/slack-ruby-bot-server/issues/23): Fix: server-side removal of bot doesn't deactivate it - [@dblock](https://github.com/dblock). |
40 | 39 |
|
41 | | -#### 0.3.1 (7/10/2016) |
| 40 | +#### 0.3.1 (2016/7/10) |
42 | 41 |
|
43 | 42 | * [#22](https://github.com/slack-ruby/slack-ruby-bot-server/issues/22): Subclassing `SlackRubyBotServer::App` creates an `.instance` of child class - [@dblock](https://github.com/dblock). |
44 | 43 |
|
45 | | -#### 0.3.0 (7/4/2016) |
| 44 | +#### 0.3.0 (2016/7/4) |
46 | 45 |
|
47 | 46 | * Specify the server class via `SlackRubyBotServer.configure`, default is `SlackRubyBotServer::Server` - [@dblock](https://github.com/dblock). |
48 | 47 | * Added service management lifecycle callbacks when a new team is registered, deactivated, etc - [@dblock](https://github.com/dblock). |
49 | 48 |
|
50 | | -#### 0.2.0 (6/21/2016) |
| 49 | +#### 0.2.0 (2016/6/21) |
51 | 50 |
|
52 | 51 | * Relaxed dependency versions, notably enabling grape 0.16.2 and Swagger 0.21.0 that uses Swagger 2.0 spec - [@dblock](https://github.com/dblock). |
53 | 52 | * [#21](https://github.com/slack-ruby/slack-ruby-bot-server/issues/21): Fix: pass additional options through into `SlackRubyBot::Server` - [@dblock](https://github.com/dblock). |
54 | 53 |
|
55 | | -#### 0.1.1 (6/4/2016) |
| 54 | +#### 0.1.1 (2016/6/4) |
56 | 55 |
|
57 | 56 | * [#14](https://github.com/slack-ruby/slack-ruby-bot-server/pull/14): Moved config/initializers into the library - [@tmsrjs](https://github.com/tmsrjs). |
58 | 57 |
|
59 | | -#### 0.1.0 (6/1/2016) |
| 58 | +#### 0.1.0 (2016/6/1) |
60 | 59 |
|
61 | 60 | * Initial public release - [@dblock](https://github.com/dblock). |
62 | 61 | * Renamed slack-bot-server to slack-ruby-bot-server - [@dblock](https://github.com/dblock). |
|
0 commit comments