All Versions
36
Latest Version
Avg Release Cycle
59 days
Latest Release
736 days ago

Changelog History
Page 4

  • v0.4.4 Changes

    March 06, 2017
    • 🖐 Handle StandardError gracefully in RPC calls. ([@palkan][])
  • v0.4.3 Changes

    February 18, 2017
    • ⚡️ Update grpc version dependency to support Ruby 2.4. ([@palkan][])
  • v0.4.2 Changes

    January 28, 2017
    • 🔄 Change socket streaming API. ([@palkan][])

    Add Socket#subscribe, unsubscribe and unsubscribe_from_all methods.

  • v0.4.1 Changes

    January 24, 2017
    • 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:

    connection.handle_channel_command(identifier, command, data)
    

    This method should return true if command was successful and false otherwise.

  • v0.4.0 Changes

    January 22, 2017
    • 🔨 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.

  • v0.3.0 Changes

    December 28, 2016
    • 🖐 Handle Disconnect requests. (@palkan)

    Implement Disconnect handler, which invokes Connection#disconnect (along with Channel#unsubscribed for each subscription).