We’re excited to share the latest updates in v1.6.11 of the Descope Golang SDK! This release includes enhanced SSO and tenant management features, expanded user import capabilities, and various improvements to stability and functionality.
⚠️ Breaking changes
- Load All SSO Settings Response – Changed response of
SSO().LoadAllSettings. Breaking compilation: New usage is nowres.SSOSettings(#532)
🚀 New Features & Enhancements
- Outbound App Snapshots – Capture and manage snapshots of outbound apps (#519)
- Import Argon2 Password Hashes – Support for importing users with Argon2-hashed passwords (#526)
- Multi-SSO CRUD Support – Full create, read, update, and delete support for multiple SSO connections (#530)
- Search Users by User IDs – Retrieve user details using user ID-based search (#533)
- SCIM Attributes for Users – Add SCIM attribute to identify if the user was created by SCIM (#534)
- Default SSO Roles Support – Configure and manage default roles for SSO users (#540)
- Inbound App Consent Expiry – Manage consent expiration in inbound SSO apps (#542)
- Tenant API Enhancements – Added
EnforceSSOandDisabledfields for tenant control (#539) - Import SHA Password Hashes – Support for importing users with SHA-hashed passwords (#543)
🛠 Fixes & Improvements
- Improved Error Handling – Add functions and helpers for error handling (#536)
🔗 Full Changelog: Compare v1.6.10...v1.6.11