Releases: ringcentral/ringcentral-js
Releases · ringcentral/ringcentral-js
4.3.1
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
Support to add x-user-agent
when sending requests
4.2.0
Add response_hint
key to query
3.3.0
Additional logging & Pubnub origin
4.1.0
PKCE code flow
4.0.0
- 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
methodcreateUrl('xxx', {addToken: true})
has been extracted as separate async methodsignUrl('xxx')
ApiResponse
class was removed, all methods return plainResponse
which can be worked on usingClient
- Bower was discontinued
PATCH
method- Global config of handleRateLimit
- Web App Proxy support
- ES6 module build with ES5 code
3.2.2
Fixed access/refresh token TTLs
3.2.1
3.2.0
Known prefixes for createUrl
3.1.3
PubNub auto-reconnect