All Versions
15
Latest Version
Avg Release Cycle
91 days
Latest Release
2010 days ago
Changelog History
Page 2
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.
- ๐ง Configuration of Redis via the
-
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.
- ๐ DEPRECATION WARNING:
-
v1.3.5 Changes
- ๐ Fix bug where null messages are sent over WebSockets to client. Issue https://github.com/firehoseio/firehose/issues/51.
- โฌ๏ธ Drop support for Ruby 1.9.3. Documented official Ruby support policy in README.md