Skip to content

chore(main): release 3.0.0#103

Closed
workos-sdk-automation[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--workos
Closed

chore(main): release 3.0.0#103
workos-sdk-automation[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--workos

Conversation

@workos-sdk-automation
Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

3.0.0 (2026-05-28)

⚠ 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)
  • prep for v1

Features

  • Add ApiError, RequestOptions, and auto-paging streams (a1a66ba)
  • api_key: Add expires_at field to API key models (#97) (b5d9685)
  • client: Add path_segment encoder and shared auto-paging driver (7f1c2d3)
  • client: Gate retries by safety and add per-request RequestStrategy (1fb9b1c)
  • organization_membership: Split organization membership operations from user_management into dedicated service (#97) (b5d9685)
  • prep for v1 (9b42e77)
  • radar: Remove deprecated action and control fields from Radar standalone assessment (#97) (b5d9685)
  • secret: Add SecretString wrapper for sensitive fields (d3729a9)
  • 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: Regenerate from oagen with query encoder + typed param bodies (e63d620)
  • generated: Standardize type names and fix parameter defaults in authorization service (#97) (b5d9685)
  • helpers: Harden webhook, session, and vault crypto paths (98b8a59)
  • renovate: explicitly enable minor and patch updates (#99) (2639af6)
  • sdk: omit defaulted screen_hint from auth URLs (#102) (2dc6fa4)
  • 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 28, 2026

Greptile Summary

This is an automated release PR generated by Release Please, bumping the workos crate from v2.0.1 to v3.0.0 across four files. The major version bump reflects several breaking changes, new features, and bug fixes accumulated since the last release.

  • Version bump: Cargo.toml, Cargo.lock, and .release-please-manifest.json all consistently updated to 3.0.0.
  • CHANGELOG.md: Release notes prepended covering breaking changes (organization membership split, Radar field removal), new features (Vault service, auto-paging streams, SecretString wrapper, RequestStrategy), and bug fixes (field types, query encoding, screen_hint omission).

Confidence Score: 5/5

Safe to merge — all changes are automated version metadata with no logic or behavior modifications.

The PR only updates four files: version strings in Cargo.toml, Cargo.lock, and .release-please-manifest.json, plus prepends a changelog block in CHANGELOG.md. Version numbers are consistent (3.0.0) across all files, no dependency versions were changed, and no source code was modified. The changelog accurately reflects the breaking changes listed in the PR description.

No files require special attention.

Important Files Changed

Filename Overview
Cargo.toml Version bumped from 2.0.1 to 3.0.0; no other content changes
Cargo.lock Lock file updated to reflect the workos package version change from 2.0.1 to 3.0.0
CHANGELOG.md 3.0.0 release notes prepended, covering breaking changes, features, and bug fixes accumulated since 2.0.1
.release-please-manifest.json Manifest version bumped from 2.0.1 to 3.0.0 to track the new release

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release Please Bot] -->|Aggregates commits since v2.0.1| B[Generate CHANGELOG entry]
    B --> C[Bump version: 2.0.1 → 3.0.0]
    C --> D[Update Cargo.toml]
    C --> E[Update Cargo.lock]
    C --> F[Update .release-please-manifest.json]
    D & E & F & B --> G[Open PR #103]
    G -->|Merged| H[Tag v3.0.0]
    H --> I[Publish to crates.io]
Loading

Reviews (1): Last reviewed commit: "chore(main): release 3.0.0" | Re-trigger Greptile

@gjtorikian
Copy link
Copy Markdown
Contributor

this is wrong. these changes went out in v2 already. will investigate what's up with the workflow

@gjtorikian gjtorikian closed this May 28, 2026
@gjtorikian gjtorikian deleted the release-please--branches--main--components--workos branch May 28, 2026 16:14
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