Skip to content

chore(main): release 8.0.0#660

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

chore(main): release 8.0.0#660
gjtorikian merged 3 commits into
mainfrom
release-please--branches--main

Conversation

@workos-sdk-automation
Copy link
Copy Markdown
Contributor

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

🤖 I have created a release beep boop

8.0.0 (2026-05-26)

⚠ BREAKING CHANGES

  • organization_membership: Add new OrganizationMembershipService with membership and group operations (#662)
  • vault: Add new Vault service with encryption and object storage APIs (#662)
  • radar: Remove device_fingerprint and bot_score parameters from assess request (#662)
  • authorization: Remove search parameter and add resource/role filtering (#662)
  • api_keys: Add expires_at field to API key models (#662)
  • audit_logs: Rename audit log models and update service references (#662)
  • webhooks: Rename WebhookEndpointJson to WebhookEndpoint (#662)
  • user_management: Remove organization membership methods, move to new service (#662)

Features

  • api_keys: Add expires_at field to API key models (#662) (ab992b5)
  • audit_logs: Rename audit log models and update service references (#662) (ab992b5)
  • authorization: Remove search parameter and add resource/role filtering (#662) (ab992b5)
  • common: Add new models for pipes events and enhancements (#662) (ab992b5)
  • organization_membership: Add new OrganizationMembershipService with membership and group operations (#662) (ab992b5)
  • radar: Remove device_fingerprint and bot_score parameters from assess request (#662) (ab992b5)
  • user_management: Remove organization membership methods, move to new service (#662) (ab992b5)
  • vault: Add new Vault service with encryption and object storage APIs (#662) (ab992b5)
  • webhooks: Rename WebhookEndpointJson to WebhookEndpoint (#662) (ab992b5)

Bug Fixes

  • deps: update dependency cryptography to v48 (#659) (1ccc411)

This PR was generated with Release Please. See documentation.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 15, 2026

Greptile Summary

This is an automated release PR generated by Release Please, bumping the SDK from v7.0.1 to v8.0.0. The three changed files are purely mechanical: the manifest, changelog, and pyproject.toml version field.

  • Version bump: pyproject.toml and .release-please-manifest.json updated from 7.0.18.0.0.
  • Changelog: 8.0.0 entry added, documenting eight breaking changes (new OrganizationMembershipService, new Vault service, model renames, parameter removals) and the cryptography dependency update to v48.
  • No source code changes are included in this PR; all feature work landed in PR feat(generated)!: regenerate from spec (10 changes) #662.

Confidence Score: 5/5

Safe to merge — the only changes are automated version-bump metadata with no executable code modified.

All three files are release bookkeeping (manifest, changelog, and the version field in pyproject.toml). No source logic, authentication paths, or data-handling code is touched, so there is nothing that could introduce a regression.

No files require special attention.

Important Files Changed

Filename Overview
.release-please-manifest.json Version bumped from 7.0.1 to 8.0.0 by Release Please automation
CHANGELOG.md 8.0.0 changelog entry prepended, documenting all breaking changes and features from PR #662 plus the cryptography dependency update
pyproject.toml Package version bumped from 7.0.1 to 8.0.0; no other fields changed

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Release Please Bot] --> B[Reads commits since v7.0.1]
    B --> C{Breaking changes detected?}
    C -- Yes --> D[Bump major version\n7.0.1 → 8.0.0]
    D --> E[Update .release-please-manifest.json]
    D --> F[Update pyproject.toml version]
    D --> G[Prepend CHANGELOG.md entry]
    E & F & G --> H[Open PR #660]
    H --> I[Merge → tag v8.0.0 → publish to PyPI]
Loading

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

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@workos-sdk-automation workos-sdk-automation Bot force-pushed the release-please--branches--main branch from 31156c2 to 76ace29 Compare May 19, 2026 17:40
@workos-sdk-automation workos-sdk-automation Bot force-pushed the release-please--branches--main branch from 277d8e7 to 277d32f Compare May 26, 2026 19:47
@workos-sdk-automation workos-sdk-automation Bot changed the title chore(main): release 7.0.2 chore(main): release 8.0.0 May 26, 2026
@workos-sdk-automation workos-sdk-automation Bot force-pushed the release-please--branches--main branch from f85449a to 4357110 Compare May 26, 2026 19:54
@gjtorikian gjtorikian merged commit ddd2e67 into main May 26, 2026
14 checks passed
@gjtorikian gjtorikian deleted the release-please--branches--main branch May 26, 2026 19:55
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