Releases: workos/workos-node
Releases · workos/workos-node
v6.0.3
Fixed
- Expose non-publicly documented properties in auth response (#971)
Full Changelog: v6.0.2...v6.0.3
v6.0.2
Fixed
- Fixed issues with APIs that don't return a response body (#969)
Full Changelog: v6.0.1...v6.0.2
v6.0.1
Fixed
- Fixed Cloudflare worker incompatibility (#965)
- Fixed
workos.userManagement.revokeInvitation
API call (#966)
Full Changelog: v6.0.0...v6.0.1
v6.0.0
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 nativefetch
instead - [Breaking change] The
WorkOS
constructor's options (WorkOSOptions
) used to takeaxios: AxiosRequestConfig
. This has now be replaced byconfig: 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 nowasync
- [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
- [Breaking change] This means the webhooks APIs such as
Full Changelog: v5.2.0...v6.0.0
v5.2.0
Added
- Add profile_picture_url attribute to the user object by @hadihallak in #958
Full Changelog: v5.1.4...v5.2.0