Releases: Coinigy/PureSocketCluster
Releases · Coinigy/PureSocketCluster
Minor fix for incorrect Connect signature
BREAKING CHANGES
Adds an optional InstanceName property.
Breaks all events by changing the signatures to include a sender field which is the instance raising the event.
Upgrades websocket and other libraries
Upgrades websocket and other libraries
Upgrades websocket library
Upgrades websocket library
non-breaking upgrade
Adds the new PureWebSockets release along with async methods
Pre-release Beta uses beta websocket library
uses beta websocket library
Package Updates
Package Updates
New Initialization, package upgrades
WARNING: BREAKING CHANGES
Upgrades to the latest libraries and uses the options method of client creation.
Enable custom serializers
Enables the use of custom serializers by implementing the ISerializer interface and setting the serializer by calling SetSerializer(ISerializer)
Feature Updates, Speed Improvements, Bug Fixes
Fixes bug when passing headers, replaces newtonsoft.json with utf8 json library, upgrades PureWebSocket client library, other minor improvements.