Skip to content

V0.2.0

Latest
Compare
Choose a tag to compare
@paulpdaniels paulpdaniels released this 12 Aug 02:42
· 21 commits to master since this release

Whats New?

  • Bug fixes/Refactoring
  • .Net 4.5 support
  • WP8.1 support
  • API Tweaks
  • Build updates

This version includes all the bug fixes from the pre-release as well as some additional fixes for mostly internal APIs.

Tiny Breaking Change If you have been using WampSession directly for a connection, you are going to need to switch to using the new WampConnection class instead:

var connection = new WampConnection(url, transport);
await connection.Open():

The API for WampSession constructor has changed such that it can no longer be directly constructed.

If you have been using WampClients factory methods then no changes need should need to be made to your code.