Skip to content

Releases: paulpdaniels/MiniWamp

V0.2.0

12 Aug 02:42
Compare
Choose a tag to compare

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.

V0.2.0-prerelease

11 Aug 04:09
Compare
Choose a tag to compare
V0.2.0-prerelease Pre-release
Pre-release

What' new?

  • Bug fixes (#1, #2, #4, #5)
  • API fixes (Prefixes, Publish overloads)
  • .NET 4.5 support
  • WP8.1 support

The library should now fully support the WAMP V1 specification.

Minor missing file

11 Aug 02:29
Compare
Choose a tag to compare

Filled in missing file

v0.1.2

30 Jan 03:11
Compare
Choose a tag to compare
Whats New
  • Bug fixes for unsubscribing and resubscribing

v0.1.1

29 Jan 23:24
Compare
Choose a tag to compare
Whats New
  • Bug fixes
  • More robust id generation

v0.1.0

29 Jan 23:25
Compare
Choose a tag to compare
Whats New
  • Initial release
  • Contains WAMP v1 specification implementation