Skip to content

Releases: grokify/ringcentral-sdk-ruby

v3.1.0

09 Nov 17:09
63fb2a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.1.0

v3.0.1

20 Feb 16:27
Compare
Choose a tag to compare

Full Changelog: v3.0.0...v3.0.1

v3.0.0

20 Feb 16:07
Compare
Choose a tag to compare

Breaking Changes

  1. Update app credentials terminology to match Dev Program, specifically client_id is used for app_key and client_secret is used for app_secret. This is inline with the Developer Portal, OAuth 2.0 spec.
  2. Update subscriptions to remove magic of inflating event filters. All event filters must be fully qualified now.

Full Changelog: v2.3.0...v3.0.0

v2.3.0

20 Feb 15:13
Compare
Choose a tag to compare

Overview

  • In the scripts folder, update environment variable names and filenames to be consistent across add demo scripts.

Full Changelog: v2.2.3...v2.3.0

v2.2.3

20 Feb 14:51
Compare
Choose a tag to compare

Full Changelog: v2.2.2...v2.2.3

v2.2.2

20 Feb 14:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.2.2

Generic Multipart Support

20 Jun 20:59
Compare
Choose a tag to compare
  • Additions
    • Generic Multipart helper
  • Bugfixes
    • Fix client.authorize_url
    • Fix OAuth2 Sintra demo

Add MMS request helper support

01 Apr 17:26
Compare
Choose a tag to compare

Bugfix for Configuration class

29 Dec 00:10
Compare
Choose a tag to compare
Merge pull request #51 from grokify/master

update docs and refactor

Update default retry to include 504

28 Dec 18:08
Compare
Choose a tag to compare
  1. Update default retry configuration to handle 504 status code in addition to 429 and 503 based on RingCentral recommendation.