Skip to content

Releases: ringcentral/ringcentral-js

5.0.3

26 Aug 09:19
aa2716d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.2...5.0.3

5.0.2

24 Jul 06:38
c86b877
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.1...5.0.2

5.0.1

17 Oct 02:53
68f29e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.0.1

5.0.0

16 Jun 05:38
73275be
Compare
Choose a tag to compare

What's Changed

  • feat: refactor subscriptions package with WebSocket transport
  • misc: deprecate Pubnub subscriptions, and move to "@ringcentral/subscription-deprecated" package for Pubnub subscriptions
  • misc: deprecate password grant flow

Full Changelog: 4.7.4...5.0.0

4.7.4

18 Jan 01:20
25223f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.7.3...4.7.4

4.7.3

02 Aug 19:56
8c1abb1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.7.2...4.7.3

4.7.2

13 Apr 22:02
3f0fbee
Compare
Choose a tag to compare

What's Changed

  • fix: user logged before discovery enabled by @embbnux in #176
  • upgrade node-fetch 2.6.7 by @embbnux in #178
  • enhancement: throw error when user close login window by @embbnux in #179
  • chore: upgrade dev dependencies for security issue by @embbnux in #180
  • use cached discovery data when request discovery error at login by @embbnux in #181

Full Changelog: 4.7.1...4.7.2

4.7.1

15 Mar 18:54
cf52ee2
Compare
Choose a tag to compare

Login error before discovery initialized after logout

4.7.0

02 Feb 01:09
eb71da9
Compare
Choose a tag to compare

Add support for JWT authentication, which affects the login() method exclusively. The newly introduced login method takes as input a JWT credential via the jwt parameter. For example:

platform.login({ jwt: <insert JWT credential> })

4.6.2

27 Jan 16:38
f9b328c
Compare
Choose a tag to compare

Types fixes