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

Changelog History
Page 1

  • v2.0.2 Changes

    • [CHANGED] made encryption_master_key_base64 globally configurable
  • v2.0.1 Changes

    • ๐Ÿ“„ [CHANGED] Only include lib and essential docs in gem.
  • v2.0.0 Changes

    • 0๏ธโƒฃ [CHANGED] Use TLS by default.
    • ๐Ÿšš [REMOVED] Support for Ruby 2.4 and 2.5.
    • ๐Ÿ”ง [FIXED] Handle empty or nil configuration.
    • ๐Ÿšš [REMOVED] Legacy Push Notification integration.
    • [ADDED] Stalebot and Github actions.
  • v1.4.3 Changes

    October 28, 2020
    • [FIXED] Remove newline from end of base64 encoded strings, some decoders don't like them.
  • v1.4.2 Changes

    October 20, 2020
    • [FIXED] Return shared_secret to support authenticating encrypted channels. Thanks @Benjaminpjacobs
  • v1.4.1 Changes

    October 05, 2020
    • [CHANGED] Remove rbnacl from dependencies so we don't get errors when it isn't required. Thanks @y-yagi!
  • v1.4.0 Changes

    October 02, 2020
    • [ADDED] Support for end-to-end encryption.
  • v1.3.3 Changes

    July 02, 2019
    • [CHANGED] Rewording to clarify "Pusher Channels" or simply "Channels" product name.
  • v1.3.2 Changes

    October 17, 2018
    • [FIXED] Return a specific error for "Request Entity Too Large" (body over 10KB).
    • [ADDED] Add a use_tls option for SSL (defaults to false).
    • [ADDED] Add a from_url client method (in addition to existing from_env option).
    • [CHANGED] Improved documentation and fixed typos.
    • [ADDED] Add Ruby 2.4 to test matrix.
  • v1.3.1 Changes

    March 15, 2017
    • [FIXED] Added missing client batch methods to default client delegations
    • [CHANGED] Document raised exception in the authenticate method
    • [FIXED] Fixes em-http-request from using v2.5.0 of addressable breaking builds.