Sha256: dd0f3b75ceb7354a51d6c447112a32c174007f9fc79b8c55cbf21bd99f15ae6a
Contents?: true
Size: 1.3 KB
Versions: 1
Compression:
Stored size: 1.3 KB
Contents
# Change log ## 0.4.5 (2017-03-17) - Fixed #11. ([@palkan][]) ## 0.4.4 (2017-03-06) - Handle `StandardError` gracefully in RPC calls. ([@palkan][]) ## 0.4.3 (2017-02-18) - Update `grpc` version dependency to support Ruby 2.4. ([@palkan][]) ## 0.4.2 (2017-01-28) - Change socket streaming API. ([@palkan][]) Add `Socket#subscribe`, `unsubscribe` and `unsubscribe_from_all` methods. ## 0.4.1 (2017-01-24) - Introduce _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: ```ruby connection.handle_channel_command(identifier, command, data) ``` This method should return `true` if command was successful and `false` otherwise. ## 0.4.0 (2017-01-22) - Refactor RPC API. ([@palkan][]) Replace `Subscribe`, `Unsubscribe` and `Perform` methods with `Command` method. - Extract Rails functionality to separate gem. ([@palkan][]) All Rails specifics now live here https://github.com/anycable/anycable-rails. ## 0.3.0 (2016-12-28) - Handle `Disconnect` requests. ([@palkan][]) Implement `Disconnect` handler, which invokes `Connection#disconnect` (along with `Channel#unsubscribed` for each subscription). [@palkan]: https://github.com/palkan
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
anycable-0.4.5 | CHANGELOG.md |