Skip to content

Releases: ringcentral/RingCentral.Net

2.3.0

31 Dec 18:33
Compare
Choose a tag to compare

Breaking change

For fax sending, the receiver class changed from MessageStoreCallerInfoRequest to MessageStoreCalleeInfoRequest.

2.2.0

31 Dec 18:34
Compare
Choose a tag to compare
Release 2.2.0

2.0.0-beta2

17 Jul 20:54
Compare
Choose a tag to compare
2.0.0-beta2 Pre-release
Pre-release

New feature

  • Added JsonDeserializeException

Breaking changes

  • Task renamed to GlipTaskInfo. It is good because at least there is not conflict with System.Threading.Tasks.Task

2.0.0-beta1

16 Jul 21:16
Compare
Choose a tag to compare
2.0.0-beta1 Pre-release
Pre-release

Two new features:

  1. Glip Tasks API
  2. /restapi/v1.0/account/{accountId}/emergency-address-auto-update/... APIs

Breaking changes:

  • TokenInfo renamed to TokenResponse
  • AuthorizeRequest renamed to GetAuthorizationLinkParameters

Naming confliction

RingCentral.Task vs System.Threading.Tasks.Task. The latter is quite common in C# async programming. Please pay attention and make sure you are using the right class.