Skip to content

Releases: Coinigy/PureSocketCluster

Minor fix for incorrect Connect signature

Choose a tag to compare

@ByronAP ByronAP released this 21 Aug 19:00

Minor fix for incorrect Connect signature

BREAKING CHANGES

Choose a tag to compare

@ByronAP ByronAP released this 21 Aug 16:32

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

Choose a tag to compare

@ByronAP ByronAP released this 21 Jul 17:28

Upgrades websocket and other libraries

Upgrades websocket library

Choose a tag to compare

@ByronAP ByronAP released this 14 Apr 14:24

Upgrades websocket library

non-breaking upgrade

Choose a tag to compare

@ByronAP ByronAP released this 31 Jan 05:47

Adds the new PureWebSockets release along with async methods

Pre-release Beta uses beta websocket library

Choose a tag to compare

@ByronAP ByronAP released this 30 Jan 06:07

uses beta websocket library

Package Updates

Choose a tag to compare

@ByronAP ByronAP released this 05 Oct 14:06

Package Updates

New Initialization, package upgrades

Choose a tag to compare

@ByronAP ByronAP released this 27 Apr 17:41

WARNING: BREAKING CHANGES

Upgrades to the latest libraries and uses the options method of client creation.

Enable custom serializers

Choose a tag to compare

@ByronAP ByronAP released this 27 Apr 17:03

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

Choose a tag to compare

@ByronAP ByronAP released this 22 Jan 15:24

Fixes bug when passing headers, replaces newtonsoft.json with utf8 json library, upgrades PureWebSocket client library, other minor improvements.