Releases: edgurgel/poxa
Releases · edgurgel/poxa
Poxa 0.3.2
- Fix Poxa console to work also on SSL connections. Thanks to @darrencauthon !;
- Ensure double JSON encoding on data keys on events;
- Refactor some parts to improve readability;
- Drop support to Elixir 0.15.*;
- Fix unsubscription on Presence channels.
Poxa 0.3.1
- Refactor channel specific code to Channel and PresenceChannel modules;
- Use conform to configure releases;
Poxa 0.3.0
- Drop lager and use Elixir Logger instead;
- Add integration tests to most events;
- Update packages;
- Change releases to not include Erlang binaries;
Poxa 0.2.0
- The cacertfile file is optional now to run using SSL. Thanks to @darrencauthon!
- Ensure support to Elixir
~> 0.14.2
; - Update deps.
Release file includes Erlang 17.0 and Elixir 0.14.3.
Poxa 0.1.0
- 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;
Poxa 0.0.8
Poxa 0.0.7
- 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
Poxa 0.0.6
- Fix user_id sanitization
- Use just one process property for presence channels
- Upgrade to Elixir 0.10.1
Poxa 0.0.5
- 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.
Poxa 0.0.4
- 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.