Releases: paulpdaniels/MiniWamp
Releases · paulpdaniels/MiniWamp
V0.2.0
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 WampClient
s factory methods then no changes need should need to be made to your code.
V0.2.0-prerelease
Minor missing file
Filled in missing file
v0.1.2
Whats New
- Bug fixes for unsubscribing and resubscribing
v0.1.1
Whats New
- Bug fixes
- More robust id generation
v0.1.0
Whats New
- Initial release
- Contains WAMP v1 specification implementation