All Versions
30
Latest Version
Avg Release Cycle
87 days
Latest Release
-

Changelog History
Page 3

  • v0.17.0 Changes

    February 22, 2016
    • [ADDED] Introduce the cluster option.
  • v0.16.0 Changes

    January 21, 2016
    • [CHANGED] Bump httpclient version to 2.7
    • [REMOVED] Ruby 1.8.7 is not supported anymore.
  • v0.15.2 Changes

    December 03, 2015
    • [CHANGED] Documented Pusher.channel_info, Pusher.channels
    • [ADDED] Added Pusher.channel_users
  • v0.15.1 Changes

    November 03, 2015
    • [FIXED] Fixed a bug where the authenticate method added in 0.15.0 wasn't exposed on the Pusher class.
  • v0.15.0 Changes

    November 02, 2015
    • [ADDED] Added Pusher.authenticate method for authenticating private and presence channels. This is prefered over the older Pusher['a_channel'].authenticate(...) style.
  • v0.14.6 Changes

    September 29, 2015
    • [CHANGED] Updated to use the pusher-signature gem instead of signature. This resolves namespace related issues.
  • v0.14.5 Changes

    May 11, 2015
    • [SECURITY] Prevent auth delegation trough crafted socket IDs
  • v0.14.4 Changes

    January 20, 2015
    • [SECURITY] Prevent timing attack, update signature to v0.1.8
    • [SECURITY] Prevent POODLE. Disable SSLv3, update httpclient to v2.5
    • [FIXED] Fix channel name character limit.
    • [ADDED] Adds support for listing users on a presence channel
  • v0.14.3 Changes

    January 20, 2015

    ๐Ÿš€ Yanked, bad release

  • v0.14.2 Changes

    October 16, 2014

    ๐Ÿš€ First release with a changelog !

    • Bump httpclient to v2.4. See #62 (POODLE SSL)
    • Fix limited channel count at README.md. Thanks @tricknotes