Skip to content

Releases: workos/workos-node

v6.0.3

28 Feb 17:06
40ba433
Compare
Choose a tag to compare

Fixed

  • Expose non-publicly documented properties in auth response (#971)

Full Changelog: v6.0.2...v6.0.3

v6.0.2

20 Feb 18:45
7ea7625
Compare
Choose a tag to compare

Fixed

  • Fixed issues with APIs that don't return a response body (#969)

Full Changelog: v6.0.1...v6.0.2

v6.0.1

19 Feb 11:59
a1d9ff0
Compare
Choose a tag to compare

Fixed

  • Fixed Cloudflare worker incompatibility (#965)
  • Fixed workos.userManagement.revokeInvitation API call (#966)

Full Changelog: v6.0.0...v6.0.1

v6.0.0

13 Feb 17:51
c38dd7d
Compare
Choose a tag to compare

This is a major release of the WorkOS API that may contain breaking changes for your application. Please carefully read these release notes and contact [email protected] if you encounter any issues.

Added

  • Added support for Cloudflare Workers, Deno and other Edge runtime environments. (#962)

Changed

  • Removed axios and used native fetch instead
  • [Breaking change] The WorkOS constructor's options (WorkOSOptions) used to take axios: AxiosRequestConfig. This has now be replaced by config: RequestInit
  • Webhooks APIs now use web crypto instead of node's built-in crypto module
    • [Breaking change] This means the webhooks APIs such as constructEvent are now async
    • [Breaking change] This also means that the minimum Node version required for v6.0.0 is Node V19 in order to support web crypto if you are using the Webhooks APIs

Full Changelog: v5.2.0...v6.0.0

v5.2.0

07 Feb 21:31
5260da3
Compare
Choose a tag to compare

Added

  • Add profile_picture_url attribute to the user object by @hadihallak in #958

Full Changelog: v5.1.4...v5.2.0

v5.1.4

25 Jan 18:48
943d941
Compare
Choose a tag to compare

Fixed

  • Added final fixes for serializing options on auto paginated list objects (#955)

v5.1.3

25 Jan 16:52
d72b8e2
Compare
Choose a tag to compare

Fix options for list /connections auto-pagination (#952)

v4.0.3

25 Jan 18:46
5553cb4
Compare
Choose a tag to compare

Fixed

  • Added fix for serializing options on auto paginated list objects (#953)

v3.9.3

25 Jan 19:18
55ba838
Compare
Choose a tag to compare

Fixed

  • Added fix for serializing options on auto paginated list objects (#956)

v5.1.2

24 Jan 21:12
633881e
Compare
Choose a tag to compare

Fixed

  • Fix options for auto-pagination (#949)