Skip to content

chore(main): release 9.0.0#555

Merged
gjtorikian merged 1 commit into
mainfrom
release-please--branches--main
May 26, 2026
Merged

chore(main): release 9.0.0#555
gjtorikian merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@workos-sdk-automation
Copy link
Copy Markdown
Contributor

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

🤖 I have created a release beep boop

9.0.0 (2026-05-26)

⚠ BREAKING CHANGES

  • return error from Session.Refresh on auth failures (#549)
  • audit_logs: Rename audit log model types (breaking) (#554)
  • radar: Remove device_fingerprint and bot_score parameters (#554)
  • user_management: Refactor organization membership to dedicated service (#554)

Features

  • api_keys: Add expires_at field to API key models (#554) (0add116)
  • audit_logs: Rename audit log model types (breaking) (#554) (0add116)
  • authorization: Add filter parameters to role/resource assignment list (#554) (0add116)
  • generated: Add new vault-related model types (#554) (0add116)
  • organization_membership: Add new organization membership service (#554) (0add116)
  • pipes: Add pipes connected account event models (#554) (0add116)
  • radar: Remove device_fingerprint and bot_score parameters (#554) (0add116)
  • user_management: Refactor organization membership to dedicated service (#554) (0add116)
  • vault: Add new vault service for encryption key management (#554) (0add116)
  • webhooks: Rename webhook endpoint model type (#554) (0add116)

Bug Fixes

  • return error from Session.Refresh on auth failures (#549) (239fc22)

This PR was generated with Release Please. See documentation.

@workos-sdk-automation workos-sdk-automation Bot requested a review from a team as a code owner May 26, 2026 18:01
@workos-sdk-automation workos-sdk-automation Bot requested a review from a team as a code owner May 26, 2026 18:01
@workos-sdk-automation workos-sdk-automation Bot requested review from mattgd and removed request for a team May 26, 2026 18:01
@workos-sdk-automation workos-sdk-automation Bot force-pushed the release-please--branches--main branch from fabb24b to fe47a32 Compare May 26, 2026 18:06
@gjtorikian gjtorikian merged commit d87fe52 into main May 26, 2026
7 checks passed
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 26, 2026

Greptile Summary

This is a release-please generated PR bumping the SDK from v8.0.1 to v9.0.0. The three changed files are all version bookkeeping — no logic, no runtime behavior, and no security-relevant code is modified.

  • version.go and .release-please-manifest.json update the version constant/manifest to 9.0.0.
  • CHANGELOG.md records the breaking changes (audit log renames, radar parameter removal, organization membership refactor, Session.Refresh error propagation), new features (vault service, API key expires_at, pipes events, etc.), and the one bug fix included in this release.

Confidence Score: 5/5

All three changed files are version bookkeeping only; no runtime logic is touched.

The PR exclusively updates version strings and the changelog. No executable logic, no configuration, no security-relevant code is modified. The changes are consistent — all three files agree on version 9.0.0.

No files require special attention.

Important Files Changed

Filename Overview
.release-please-manifest.json Version bumped from 8.0.1 to 9.0.0 in the release manifest.
CHANGELOG.md New 9.0.0 changelog section added, documenting breaking changes, features, and bug fixes from merged PRs.
version.go SDK Version constant updated from "v8.0.1" to "v9.0.0".

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[release-please bot] -->|generates| B[PR #555]
    B --> C[.release-please-manifest.json\n8.0.1 → 9.0.0]
    B --> D[version.go\nVersion = v8.0.1 → v9.0.0]
    B --> E[CHANGELOG.md\nAdd 9.0.0 entry]
    C & D & E --> F[Merge → tag v9.0.0]
Loading

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

@gjtorikian gjtorikian deleted the release-please--branches--main branch May 26, 2026 18:07
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