Releases: edgurgel/poxa
Releases · edgurgel/poxa
Poxa 0.7.2
- Add payload configuration (PAYLOAD_LIMIT) #123
Poxa 0.7.1
Poxa 0.7.0
Poxa 0.6.0
Poxa 0.5.0
- Update cowboy and ranch
Poxa 0.4.3
- 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
- Add missing configuration steps for releases with SSL enabled
Poxa 0.4.1
- Fix
pusher:error
generation; - Refactor internals;
- Add missing
websocket_handle
for ping frames;
Poxa 0.4.0
- Refactor internal modules
Authentication
andPusherEvent
; - 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
- Refactor internals (Console, EventsHandler, Subscription, etc)
- Add
filter_by_prefix
to/channels
endpoint. Thanks to @tobycox