All Versions
30
Latest Version
Avg Release Cycle
89 days
Latest Release
1709 days ago

Changelog History
Page 3

  • v0.3.1 Changes

    September 16, 2014
    • ๐Ÿ”จ Refactor channel specific code to Channel and PresenceChannel modules;
    • ๐Ÿš€ Use conform to configure releases;
  • v0.3.0 Changes

    September 13, 2014
    • โฌ‡๏ธ Drop lager and use Elixir Logger instead;
    • โž• Add integration tests to most events;
    • โšก๏ธ Update packages;
    • ๐Ÿš€ Change releases to not include Erlang binaries.
  • v0.2.0 Changes

    August 01, 2014
    • The cacertfile file is optional now to run using SSL. Thanks to @darrencauthon!
    • ๐Ÿ‘ Ensure support to Elixir ~> 0.14.2;
    • โšก๏ธ Update deps.
  • v0.1.0 Changes

    May 24, 2014
    • ๐Ÿ‘‰ Use extracted library Signaturex to validate HTTP signed requests;
    • โž• Add lifetime to disconnection event on Console;
    • โšก๏ธ Update to Elixir 0.13.*;
    • ๐Ÿ‘‰ Use Maps where ListDicts were before;
    • ๐Ÿ‘‰ Use hex dependencies where possible (JSEX and Signaturex);
    • ๐Ÿš€ Use exrm to release.
  • v0.0.8 Changes

    April 21, 2014
    • โฌ†๏ธ Upgrade to Elixir 0.12.4;
    • โšก๏ธ Update dependencies;
    • ๐Ÿ‘ Return correct error codes on non supported protocol and wrong app_key;
    • ๐Ÿ‘Œ Support only Pusher Protocol between 5-7;
    • โž• Add real-time Console to follow events happening on Poxa.
  • v0.0.7 Changes

    January 20, 2014
    • โฌ†๏ธ Upgrade to Elixir 0.12.1;
    • โž• Add simple integration test;
    • ๐Ÿ‘Œ Support protocol 7;
    • Check for protocol when connecting websockets;
    • โšก๏ธ Update deps;
    • โœ‚ Remove deprecated code on crypto.
  • v0.0.6 Changes

    August 23, 2013
    • ๐Ÿ›  Fix user_id sanitization
    • ๐Ÿ‘‰ Use just one process property for presence channels
    • โฌ†๏ธ Upgrade to Elixir 0.10.1
  • v0.0.5 Changes

    July 29, 2013
    • โœ‚ Remove duplicated userinfo on presence subscription success;
    • ๐ŸŽ Use gproc:goodbye/0 instead of automatic cleanup for performance reasons;
    • โœ‚ Remove shared counters and use simple gproc properties.
  • v0.0.4 Changes

    July 26, 2013
    • ๐Ÿ›  Fix the way we check connections from the same user on presence-channels. This was leading to a critical error on presence channels;
    • โšก๏ธ Update JSEX dependency.
  • v0.0.3 Changes

    July 24, 2013
    • โšก๏ธ Update to Elixir 0.10.0;
    • โž• Add partial support to REST api:
      • /channels
      • /channels/:channel_name
      • /channels/:channel_name/users
    • โž• Add automated releases using relex;
    • ๐Ÿ›  Bugfixes.