chore(deps): update module github.com/descope/go-sdk to v0.9.4 - autoclosed#685
Closed
descope[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): update module github.com/descope/go-sdk to v0.9.4 - autoclosed#685descope[bot] wants to merge 1 commit intomainfrom
descope[bot] wants to merge 1 commit intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.0.0-00010101000000-000000000000→v0.9.4Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
descope/go-sdk (github.com/descope/go-sdk)
v0.9.4Compare Source
Breaking changes
3 new functions have been added, 2 variations each (a total of 6), with a more predictable and straightforward behavior:
These function replace the following which have been removed:
descope.NewDescopeClient, you should now useclient.New.descopepackage.UpdateDisplayName), we also changed a few things in the existing response:CreateandUpdateuser commands will now return the user object in the response, on top of user errors.Statusattribute is now also included in theUserResponseobject (not breaking).Enhancements
descope.Errorobject - for a unified error object from both client and server errors.sessionTokenandrefreshTokenfunctions support a single token behavior:sessionTokenis provided - default to a 'validate only' behavior (validateSession)refreshSession)v0.9.3Compare Source
Breaking changes
ExternalIDtoLoginID.UserTenantshas been renamed toAssociatedTenant. This is used in both Users and Access Keys.Enhancements
create,update,delete,load,search,deactivateandactivate.UserResponseobject.Bug fixes
v0.9.2Compare Source
Breaking changes
the Descoper has the power to control whether the Session JWT is handled by the calling function or sent in a cookie (using the
SessionJWTViaCookieflag).examplesfolder in this repo.Enhancements
v0.9.1Compare Source
Breaking changes
identifierattribute tolinkId, to make it clearer for the Descoper to use.Enhancements
v2of the key response API; in order to support other frameworks, such as OpenID Connect, the key response's structure was updated, and keys are now a sub-attribute ofkeys.v1:[{...}]v2:{"keys": [{...}]}create,update,deleteandloadAll.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.