Skip to content

Releases: workos/workos-php

v4.32.0

09 Mar 17:06
82d2ae2

Choose a tag to compare

4.32.0 (2026-03-09)

Features

Bug Fixes

  • listEnvironmentRoles should not use PaginatedResource (#341) (52f0602)

v4.31.0

06 Mar 22:13
52fb6b3

Choose a tag to compare

4.31.0 (2026-03-06)

Features

  • Add directoryManaged to OrganizationMembership (#334) (1451af1)
  • Add RBAC environment roles API support (#338) (31fb41d)
  • Add RBAC permissions API support (#337) (dd7dca2)
  • api: Return state field for directory users (#27) (250887e)
  • Introduce a dedicated PaginatedResource object (#316) (a3ccfde)
  • workos-php: Add connection to getAuthorizationUrl (#29) (ade7019)

Bug Fixes

Miscellaneous Chores

4.30.1

17 Feb 16:50
9372d03

Choose a tag to compare

What's Changed

  • Add custom_attributes field to OrganizationMembership by @ajworkos in #318
  • Configure Renovate by @renovate[bot] in #319
  • Update peter-evans/create-pull-request action to v8 by @renovate[bot] in #327
  • fix revokeSession api call format by @kkoch986 in #328
  • Bump version to 4.30.1 by @workos-sdk-automation[bot] in #329

New Contributors

Full Changelog: 4.30.0...4.30.1

4.30.0

21 Jan 18:14
8d63a31

Choose a tag to compare

What's Changed

  • Add context7.json to repo by @nicknisi in #314
  • Implement Authkit Sessions by @birdcar in #315
  • Bump version to 4.30.0 by @workos-sdk-automation[bot] in #317

New Contributors

  • @birdcar made their first contribution in #315
  • @workos-sdk-automation[bot] made their first contribution in #317

Full Changelog: v4.29.0...4.30.0

v4.29.0

03 Dec 20:30
101d380

Choose a tag to compare

What's Changed

Full Changelog: v4.28.0...v4.29.0

v4.28.0

21 Nov 05:57
ed4dd61

Choose a tag to compare

What's Changed

  • Added support for schema creation and existance checking by @blobaugh in #301
  • Add ability to resend invitation by @antn in #307

New Contributors

Full Changelog: v4.27.0...v4.28.0

v4.27.0

24 Sep 13:13
5acee37

Choose a tag to compare

What's Changed

  • Fix small bug in DirectorySync by @gcarvelli in #291
  • Add getEnvVariable utility method to fix Laravel config caching issue by @nicknisi in #293
  • Adds multiple roles support to OrganizationMembership Create and Update by @csrbarber in #302
  • Version bump to 4.27.0 by @csrbarber in #304

New Contributors

Full Changelog: v4.26.0...v4.27.0

v4.26.0

23 Jun 20:38
bb7b823

Choose a tag to compare

What's Changed

  • Added support for custom scopes (#289)

Full Changelog: v4.25.0...v4.26.0

v4.25.0

17 Jun 12:51
a65be0b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.24.0...v4.25.0

v4.24.0

22 May 21:52
343f146

Choose a tag to compare

What's Changed

  • Fixes $roleSlug behavior on updateOrganizationMembership (no longer required) (#278)
  • Adds $roleSlug to createOrganizationMembership (#278)
  • Adds $email to updateUser (#285)