Releases: KSDaemon/wiola
Releases · KSDaemon/wiola
v0.5.2
v0.5.1
0.5.0
v0.4.0
Release with significant improvements:
- Switched from openresty bundled cjson to lua-resty-libcjson. First and only reason — possibility to specify how to encode empty lua tables (sometimes it should be array, sometimes — object)
- Mostly rewrote pub/sub part:
- Each topic have one subscription id aside from clients
- More clean publishing
- Less redis keys and logic
v0.3.3
v0.3.2
Lightweight POST event publishing support
New feature:
- lightweight POST event publishing.
Full featured WAMP Router
Added dealer role.
So, now wiola supports next roles and features:
- broker: advanced profile with features:
- subscriber blackwhite listing
- publisher exclusion
- publisher identification
- dealer: advanced profile with features:
- callee blackwhite listing
- caller exclusion
- caller identification
Also msgpack and json serializers tested together.
First release
WAMP Server router implementing broker role with advanced features and dealer basic features.
- broker: advanced profile with features:
- subscriber blackwhite listing
- publisher exclusion
- publisher identification
- dealer: basic profile: