Skip to content

chore(main): release 9.0.0#492

Merged
gjtorikian merged 3 commits into
mainfrom
release-please--branches--main--components--workos
May 26, 2026
Merged

chore(main): release 9.0.0#492
gjtorikian merged 3 commits into
mainfrom
release-please--branches--main--components--workos

Conversation

@workos-sdk-automation

@workos-sdk-automation workos-sdk-automation Bot commented May 26, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

9.0.0 (2026-05-26)

⚠ BREAKING CHANGES

  • api_keys: Add expires_at field to API key models (#491)
  • radar: Remove device_fingerprint and bot_score fields from Radar (#491)
  • audit_logs: Refactor audit logs models and type names (#491)
  • webhooks: Rename WebhookEndpointJson to WebhookEndpoint (#491)
  • authorization: Add filtering parameters to authorization list methods (#491)
  • organization_membership: Migrate organization membership to dedicated service (#491)

Features

  • api_keys: Add expires_at field to API key models (#491) (45093c0)
  • audit_logs: Refactor audit logs models and type names (#491) (45093c0)
  • authorization: Add filtering parameters to authorization list methods (#491) (45093c0)
  • generated: Add Error and Actor shared models (#491) (45093c0)
  • organization_membership: Migrate organization membership to dedicated service (#491) (45093c0)
  • pipes: Add Pipes connected account event models (#491) (45093c0)
  • radar: Remove device_fingerprint and bot_score fields from Radar (#491) (45093c0)
  • vault: Add new Vault service with key-value operations (#491) (45093c0)
  • webhooks: Rename WebhookEndpointJson to WebhookEndpoint (#491) (45093c0)

Bug Fixes

  • ci: extract version from PR title in changelog inline step (93768a1)

This PR was generated with Release Please. See documentation.

@greptile-apps

greptile-apps Bot commented May 26, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This is an automated Release Please PR bumping the workos-ruby gem from v8.0.1 to v9.0.0, incorporating a major set of breaking changes and new features that were previously landed in PR #491.

  • Version bump: VERSION constant, Gemfile.lock, and .release-please-manifest.json all updated from 8.0.19.0.0.
  • CHANGELOG updated: Full 9.0.0 entry prepended, covering six breaking changes (organization membership service split, api_keys expires_at, radar field removals, audit_logs type renames, webhook endpoint rename, authorization filter additions) and two new features (Vault service, Pipes connected account models).
  • Pending changelog file removed: The .changelog-pending/ entry consumed into CHANGELOG.md and deleted.

Confidence Score: 5/5

Safe to merge — purely a version bump and changelog update with no logic changes.

All five changed files are mechanical release artifacts: the VERSION constant, Gemfile.lock, the Release Please manifest, the CHANGELOG, and the consumed pending changelog entry. No application logic, no tests, and no configuration values were modified. The actual feature and breaking-change code was delivered in PR #491; this PR only records the version number that reflects those changes.

No files require special attention.

Important Files Changed

Filename Overview
lib/workos/version.rb VERSION constant bumped from "8.0.1" to "9.0.0" for the major release
Gemfile.lock workos gem version updated from 8.0.1 to 9.0.0 in both the PATH specs and CHECKSUMS sections
CHANGELOG.md 9.0.0 release entry prepended, documenting all breaking changes and new features
.release-please-manifest.json Release Please manifest updated from "8.0.1" to "9.0.0"
.changelog-pending/2026-05-26T13-23-50-b0eb6fb50f020df713d0233e344a6be05739f59e.md Pending changelog entry file deleted after its contents were merged into CHANGELOG.md

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release Please Bot] -->|reads .changelog-pending| B[Aggregate Changes]
    B --> C[Bump version: 8.0.1 → 9.0.0]
    C --> D[lib/workos/version.rb]
    C --> E[Gemfile.lock]
    C --> F[.release-please-manifest.json]
    B --> G[Write CHANGELOG.md entry]
    B --> H[Delete .changelog-pending file]
    G --> I[9.0.0 Release PR]
    H --> I
Loading

Reviews (2): Last reviewed commit: "chore: update Gemfile.lock" | Re-trigger Greptile

@workos-sdk-automation workos-sdk-automation Bot changed the title chore(main): release 8.0.2 chore(main): release 9.0.0 May 26, 2026
@workos-sdk-automation workos-sdk-automation Bot force-pushed the release-please--branches--main--components--workos branch from 0a3c616 to 4d9c07c Compare May 26, 2026 19:58
@gjtorikian gjtorikian merged commit 8b7063e into main May 26, 2026
7 checks passed
@gjtorikian gjtorikian deleted the release-please--branches--main--components--workos branch May 26, 2026 20:00
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