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

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 and ranch
  • 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.