Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/descope/go-sdk to v1.6.8 #37

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

descope[bot]
Copy link
Contributor

@descope descope bot commented Nov 25, 2024

This PR contains the following updates:

Package Type Update Change
github.com/descope/go-sdk require patch v1.6.7 -> v1.6.8

Release Notes

descope/go-sdk (github.com/descope/go-sdk)

v1.6.8

Compare Source

Breaking changes
  • New import/export formats for flows and themes: We've changed our flow and theme formats to better support various CI/CD use cases. All flow and theme export and import functions have been updated to the new formats. They have also been changed to use plain maps to ensure that future additions to the formats are properly marshaled without requiring the SDK to be updated.
Enhancements
  • FGA 2.0 support: Now that we've revamped our FGA support, we also updated our SDK functions. Under Management.FGA we now support 4 more functions:
    • SaveSchema - Creates a new schema for the project.
    • CreateRelations - Creates new relations for the project.
    • DeleteRelations - Deletes relations for the project.
    • Check - Checks if the given relations are satisfied.
  • Template ID configuration: We added a new parameter named templateID to all 'sign up' / 'sign in' / 'sign up or in' functions, to allow controlling which custom email/sms template should be used by the function. This will override the default configuration set in the project's 'Authentication Methods' page.
  • Editing access keys: We opened up the option to edit some of access keys' configurations that were read-only up until now. This includes: description, authorization (tenant/role association) and permitted IPs list.
  • Revoke other user sessions: We added a new configuration in LoginOptions called revokeOtherSessions. This new configuration will expire all JWTs created other than the one in the request. This is useful for signing the user out of all their sessions, except for the current one.
  • MD5 hashes import support: We now support importing users with passwords that have been hashed using MD5.
  • Additional errors upon batch user invite: When batch inviting users, we added a new attribute to the response named AdditionalErrors, which will expose which users failed on the invite sent and which didn't.
  • README fixes: Some updates to the README and other function descriptions were made to clarify some of the explanations there.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@descope descope bot enabled auto-merge (squash) November 25, 2024 17:36
@descope descope bot merged commit 1ac9f2a into main Nov 25, 2024
5 checks passed
@descope descope bot deleted the renovate/github.comdescope-dependendies branch November 25, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants