All Versions
30
Latest Version
Avg Release Cycle
89 days
Latest Release
1709 days ago
Changelog History
Page 3
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.