Skip to content

chore(main): release 2.0.0#100

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

chore(main): release 2.0.0#100
gjtorikian merged 2 commits into
mainfrom
release-please--branches--main--components--workos

Conversation

@workos-sdk-automation
Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

2.0.0 (2026-05-26)

⚠ BREAKING CHANGES

  • organization_membership: Split organization membership operations from user_management into dedicated service (#97)
  • radar: Remove deprecated action and control fields from Radar standalone assessment (#97)

Features

  • api_key: Add expires_at field to API key models (#97) (b5d9685)
  • organization_membership: Split organization membership operations from user_management into dedicated service (#97) (b5d9685)
  • radar: Remove deprecated action and control fields from Radar standalone assessment (#97) (b5d9685)
  • vault: Add Vault service with key management and object storage APIs (#97) (b5d9685)
  • webhooks: Add Pipes connected account events to webhook subscriptions (#97) (b5d9685)

Bug Fixes

  • connect: Fix last_used_at field type in application credentials (#97) (b5d9685)
  • generated: Standardize type names and fix parameter defaults in authorization service (#97) (b5d9685)
  • sso: Expand login_hint documentation to include custom SAML (#97) (b5d9685)

This PR was generated with Release Please. See documentation.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 26, 2026

Greptile Summary

This is an automated release PR generated by Release Please, bumping the workos crate from v1.0.1 to v2.0.0. The version is updated consistently across Cargo.toml, Cargo.lock, and .release-please-manifest.json, and the CHANGELOG.md is updated with the full 2.0.0 release notes.

  • Breaking changes: organization_membership operations are split into a dedicated service (previously under user_management), and deprecated action/control fields are removed from the Radar standalone assessment.
  • New features: Vault service with key management and object storage APIs, expires_at on API key models, and Pipes connected-account webhook events.
  • Bug fixes: last_used_at field type corrected in application credentials, type name standardization in the authorization service, and expanded login_hint docs for custom SAML.

Confidence Score: 5/5

Safe to merge — all four files are mechanical version-bump artifacts produced by the Release Please bot, with no logic changes.

The version string 2.0.0 is applied consistently across Cargo.toml, Cargo.lock, and .release-please-manifest.json, and the CHANGELOG entries accurately reflect the breaking changes, features, and fixes described in the source PR (#97). There are no code changes in this PR itself.

No files require special attention.

Important Files Changed

Filename Overview
Cargo.toml Version bumped from 1.0.1 to 2.0.0 to reflect breaking changes introduced in #97.
Cargo.lock Lock file updated to reflect the workos package version change to 2.0.0; all other dependencies unchanged.
CHANGELOG.md 2.0.0 release notes added, documenting breaking changes, new features, and bug fixes; format follows Keep a Changelog conventions.
.release-please-manifest.json Manifest version updated from 1.0.1 to 2.0.0 to track the new release.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release Please Bot] -->|Detects breaking changes in #97| B[Bump version 1.0.1 → 2.0.0]
    B --> C[Update Cargo.toml]
    B --> D[Update Cargo.lock]
    B --> E[Update .release-please-manifest.json]
    B --> F[Update CHANGELOG.md]
    F --> G[Document breaking changes\norganization_membership split\nRadar field removal]
    F --> H[Document features\nVault service\nexpires_at on API keys\nPipes webhook events]
    F --> I[Document bug fixes\nlast_used_at type fix\nauthorization type names\nSSO login_hint docs]
Loading

Reviews (1): Last reviewed commit: "chore: inline release notes from .change..." | Re-trigger Greptile

@gjtorikian gjtorikian merged commit 229d369 into main May 26, 2026
5 checks passed
@gjtorikian gjtorikian deleted the release-please--branches--main--components--workos branch May 26, 2026 20:28
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