Skip to content

Releases: workos/workos-node

v1.3.1

16 Sep 20:19
Compare
Choose a tag to compare

Changed

  • Updated dependencies, including an update of axios to 0.21.4

v1.3.0

16 Aug 19:31
dc45abb
Compare
Choose a tag to compare

Added

  • Exposed custom_attributes for directory users (#431)
  • Added created_at and updated_at fields (#437)

v1.2.0

14 Jul 15:25
9c64e34
Compare
Choose a tag to compare

Added

  • Added improved error handling (#410)
  • Added named export for CommonJS consumers (#423)
  • Added OrganizationId to Directory Endpoint (#408)

v1.1.0

02 Jun 18:35
790089e
Compare
Choose a tag to compare

Added

  • Added sso.getProfile (#396)
  • Added organizations.getOrganization (#394)
  • Added organizations.deleteOrganization (#398)
  • Added expiresIn to CreatePasswordlessSessionOptions (#405)

v1.0.0

12 May 19:01
ee8cdf3
Compare
Choose a tag to compare

Breaking Changes

  • sso.getProfile has been renamed to sso.getProfileAndToken (#385)
    • The return type has also been changed from Promise<Profile> to Promise<ProfileAndToken>
  • Organization operations have been moved from the portal namespace to organizations (#390)
    • portal.createOrganizationorganizations.createOrganization
    • portal.listOrganizationsorganizations.listOrganizations
  • sso.createConnection and sso.promoteDraftConnection have been removed (#392)
  • The following fields have been removed from Connections (#379):
    • oauth_uid
    • oauth_secret
    • oauth_redirect_uri
    • saml_entity_id
    • saml_idp_url
    • saml_relying_party_trust_cert
    • saml_x509_certs

Added

  • Added organizations.updateOrganization (#388)
  • Exposed organization_id on Connections (#379)

Removed Deprecations

  • The deprecated projectID parameter for sso.getAuthorizationURL and sso.getProfileAndToken (formerly sso.getProfile) has been fully removed. The clientID parameter should be used instead (#389)

v0.10.3

07 May 18:08
16b3829
Compare
Choose a tag to compare

Added

  • Updated exceptions to extend Error (#381)

v0.10.2

06 May 17:40
9c8f573
Compare
Choose a tag to compare

Added

  • Added Connection state replacing status (#376)

v0.10.1

22 Apr 21:13
76f8ae2
Compare
Choose a tag to compare

Added

  • Expose idp_id for directory users (#367)

v0.10.0

16 Apr 15:31
92a8e80
Compare
Choose a tag to compare

Fixed

  • Fixed return type signature for portal.generateLink (#364)

v0.9.10

15 Apr 20:35
9bcc65e
Compare
Choose a tag to compare

Changed

  • Export UsersWithGroups from package root (#361)