Skip to content

Releases: KSDaemon/Loowy

0.4.1

13 Dec 12:17
Compare
Choose a tag to compare

This release includes bugfixes, new features and some optimizations:

  • Updated GOODBYE URIs
  • Added posibility to specify event loop to operate on

0.4.0

13 Dec 12:14
Compare
Choose a tag to compare

This release includes bugfixes, new features and some optimizations:

  • Refactored and improved pattern rpc options check
  • Implemented WAMP CRA

0.3.1

13 Dec 12:14
Compare
Choose a tag to compare

This release includes bugfixes, new features and some optimizations

  • Prevent loowy from trying to connect on instance creation if no url provided
  • Huge code refactoring, including unified callbacks arguments, adopted docs
  • Added posibility to call WAMP META RPCs
  • Implemented pattern-based subscribe and register
  • Implemented Shared RPC Registration

0.2.1

19 May 13:37
Compare
Choose a tag to compare

Small, but important update.

  • Session request IDs now are incremented by 1 beginning with 1 due to WAMP spec
  • Loowy now works in lua5.1

0.2.0

02 Mar 09:18
Compare
Choose a tag to compare

Huge update!

  • Updated Loowy to latest WAMP Spec
  • Added onReconnectSuccess call on welcome message
  • Fixed errors in websocket OnError handler and in logger
  • Switched to rapidjson
  • Implemented RPC invocation via pcall
  • Refactored var dump
  • Updated docs for current features

WARNING!
Loowy depends on lua-websockets. But lua-websockets up to and including v2.2 doesn't contain necessary changes. Please manually install lua-websockets from master branch and send message to
lua-websockets maintainer to publish new release :)

0.1.2

20 Jan 20:47
Compare
Choose a tag to compare

Minor update with WAMP handshake bugfixes

0.1.1

25 Mar 21:46
Compare
Choose a tag to compare

First official release.