Skip to content

Releases: ringcentral/ringcentral-js

4.3.1

29 Jun 18:04
2a70eaf
Compare
Choose a tag to compare

RingCentral Platform API have supported to create/refresh/revoke token without client secret in authorization code with PKCE.
So in Browser based app, client secret is not required in client side when use PKCE.

4.3.0

29 May 02:45
dc0c01f
Compare
Choose a tag to compare

Support to add x-user-agent when sending requests

4.2.0

27 May 19:29
Compare
Choose a tag to compare

Add response_hint key to query

3.3.0

29 Apr 17:49
Compare
Choose a tag to compare

Additional logging & Pubnub origin

4.1.0

20 Apr 19:21
5659f76
Compare
Choose a tag to compare

PKCE code flow

4.0.0

28 Sep 00:49
Compare
Choose a tag to compare
  • TypeScript
  • SDK will not add /restapi/v1.0 to URLs
  • SDK was separated into 2 packages: @ringcentral/sdk and @ringcentral/subscriptions
  • appKey and appSecret were replaced with clientId and clientSecret
  • Async implementation of Storage
  • Platform method createUrl('xxx', {addToken: true}) has been extracted as separate async method signUrl('xxx')
  • ApiResponse class was removed, all methods return plain Response which can be worked on using Client
  • Bower was discontinued
  • PATCH method
  • Global config of handleRateLimit
  • Web App Proxy support
  • ES6 module build with ES5 code

3.2.2

05 Jun 23:36
caef60b
Compare
Choose a tag to compare

Fixed access/refresh token TTLs

3.2.1

01 Feb 18:19
a1f3ce8
Compare
Choose a tag to compare

#103 Recreate Request object on request retry

3.2.0

14 Feb 07:45
Compare
Choose a tag to compare

Known prefixes for createUrl

3.1.3

17 Aug 05:16
Compare
Choose a tag to compare

PubNub auto-reconnect