chore(main): release 10.3.0 - #547
Merged
gjtorikian merged 3 commits intoSep 1, 2026
Merged
Conversation
Contributor
Greptile SummaryThe PR prepares the 10.3.0 SDK release.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains. Important Files Changed
Reviews (2): Last reviewed commit: "chore: update Gemfile.lock" | Re-trigger Greptile |
Comment on lines
+125
to
+135
| * Changed request body of `SSO.token` from `TokenBody` to `TokenQuery` | ||
| * Removed `DiscordOAuth` from `ConnectionType` | ||
| * Removed `GrokOAuth` from `ConnectionType` | ||
| * Removed `XOAuth` from `ConnectionType` | ||
| * Removed `DiscordOAuth` from `ProfileConnectionType` | ||
| * Removed `GrokOAuth` from `ProfileConnectionType` | ||
| * Removed `XOAuth` from `ProfileConnectionType` | ||
| * Removed `DiscordOAuth` from `ConnectionsConnectionType` | ||
| * Removed `GrokOAuth` from `ConnectionsConnectionType` | ||
| * Removed `XOAuth` from `ConnectionsConnectionType` | ||
| * Changed request body of `SSO.token` from `TokenQuery` to `TokenBody` |
Contributor
There was a problem hiding this comment.
Contradictory SSO migration notes
The 10.3.0 notes say that SSO.token changed from TokenBody to TokenQuery and then state the opposite direction, leaving consumers unable to determine the released request model and potentially guiding migrations toward the nonexistent TokenBody model.
Prompt To Fix With AI
This is a comment left during a code review.
Path: CHANGELOG.md
Line: 125-135
Comment:
**Contradictory SSO migration notes**
The 10.3.0 notes say that `SSO.token` changed from `TokenBody` to `TokenQuery` and then state the opposite direction, leaving consumers unable to determine the released request model and potentially guiding migrations toward the nonexistent `TokenBody` model.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.
workos-sdk-automation
Bot
force-pushed
the
release-please--branches--main--components--workos
branch
from
September 1, 2026 21:54
40f94f5 to
b283472
Compare
gjtorikian
deleted the
release-please--branches--main--components--workos
branch
September 1, 2026 22:15
Contributor
Author
|
🤖 Created releases: 🌻 |
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.
🤖 I have created a release beep boop
10.3.0 (2026-09-01)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.