Skip to content

Commit 10c046e

Browse files
chore(main): release 7.1.0 (#399)
Co-authored-by: workos-sdk-automation[bot] <255426317+workos-sdk-automation[bot]@users.noreply.github.com>
1 parent d8a3804 commit 10c046e

4 files changed

Lines changed: 48 additions & 41 deletions

File tree

.changelog-pending/2026-06-03T19-20-23-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-
".": "7.0.1"
2+
".": "7.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+
## [7.1.0](https://github.com/workos/workos-php/compare/v7.0.1...v7.1.0) (2026-06-17)
4+
5+
### Miscellaneous Chores
6+
7+
* **deps:** update github actions non-major ([#398](https://github.com/workos/workos-php/issues/398)) ([79fc78c](https://github.com/workos/workos-php/commit/79fc78c82457f6735e580b348355e0dfe412ef62))
8+
9+
- [#397](https://github.com/workos/workos-php/pull/397) feat(generated)!: regenerate from spec (5 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
## [7.0.1](https://github.com/workos/workos-php/compare/v7.0.0...v7.0.1) (2026-05-28)
450

551

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ final class Version
99
{
1010
public const SDK_IDENTIFIER = 'WorkOS PHP';
1111

12-
public const SDK_VERSION = '7.0.1'; // x-release-please-version
12+
public const SDK_VERSION = '7.1.0'; // x-release-please-version
1313
}

0 commit comments

Comments
 (0)