All Versions
15
Latest Version
Avg Release Cycle
91 days
Latest Release
2010 days ago

Changelog History
Page 2

  • v1.3.9 Changes

    • ๐Ÿ›  Bugfix: Prevent channel sequence of 0 when there's messages buffered.
  • v1.3.8 Changes

    • ๐Ÿ›  Fix params parsing for multiplexed subscriptions
    • ๐Ÿ›  Fix http long poll spec related to params parsing
  • v1.3.7 Changes

    • ๐Ÿ”ง Configuration of Redis via the Firehose::Server.redis object.
    • ๐Ÿšš Less rubygem dependencies: JSON gem removed because its included in Ruby 2.x
    • ๐Ÿšš DEPRECATED: firehose javascript command will be removed. Those have been moved to https://github.com/firehoseio/js_client.
    • โž• Add support for per-subscriber message filtering via Firehose::Server::MessageFilter interface
    • โž• Add Firehose::Server::ChannelSubscription::Failed Exception which can be raised by custom message filters to abort a channel subscription and return an error to the client.
  • v1.3.6 Changes

    • ๐Ÿšš DEPRECATION WARNING: firehose javascript has been removed from this project.
    • ๐Ÿ› BUG: The null message bug fix in 1.3.5 introduce different behavior into the messages delivered when a client reconnects with a last_sequence. This has been corrected and 1.3.5 will be yanked.
  • v1.3.5 Changes