All Versions
30
Latest Version
Avg Release Cycle
89 days
Latest Release
1739 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.7.1 Changes
February 21, 2018- โ Remove secret from logs #114
- ๐ Fix Channels handler json encoding #119 #117
-
v0.7.0 Changes
January 14, 2018- โก๏ธ Update all the things! #105
- ๐ฐ Ability to change payload limit #107
-
v0.6.0 Changes
May 29, 2016- ๐ Automate docker build: https://hub.docker.com/r/edgurgel/poxa-automated/
- Webhooks (Thanks to @iurifq ๐ ) #60 #72
- โ Add channel vacated and occupied events to console (Thanks to @iurifq ๐ ) #70
- Extract gproc to be an adapter #74
- โก๏ธ Update deps in general
-
v0.5.0 Changes
December 14, 2015- โก๏ธ Update
cowboy
andranch
- โก๏ธ Update
-
v0.4.3 Changes
September 03, 2015- โ Add edip dependency to generate docker images
- โก๏ธ Update exrm
- ๐ Validate channel name according to pusher docs (waffleio#4). Thanks to @burtonjc :tada:
-
v0.4.2 Changes
July 10, 2015- โ Add missing configuration steps for releases with SSL enabled
-
v0.4.1 Changes
July 06, 2015- ๐ Fix pusher:error generation;
- ๐จ Refactor internals;
- โ Add missing websocket_handle for ping frames;
-
v0.4.0 Changes
May 31, 2015- ๐จ Refactor internal modules Authentication and PusherEvent;
- Document several modules;
- Validate channel name and socket id on Events endpoint;
- Generate socket id using the pattern "NUMBER.NUMBER" according to Pusher's format;
-
v0.3.3 Changes
February 22, 2015- ๐จ Refactor internals (Console, EventsHandler, Subscription, etc)
- Add filter_by_prefix to /channels endpoint. Thanks to @tobycox
-
v0.3.2 Changes
October 16, 2014- ๐ 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.