Skip to content

Latest commit

 

History

History
100 lines (72 loc) · 6.01 KB

CHANGELOG.md

File metadata and controls

100 lines (72 loc) · 6.01 KB

Change Log

0.8.3 (2016-06-27)

Full Changelog

Breaking changes

  • ConnectionStateType renamed to ConnectionState
  • PaginatedResult<>. NextQuery renamed to NextDataQuery. FirstQuery -> FirstDataQuery

Implemented enhancements:

  • PaginatedResult<> now supports NextAsync method which simplifies getting the results for the next page
  • Connection and RealtimeChannel implement IEventEmitter interface and now match the ably IDL

Fixed bugs:

  • NullReferenceException in ConnectionManager.cs #72

v0.8.2-beta (2016-06-10)

Full Changelog

Implemented enhancements:

  • Add generic timeout for HTTP / Websocket requests #39
  • Add native async .NET support #26
  • Switch arity of auth methods #17
  • RealtimeClient #11
  • Realtime: Connection #10
  • Realtime: Channel #9

Fixed bugs:

  • Realtime constructor is blocking #41
  • Add generic timeout for HTTP / Websocket requests #39
  • Do not persist authorise attributes force & timestamp #34
  • Class & namespace naming #29
  • Token Authentication not connecting #25
  • 0.8.x spec finalisation #20
  • Xamarin support #18
  • Switch arity of auth methods #17

Closed issues:

  • useBinaryProtocol=true memory leak? #66
  • Collection was modified exception #64
  • Attaching to a channel fails. #62
  • Custom AuthUrl gets called twice. #58
  • Presence timestamp init issue #56
  • UseBinaryProtocol causes presence data to become null #54

Merged pull requests:

v0.7.2 (2015-12-04)

Full Changelog

v0.7.1 (2015-12-03)

Implemented enhancements:

  • Add support for Nuget #14
  • Realtime: Channels #12
  • Spec validation #7
  • API changes Apr 2015 #4

Fixed bugs:

  • Token TTL #22
  • TokenDetails serialisation #21
  • API changes Apr 2015 #4

Closed issues:

  • PaginatedResource API change #3

Merged pull requests:

  • Fixed #21. Forced TokenDetails dates to be serialized as milliseconds… #24 (marto83)
  • Realtime connection management redone #16 (yavor87)
  • Token authentication for Realtime client #15 (yavor87)
  • Realtime client #13 (yavor87)
  • Realtime client initial #2 (yavor87)

* This Change Log was automatically generated by github_changelog_generator