Skip to content

Releases: Coinigy/PureWebSockets

BREAKING CHANGES

21 Aug 13:45
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.

Minor changes, expose underlying socket

08 Jul 15:40
Compare
Choose a tag to compare

Minor changes, expose underlying socket

Reconnect state change fix

14 Apr 13:53
Compare
Choose a tag to compare

If not using auto reconnect raise the proper state events, otherwise suppress some while reconnecting.

Non-breaking upgrade

31 Jan 03:28
Compare
Choose a tag to compare

Adds new options for Cookies, ClientCertificates, DebugOutput. Adds some async methods.

Pre-release Beta adds Cookies, ClientCertificates and DebugOutput options

30 Jan 05:38
Compare
Choose a tag to compare

adds Cookies, ClientCertificates and DebugOutput options

Pre-release Beta reconnect changes

30 Jan 01:42
Compare
Choose a tag to compare
Pre-release

Changes: will not invoke a state change when starting a reconnect

Minor fixes

27 Dec 01:24
Compare
Choose a tag to compare

Minor fixes, mainly published to enable signed nuget packages

Binary Fix and IgnoreCertErrors Option

05 Oct 13:39
Compare
Choose a tag to compare

Fixes binary transfers and adds the option to ignore certificate errors via the new IgnoreCertErros option.

Binary fix thanks to @p3root with #8

Minor change

18 Apr 12:48
Compare
Choose a tag to compare

To increase flexibility the client constructor has been changed to accept the new IPureWebSocketOptions interface. This allows higher level libraries to incorporate the interface into their own options class.

Proxy support, Options class

18 Apr 03:04
Compare
Choose a tag to compare

This version has BREAKING CHANGES!

Adds support for using a proxy.
Combines the initialization options into a class which is passed into the constructor. This breaks previous versions which had a bunch of overloaded constructors. While this is a breaking chance it is a simple one.