All Versions
57
Latest Version
Avg Release Cycle
444 days
Latest Release
1359 days ago

Changelog History
Page 6

  • v0.3.1 Changes

    March 09, 2010
    • Pass client down through Rack stack as env['faye.client']
    • ๐Ÿ”จ Refactor some JavaScript internals to mirror Ruby codebase
  • v0.3.0 Changes

    March 01, 2010
    • โž• Add server-side clients for Node.js and Ruby environments
    • ๐Ÿ‘ Clients support both HTTP and in-process transports
    • ๐Ÿ›  Fix ID generation in JavaScript version to 128-bit IDs
    • ๐Ÿ›  Fix bug in interpretation of ** channel wildcard
    • ๐Ÿ‘‰ Users don't have to call #connect() on clients any more
    • ๐Ÿ›  Fix timeout race conditions that were killing active connections
    • ๐Ÿ‘Œ Support new Node APIs from 0.1.29.
  • v0.2.2 Changes

    February 10, 2010
    • Kick out requests with malformed JSON as 400s
  • v0.2.1 Changes

    February 04, 2010
    • ๐Ÿ›  Fix server-side flushing of callback-polling connections
    • Backend can be used cross-domain if running on Node or Thin
  • v0.2.0 Changes

    February 02, 2010
    • Port server to JavaScript with an adapter for Node.js
    • ๐Ÿ‘Œ Support Thin's async responses in the Ruby version for complete non-blocking
    • ๐Ÿ›  Fix some minor client-side bugs in transport choice
  • v0.1.1 Changes

    July 26, 2009
    • ๐Ÿ›  Fix a broken client build
  • v0.1.0 Changes

    June 15, 2009
    • ๐Ÿ’Ž Ruby Bayeux server and Rack adapter
    • ๐ŸŒ Internally evented using EventMachine, web frontend blocks
    • JavaScript client with long-polling and callback-polling