Skip to content

Releases: edgurgel/poxa

Poxa 0.7.2

11 Jun 09:40
30eb2ba
Compare
Choose a tag to compare
  • Add payload configuration (PAYLOAD_LIMIT) #123

Poxa 0.7.1

21 Feb 07:09
Compare
Choose a tag to compare
  • Remove secret from logs #114
  • Fix Channels handler json encoding #119 #117

Poxa 0.7.0

14 Jan 05:30
Compare
Choose a tag to compare
  • Update all the things! #105
  • Ability to change payload limit #107

Poxa 0.6.0

29 May 07:14
Compare
Choose a tag to compare

Poxa 0.5.0

19 Dec 08:26
Compare
Choose a tag to compare
  • Update cowboy and ranch

Poxa 0.4.3

03 Sep 07:07
Compare
Choose a tag to compare
  • Add edip dependency to generate docker images
  • Update exrm
  • Validate channel name according to pusher docs (waffleio#4). Thanks to @burtonjc 🎉

Poxa 0.4.2

10 Jul 10:18
Compare
Choose a tag to compare
  • Add missing configuration steps for releases with SSL enabled

Poxa 0.4.1

06 Jul 10:18
Compare
Choose a tag to compare
  • Fix pusher:error generation;
  • Refactor internals;
  • Add missing websocket_handle for ping frames;

Poxa 0.4.0

31 May 09:35
Compare
Choose a tag to compare
  • 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;

Poxa 0.3.3

22 Feb 07:52
Compare
Choose a tag to compare
  • Refactor internals (Console, EventsHandler, Subscription, etc)
  • Add filter_by_prefix to /channels endpoint. Thanks to @tobycox