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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
### Changelog
2
2
3
-
#### 0.7.1 (Next)
3
+
#### 0.8.0 (Next)
4
4
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).
Copy file name to clipboardExpand all lines: UPGRADING.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
Upgrading Slack-Ruby-Bot-Server
2
2
===============================
3
3
4
+
### Upgrading to >= 0.8.0
5
+
6
+
### Different Asynchronous I/O Library
7
+
8
+
The library now uses [async-websocket](https://github.com/socketry/async-websocket) instead of [celluloid-io](https://github.com/celluloid/celluloid-io). If your application is built on Celluloid you may need to make changes and use `Async::Reactor.run` and the likes.
9
+
10
+
See [#75](https://github.com/slack-ruby/slack-ruby-bot-server/pull/75) for more information.
0 commit comments