All Versions
36
Latest Version
Avg Release Cycle
59 days
Latest Release
1064 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.4.4 Changes
March 06, 2017- ๐ Handle
StandardError
gracefully in RPC calls. ([@palkan][])
- ๐ Handle
-
v0.4.3 Changes
February 18, 2017- โก๏ธ Update
grpc
version dependency to support Ruby 2.4. ([@palkan][])
- โก๏ธ Update
-
v0.4.2 Changes
January 28, 2017- ๐ Change socket streaming API. ([@palkan][])
Add
Socket#subscribe
,unsubscribe
andunsubscribe_from_all
methods. -
v0.4.1 Changes
January 24, 2017Introduce fake socket instance to handle transmissions and streams. ([@palkan][])
๐ Make commands handling more abstract. ([@palkan][])
We now do not explicitly call channels action but use the only one entrypoing for all commands:
connection.handle_channel_command(identifier, command, data)
This method should return
true
if command was successful andfalse
otherwise. -
v0.4.0 Changes
January 22, 2017- ๐จ Refactor RPC API. ([@palkan][])
Replace
Subscribe
,Unsubscribe
andPerform
methods withCommand
method.- ๐ Extract Rails functionality to separate gem. ([@palkan][])
๐ All Rails specifics now live here https://github.com/anycable/anycable-rails.
-
v0.3.0 Changes
December 28, 2016- ๐ Handle
Disconnect
requests. (@palkan)
Implement
Disconnect
handler, which invokesConnection#disconnect
(along withChannel#unsubscribed
for each subscription). - ๐ Handle