Releases: descope/descope-ruby-sdk
Releases · descope/descope-ruby-sdk
Release list
descope: v1.1.0
1.1.0 (2025-12-13)
Features
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
1.0.7
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_idsandtenant_role_namesin 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
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
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
searchfunction 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).