Skip to content

Changelog

Ralph Schaer edited this page Jun 14, 2021 · 8 revisions

2.0.4 - June 13, 2021

  • Adds fallback handling for binary message when payload byte buffer does not have an array. See Pull Request 10

2.0.3 - January 10, 2021

  • Pass options map from the SUBSCRIBE message to the SubscriptionDetail. See Issue #9

2.0.2 - September 3, 2018

  • Previous versions always wrap any value, returned by a wamp procedure, into a list. Now based on the returned value type, it either returns a list as is (when method returns a List) or use argumentsKw if procedure returns a Map or use previous logic, and wrap all other types into the list with one element.

2.0.1 - August 27, 2018

2.0.0 - March 1, 2018

  • Split the library into different modules

1.0.0 - September 28, 2017

  • Initial release