Skip to content

v6.0.0#434

Merged
gjtorikian merged 2 commits intomainfrom
version-bump-6.0.0
Feb 4, 2026
Merged

v6.0.0#434
gjtorikian merged 2 commits intomainfrom
version-bump-6.0.0

Conversation

@workos-sdk-automation
Copy link
Contributor

Bumps version from 5.31.1 to 6.0.0.

This PR was automatically created by the version-bump workflow.

@workos-sdk-automation workos-sdk-automation bot requested a review from a team as a code owner February 4, 2026 19:20
@workos-sdk-automation workos-sdk-automation bot requested review from faroceann and removed request for a team February 4, 2026 19:20
@greptile-apps
Copy link

greptile-apps bot commented Feb 4, 2026

Greptile Overview

Greptile Summary

This PR bumps the version from 5.31.1 to 6.0.0, marking a major version release. The version bump appears to be in response to two breaking changes merged prior to this PR: upgrading the jwt gem from ~> 2.8 to ~> 3.1 (which introduces stricter RFC 4648 base64 encoding compliance), and adding pluggable encryptors for session seal/unseal functionality. Both changes represent breaking API changes that justify the major version increment.

  • Version string updated from 5.31.1 to 6.0.0 in lib/workos/version.rb
  • No issues found in the version bump itself
  • The major version bump correctly follows semantic versioning for breaking changes

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • The change is a single-line version string update that correctly increments to a major version. The automated workflow properly reflects the breaking changes in preceding commits (JWT 3.x upgrade and encryptor API changes)
  • No files require special attention

Important Files Changed

Filename Overview
lib/workos/version.rb Simple version bump from 5.31.1 to 6.0.0, no logic changes

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Workflow as Version Bump Workflow
    participant Repo as Repository
    
    Dev->>Repo: Merge breaking changes<br/>(JWT 3.x upgrade, pluggable encryptors)
    Workflow->>Repo: Detect merged changes
    Workflow->>Repo: Analyze commit history
    Workflow->>Repo: Update version.rb (5.31.1 → 6.0.0)
    Workflow->>Repo: Create PR #434
    Dev->>Repo: Review & merge PR
    Repo->>Repo: Publish v6.0.0 gem
Loading

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@gjtorikian gjtorikian merged commit b8f7796 into main Feb 4, 2026
4 checks passed
@gjtorikian gjtorikian deleted the version-bump-6.0.0 branch February 4, 2026 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant