Skip to content

Releases: grokify/ringcentral-sdk-ruby

v3.1.0

Choose a tag to compare

@grokify grokify released this 09 Nov 17:09
63fb2a9

What's Changed

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

v3.0.1

Choose a tag to compare

@grokify grokify released this 20 Feb 16:27

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

v3.0.0

Choose a tag to compare

@grokify grokify released this 20 Feb 16:07

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

Choose a tag to compare

@grokify grokify released this 20 Feb 15:13

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

Choose a tag to compare

@grokify grokify released this 20 Feb 14:51

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

v2.2.2

Choose a tag to compare

@grokify grokify released this 20 Feb 14:42

What's Changed

New Contributors

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

Generic Multipart Support

Choose a tag to compare

@grokify grokify released this 20 Jun 20:59
  • Additions
    • Generic Multipart helper
  • Bugfixes
    • Fix client.authorize_url
    • Fix OAuth2 Sintra demo

Add MMS request helper support

Choose a tag to compare

@grokify grokify released this 01 Apr 17:26

Bugfix for Configuration class

Choose a tag to compare

@grokify grokify released this 29 Dec 00:10
Merge pull request #51 from grokify/master

update docs and refactor

Update default retry to include 504

Choose a tag to compare

@grokify grokify released this 28 Dec 18:08
  1. Update default retry configuration to handle 504 status code in addition to 429 and 503 based on RingCentral recommendation.