Skip to content

Releases: KSDaemon/wiola

v0.5.2

05 Oct 15:15
Compare
Choose a tag to compare

Small update: fixed sloppy bug with production script (#5)

v0.5.1

02 Feb 13:34
Compare
Choose a tag to compare

Small but welcome update: published package to luarocks.

So, from now you can install Wiola by simply typing luarocks install wiola.

0.5.0

21 Jan 17:05
Compare
Choose a tag to compare

Main change — switching from lua-resty-libcjson to rapidjson, because of memory leaks and fatal errors in last versions of openresty (1.7, 1.9). Also include some docs updates

v0.4.0

22 Mar 15:50
Compare
Choose a tag to compare

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

10 Mar 20:30
Compare
Choose a tag to compare

Mostly, some code improvements and bugfixes in message serialization.

v0.3.2

01 Mar 16:21
Compare
Choose a tag to compare

New feature:

  • Support for progressive call results from advanced profile

Lightweight POST event publishing support

21 Jun 10:26
Compare
Choose a tag to compare

New feature:

  • lightweight POST event publishing.

Full featured WAMP Router

30 Mar 09:14
Compare
Choose a tag to compare

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

30 Mar 09:10
Compare
Choose a tag to compare
First release Pre-release
Pre-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: