Skip to content

Commit c6e2d5d

Browse files
chore(main): release 5.0.0 (#347)
Co-authored-by: workos-sdk-automation[bot] <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Co-authored-by: Garen J. Torikian <gjtorikian@users.noreply.github.com>
1 parent 6233b98 commit c6e2d5d

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [5.0.0](https://github.com/workos/workos-php/compare/4.32.0...5.0.0) (2026-04-13)
4+
5+
### Top-Level Notices
6+
7+
* v5 is a major SDK redesign centered on an instantiated `WorkOS` client with service accessors like `$workos->sso()`, `$workos->userManagement()`, and `$workos->authorization()`. Direct use of many legacy top-level service classes and transport internals has been removed or renamed.
8+
* The minimum runtime is now PHP 8.2. The SDK now depends on `guzzlehttp/guzzle:^7`, `paragonie/halite:^5.1`, and `ext-curl:^8.2`.
9+
* Responses and resources are now typed, generated models, pagination now uses `PaginatedResponse`, and named arguments are strongly recommended because many method signatures changed in v5.
10+
* The v5 release also expands and reorganizes the SDK surface across areas like Authorization, Audit Logs, Feature Flags, Organization Domains, Connect, Events, Pipes, Radar, API Keys, Session Manager, PKCE, Webhooks, and Vault helpers.
11+
12+
### Migration Guide
13+
14+
* For upgrade steps, renamed APIs, and side-by-side examples for moving from v4 to v5, see [V5_MIGRATION_GUIDE](docs/V5_MIGRATION_GUIDE.md).
15+
316
## [4.32.0](https://github.com/workos/workos-php/compare/4.31.0...4.32.0) (2026-03-09)
417

518

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 = '4.32.0'; // x-release-please-version
12+
public const SDK_VERSION = '5.0.0'; // x-release-please-version
1313
}

0 commit comments

Comments
 (0)