Skip to content

0.8.4

Choose a tag to compare

@marto83 marto83 released this 14 Jan 22:19

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