Skip to content

Releases: Coinigy/PureSocketCluster

Minor fix for incorrect Connect signature

21 Aug 19:00
Compare
Choose a tag to compare

Minor fix for incorrect Connect signature

BREAKING CHANGES

21 Aug 16:32
Compare
Choose a tag to compare

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

21 Jul 17:28
Compare
Choose a tag to compare

Upgrades websocket and other libraries

Upgrades websocket library

14 Apr 14:24
Compare
Choose a tag to compare

Upgrades websocket library

non-breaking upgrade

31 Jan 05:47
Compare
Choose a tag to compare

Adds the new PureWebSockets release along with async methods

Pre-release Beta uses beta websocket library

30 Jan 06:07
Compare
Choose a tag to compare

uses beta websocket library

Package Updates

05 Oct 14:06
Compare
Choose a tag to compare

Package Updates

New Initialization, package upgrades

27 Apr 17:41
Compare
Choose a tag to compare

WARNING: BREAKING CHANGES

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

Enable custom serializers

27 Apr 17:03
Compare
Choose a tag to compare

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

22 Jan 15:24
Compare
Choose a tag to compare

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