Skip to content

Releases: ably/ably-dotnet

0.8.4.6

20 Jun 22:20

Choose a tag to compare

Changes:

Merged Newtonsoft.Json, NitoAsync and WebSocket4Net to make sure we don't have unsigned dependencies.

0.8.4.5

13 Jun 22:25

Choose a tag to compare

Change log:

  • Signed the IO.Ably assembly

0.8.4.4

27 May 00:12

Choose a tag to compare

Fixed issue #102

0.8.4.3

19 May 23:08

Choose a tag to compare

Fixes issue #102

0.8.4.2

07 Apr 23:51

Choose a tag to compare

Added extra logging + partially fixes issue #96

0.8.4.1

03 Mar 14:23

Choose a tag to compare

This is a small release fixing the following issues:

MsgPack encoding of the presence message flags #97
Environment option is an enum restricting user's choice #98

0.8.4

14 Jan 22:19

Choose a tag to compare

Breaking changes

  • Renamed StatsDataRequestQuery to StatsRequestParams
  • Updated properties of ConnectionDetailsMessage, ErrorInfo, Message, PresenceMessage to use the standard pascal casing used throughout .Net

Implemented enhancements:

  • Added syncronous methods for AblyAuth, AblyRest and RestChannel
  • Added the ability to specify the LogLevel and LogHandler through the ably ClientOptions
  • Added extra logging when sending and receiving Http requests
  • Added a None Log level to completely switch off logging
  • Improved realtime presence handling
  • Include version info in requests #82
  • Sync REST methods #80
  • Interoperability tests #83
  • Add documentation to README about which platforms are supported #28

Fixed bugs:

  • Various inconsistencies following review of documentation #81
  • Possible minor issues #68
  • Fixed the MsgPack dependency issue

0.8.4-rc1

08 Nov 20:00

Choose a tag to compare

Changelog to follow shortly.

0.8.3

27 Jun 12:58

Choose a tag to compare

Merged v0.8

0.8.2-Beta

10 Jun 11:02

Choose a tag to compare

0.8.2-Beta Pre-release
Pre-release

Many fixes and improvements.