Releases: workos/workos-node
Releases · workos/workos-node
v7.33.1
v7.33.0
v7.32.0
v7.31.0
What's Changed
- Add NodeHttpClient and FetchHttpClient tests for retry logic by @stanleyphu in #1154
- Remove org Stripe customer ID setter/getter by @dandorman in #1160
- Add
oauthTokens
toAuthenticationResponse
by @jonatascastro12 in #1164 - Bump version to v7.31.0 by @jonatascastro12 in #1165
Full Changelog: v7.30.1...v7.31.0
v7.31.0-beta.actions1
What's Changed
- Add actions support by @faroceann in #1161
Full Changelog: v7.9.0...v7.31.0-beta.actions1
v7.30.1
What's Changed
- Throws non-retryable errors in
NodeHttpClient
#1155
Full Changelog: v7.30.0...v7.30.1
v7.30.0
v7.29.1
Changed
- Fixed incorrect organization domain interface (#1145)
- Updated
verificationToken
onOrganizationDomain
to optional (it was always optional from the API's perspective) - Updated
Organization
deserialization to correctly deserializeverificationToken
andverificationStrategy
for the organization's domains
- Updated