Skip to content

Releases: workos/workos-php

v1.11.0

21 Jun 23:13
feed005

Choose a tag to compare

Added

  • Added null coalesce operator for missing response mappings (#103)

v1.10.0

07 Jun 20:11
07dfceb

Choose a tag to compare

Changed

  • Removed environmentId fields (#95)
  • Added order param (#96)
  • Included organization_id in listConnections (#97)
  • Exposed expires_at in totp challenge responses (#101)

v1.9.0

13 Apr 17:47
e869ce4

Choose a tag to compare

Changed

  • Split AuthenticationChallenge Resource into AuthenticationChallengeTotp and AuthenticationChallengeSms

v1.8.0

30 Mar 14:26
44425d2

Choose a tag to compare

Added

  • Added MFA API support (#87)

Fixed

  • Used list_metadata instead of ListMetadata (#81)

Changed

  • Updated various dependencies

v1.7.0

25 Feb 00:05
e2267b8

Choose a tag to compare

Deprecated

  • Removed environment_id from directory resource as it was no longer needed and sent within the API response

v1.6.0

05 Jan 23:18
6ed5e10

Choose a tag to compare

Changed

  • Made domain, provider, and connection parameters nullable in the getAuthorizationUrl method for SSO

v1.5.1

17 Dec 20:16
63c5894

Choose a tag to compare

Fixed

  • Fixed a bug in Webhooks::constructEvent that was returning an error when webhooks contained non UTF-8 characters

v1.5.0

16 Dec 21:24
b26a0d1

Choose a tag to compare

Added

  • Added support for Organization parameter for GetAuthorizationURL function
  • Added support for domain_hint and login_hint parameters for GetAuthorizationURL function

v1.4.0

09 Nov 20:01
e3d75e2

Choose a tag to compare

Added

  • Added GET Directory function
  • Added Webhook validation function

v1.3.0

28 Oct 16:23
e19ef69

Choose a tag to compare

Added

  • Exposed custom_attributes on DirectoryUser (#66)