Skip to content

Commit 04786af

Browse files
chore(main): release 8.1.0 (#664)
Co-authored-by: workos-sdk-automation[bot] <255426317+workos-sdk-automation[bot]@users.noreply.github.com>
1 parent 7bf3142 commit 04786af

5 files changed

Lines changed: 49 additions & 42 deletions

File tree

.changelog-pending/2026-06-03T19-20-22-dee95fc33c4f813ac60adfa8c57d210db8183dd8.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.0.0"
2+
".": "8.1.0"
33
}

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# Changelog
22

3+
## [8.1.0](https://github.com/workos/workos-python/compare/v8.0.0...v8.1.0) (2026-06-17)
4+
5+
### Bug Fixes
6+
7+
* **renovate:** explicitly enable minor and patch updates ([#663](https://github.com/workos/workos-python/issues/663)) ([ff8ad1b](https://github.com/workos/workos-python/commit/ff8ad1ba5ef2d2222802dfc2f8de337551740ad4))
8+
9+
- [#665](https://github.com/workos/workos-python/pull/665) feat(generated)!: regenerate from spec (9 changes)
10+
11+
**⚠️ Breaking**
12+
- **[api_keys](https://workos.com/docs/reference/authkit/api-keys)**:
13+
- Made `expires_at` required in API key models
14+
- **[directory_sync](https://workos.com/docs/reference/directory-sync)**:
15+
- Removed model `DsyncDeactivated`
16+
- Removed model `DsyncDeactivatedData`
17+
- Removed model `DsyncDeactivatedDataDomain`
18+
- Removed enum `DsyncDeactivatedDataType`
19+
- Removed enum `DsyncDeactivatedDataState`
20+
- **[radar](https://workos.com/docs/reference/radar)**:
21+
- Removed `domain_sign_up_rate_limit` from `RadarStandaloneResponseControl`
22+
- **[user_management](https://workos.com/docs/reference/authkit/user)**:
23+
- Removed `return_to` from `RevokeSession`
24+
25+
**Features**
26+
- **[api_keys](https://workos.com/docs/reference/authkit/api-keys)**:
27+
- Added model `ExpireApiKey`
28+
- Added model `ApiKeyUpdated`
29+
- Added model `ApiKeyUpdatedData`
30+
- Added model `ApiKeyUpdatedDataOwner`
31+
- Added model `UserApiKeyUpdatedDataOwner`
32+
- Added model `ApiKeyUpdatedDataPreviousAttribute`
33+
- Added endpoint `POST /api_keys/{id}/expire`
34+
- **[audit_logs](https://workos.com/docs/reference/audit-logs)**:
35+
- Added `Snowflake` to `AuditLogConfigurationLogStreamType`
36+
- **[connect](https://workos.com/docs/reference/workos-connect/standalone)**:
37+
- Added `name` to `UserObject`
38+
- **[directory_sync](https://workos.com/docs/reference/directory-sync)**:
39+
- Added model `DsyncTokenCreated`
40+
- Added model `DsyncTokenCreatedData`
41+
- Added model `DsyncTokenRevoked`
42+
- Added model `DsyncTokenRevokedData`
43+
- **[user_management](https://workos.com/docs/reference/authkit/user)**:
44+
- Added `name` to user management models
45+
- **[webhooks](https://workos.com/docs/reference/webhooks)**:
46+
- Added `api_key.updated` to `CreateWebhookEndpointEvents`
47+
- Added `api_key.updated` to `UpdateWebhookEndpointEvents`
48+
349
## [8.0.0](https://github.com/workos/workos-python/compare/v7.0.1...v8.0.0) (2026-05-26)
450

551
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "workos"
3-
version = "8.0.0"
3+
version = "8.1.0"
44
description = "WorkOS Python Client"
55
readme = "README.md"
66
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)