Releases: grokify/ringcentral-sdk-ruby
Releases · grokify/ringcentral-sdk-ruby
v3.1.0
v3.0.1
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Breaking Changes
- Update app credentials terminology to match Dev Program, specifically
client_id
is used forapp_key
andclient_secret
is used forapp_secret
. This is inline with the Developer Portal, OAuth 2.0 spec. - 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
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
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
- Fixing the subscriptions! by @Brutalbeard in #73
- Fix redirect url config in docs by @mnort9 in #75
New Contributors
- @Brutalbeard made their first contribution in #73
- @mnort9 made their first contribution in #75
Full Changelog: v2.2.1...v2.2.2
Generic Multipart Support
- Additions
- Generic Multipart helper
- Bugfixes
- Fix
client.authorize_url
- Fix OAuth2 Sintra demo
- Fix
Add MMS request helper support
- Add MMS request helper support
- Refactor Fax request helper support
- https://rubygems.org/gems/ringcentral_sdk/versions/2.1.0
Bugfix for Configuration class
Merge pull request #51 from grokify/master update docs and refactor
Update default retry to include 504
- Update default retry configuration to handle 504 status code in addition to 429 and 503 based on RingCentral recommendation.