You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
#### 0.10.1 (Next)
4
4
5
+
*[#101](https://github.com/slack-ruby/slack-ruby-bot-server/pull/101): Removed support for migrating from a legacy `SLACK_API_TOKEN` - [@dblock](https://github.com/dblock).
5
6
*[#98](https://github.com/slack-ruby/slack-ruby-bot-server/pull/98): Removed `unicorn` from gem dependencies - [@dblock](https://github.com/dblock).
6
7
*[#90](https://github.com/slack-ruby/slack-ruby-bot-server/pull/90): Update ActiveRecord sample app to support ENV variables in `postgresql.yml` - [@ashkan18](https://github.com/ashkan18).
Copy file name to clipboardExpand all lines: UPGRADING.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@ Upgrading Slack-Ruby-Bot-Server
3
3
4
4
### Upgrading to >= 0.10.1
5
5
6
+
#### Migration from SLACK_API_TOKEN
7
+
8
+
The code to automatically migrate from a legacy SLACK_API_TOKEN has been removed.
9
+
10
+
See [#101](https://github.com/slack-ruby/slack-ruby-bot-server/pull/101) for more information.
11
+
6
12
#### Unicorn Dependency
7
13
8
14
The dependency on `unicorn` has been removed from gemspec. Use `unicorn` or `puma` or another application server as you see fit by explicitly adding a dependency in your Gemfile.
0 commit comments