Skip to content

Releases: descope/descope-ruby-sdk

descope: v1.1.0

Choose a tag to compare

@descope-release-bot descope-release-bot released this 13 Dec 15:57
227a5f8

1.1.0 (2025-12-13)

Features

  • add release-please workflow for automated releases (#157) (5bbfb9b)

Bug Fixes

  • examples/ruby-on-rails-api/descope/Gemfile to reduce vulnerabilities (#122) (85e77ea)
  • examples/ruby-on-rails-api/descope/Gemfile to reduce vulnerabilities (#124) (7fcd9f5)
  • Parse Set-Cookie headers directly to handle custom domain cookies when RestClient filtering fails (#150) (bb94536)
  • resolve integration test failures (#162) (ea880ea)
  • unparallel tests (#165) (9a08c74)

Performance Improvements

  • optimize test suite for parallel execution with 3-5x speedup (#159) (da42969)

1.0.7

Choose a tag to compare

@dorsha dorsha released this 10 Dec 16:35

This release introduces several key enhancements, including user patch management, SSO application support, test user APIs, and improved session and cookie handling.

🚀 New Features & Enhancements

  • User Patch Management – Added support for patching user attributes in management APIs (#74)
  • SSO Applications – Introduced functions for managing SSO applications (#75)
  • Test User APIs – Added endpoints to manage and interact with test users (#77)
  • Tenant Role Data in User Search – Included tenant_role_ids and tenant_role_names in user search results for richer tenant context (#120)
  • Invite User Template – Added a new template to streamline user invitation flows (#126)

🛠 Fixes & Maintenance

  • Session Refresh & Cookie Handling – Fixed session refresh issues and improved token parsing from cookies to support custom domains (#76, #150)

🔗 Full Changelog: Compare 1.0.6...1.0.7

1.0.6

Choose a tag to compare

@ami-descope ami-descope released this 17 Apr 18:50
7dd8dad

Enhancements

  • OTP via voice: In addition to sending OTP via SMS or email - we now support a third delivery method - voice call, with the DeliveryMethod::VOICE option.

1.0.5

Choose a tag to compare

@ami-descope ami-descope released this 19 Mar 18:50

Enhancements

  • Custom claims for access keys: You can define custom claims that will be added upon creation or exchange of access key tokens. See our example on how to use it in the exchange process in our README.
  • Search over roles: We've added a new search function roles, to allow easy searching over them. This function works both for project level roles as well as tenant level roles (depending on the used filter).

1.0.4

Choose a tag to compare

@github-actions github-actions released this 13 Feb 18:17
8e2ddb3

1.0.4 (2024-02-13)

Miscellaneous Chores

  • Descope Ruby SDK Initial Release. (d045e0f)