Skip to content

Commit 17b32dd

Browse files
committed
Preparing for release, 0.8.0.
1 parent 9862bce commit 17b32dd

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

CHANGELOG.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,61 @@
11
### Changelog
22

3-
#### 0.8.0 (Next)
3+
#### 0.8.0 (2018/9/8)
44

55
* [#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).
66
* [#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.
87

9-
#### 0.7.0 (8/22/2018)
8+
#### 0.7.0 (2018/8/22)
109

1110
* [#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).
1211
* [#65](https://github.com/slack-ruby/slack-ruby-bot-server/pull/65): Updated Capybara and selenium-webdriver - [@dblock](https://github.com/dblock).
1312
* [#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).
1413
* [#74](https://github.com/slack-ruby/slack-ruby-bot-server/pull/74): Added ping worker, will restart offline bots - [@dblock](https://github.com/dblock).
1514

16-
#### 0.6.1 (3/29/2017)
15+
#### 0.6.1 (2017/3/29)
1716

1817
* [#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).
1918
* [#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).
2019

21-
#### 0.6.0 (3/12/2017)
20+
#### 0.6.0 (2017/3/12)
2221

2322
* [#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).
2423
* [#45](https://github.com/slack-ruby/slack-ruby-bot-server/pull/45): Updated grape-roar to 0.4.0 - [@swalberg](https://github.com/swalberg).
2524
* [#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).
2625

27-
#### 0.5.0 (2/9/2017)
26+
#### 0.5.0 (2017/2/9)
2827

2928
* [#43](https://github.com/slack-ruby/slack-ruby-bot-server/pull/43): Fix: `cannot load kaminari/grape` - [@dblock](https://github.com/dblock).
3029
* [#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).
3130
* [#28](https://github.com/slack-ruby/slack-ruby-bot-server/pull/28): Use slack-ruby-danger gem - [@dblock](https://github.com/dblock).
3231
* [#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).
3332

34-
#### 0.4.0 (8/29/2016)
33+
#### 0.4.0 (2016/8/29)
3534

3635
* [#25](https://github.com/slack-ruby/slack-ruby-bot-server/pull/25): Added [danger](http://danger.systems), PR linting - [@dblock](https://github.com/dblock).
3736
* The `reset` and `resetting` callbacks have been removed - [@dblock](https://github.com/dblock).
3837
* Callbacks receive `team` and `error`, but no longer `server` - [@dblock](https://github.com/dblock).
3938
* [#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).
4039

41-
#### 0.3.1 (7/10/2016)
40+
#### 0.3.1 (2016/7/10)
4241

4342
* [#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).
4443

45-
#### 0.3.0 (7/4/2016)
44+
#### 0.3.0 (2016/7/4)
4645

4746
* Specify the server class via `SlackRubyBotServer.configure`, default is `SlackRubyBotServer::Server` - [@dblock](https://github.com/dblock).
4847
* Added service management lifecycle callbacks when a new team is registered, deactivated, etc - [@dblock](https://github.com/dblock).
4948

50-
#### 0.2.0 (6/21/2016)
49+
#### 0.2.0 (2016/6/21)
5150

5251
* 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).
5352
* [#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).
5453

55-
#### 0.1.1 (6/4/2016)
54+
#### 0.1.1 (2016/6/4)
5655

5756
* [#14](https://github.com/slack-ruby/slack-ruby-bot-server/pull/14): Moved config/initializers into the library - [@tmsrjs](https://github.com/tmsrjs).
5857

59-
#### 0.1.0 (6/1/2016)
58+
#### 0.1.0 (2016/6/1)
6059

6160
* Initial public release - [@dblock](https://github.com/dblock).
6261
* Renamed slack-bot-server to slack-ruby-bot-server - [@dblock](https://github.com/dblock).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A library that contains a [Grape](http://github.com/ruby-grape/grape) API servin
1313

1414
### Stable Release
1515

16-
You're reading the documentation for the **next** release of slack-ruby-bot-server. Please see the documentation for the [last stable release, v0.7.0](https://github.com/slack-ruby/slack-ruby-bot-server/blob/v0.7.0/README.md) unless you're integrating with HEAD. See [UPGRADING](UPGRADING.md) when upgrading from an older version.
16+
You're reading the documentation for the **stable** release of slack-ruby-bot-server, v0.8.0. See [UPGRADING](UPGRADING.md) when upgrading from an older version.
1717

1818
### Try Me
1919

0 commit comments

Comments
 (0)