Skip to content

Releases: okta/okta-sdk-nodejs

8.1.0

Choose a tag to compare

@sagar-okta sagar-okta released this 06 May 06:53
9a42ddb

What's Changed

Issue fixes and package upgrades

8.0.0

Choose a tag to compare

@sagar-okta sagar-okta released this 04 Mar 06:58
d256f7a

What's Changed

Refreshed SDK with Latest OAS spec

7.3.0

Choose a tag to compare

@tanish-okta tanish-okta released this 25 Sep 08:16
dd71305

What's Changed

Full Changelog: okta-sdk-nodejs-7.2.1...okta-sdk-nodejs-7.3.0

7.2.1

Choose a tag to compare

@jaredperreault-okta jaredperreault-okta released this 24 Jul 17:39
c657780

Fixes

  • #442

    • Fixed schemas:
      • OrgCAPTCHASettings
      • EmailServerListResponse
      • UISchemaObject (elements)
    • Fixed return type for:
      • applicationApi.listJwk
      • logStreamApi.activateLogStream
      • logStreamApi.deactivateLogStream
      • emailServerApi.getEmailServer
    • Fixed request type for:
      • logStreamApi.createLogStream
    • Fixes detection of affected resources for caching middleware
  • #445 fix: upgrades form-data version to 4.0.4 to pull in CVE-2025-7783 resolution

7.2.0

Choose a tag to compare

@jaredperreault-okta jaredperreault-okta released this 24 Jul 17:38
a84179c

Features

  • #438 SDK has been regenerated using latest version of openapi-generator-cli (7.13.0) and latest Okta OpenAPI spec (as on 20 June 2025)

  • #438 Added new APIs:

    • ResourceSetApi
    • IntegrationsApi
    • RoleApi
    • AttackProtectionApi
    • CAPTCHAApi
    • DeviceAccessApi
    • DeviceIntegrationsApi
    • DevicePostureCheckApi
    • DirectoriesIntegrationApi
    • DisasterRecoveryApi
    • EmailDomainApi
    • EmailServerApi
    • GovernanceBundleApi
    • GroupOwnerApi
    • HookKeyApi
    • IdentitySourceApi
    • LogStreamApi
    • OktaApplicationSettingsApi
    • OktaPersonalSettingsApi
    • OrgCreatorApi
    • PrivilegedResourceApi
    • RateLimitSettingsApi
    • RealmApi
    • RealmAssignmentApi
    • RiskEventApi
    • RiskProviderApi
    • SSFReceiverApi
    • SSFSecurityEventTokenApi
    • SSFTransmitterApi
    • ServiceAccountApi
    • UISchemaApi
    • WebAuthnPreregistrationApi
  • #438 Updated APIs:

    • ApplicationApi:
      • Added new methods from ApplicationCWOConnectionsApi, ApplicationExpressConfigurationApi, ApplicationPoliciesApi
      • Added new methods from ApplicationSSOApi, ApplicationSSOCredentialOAuth2ClientAuthApi, ApplicationSSOFederatedClaimsApi
    • AuthorizationServerApi:
      • Added new methods from AuthorizationServerClientsApi, AuthorizationServerAssocApi
    • CustomizationApi:
      • Added new methods from EmailCustomizationApi, CustomPagesApi
    • RoleAssignmentApi
      • Added new methods from RoleAssignmentClientApi
    • RoleTargetApi
      • Added new methods from RoleBTargetBGroupApi, RoleBTargetClientApi
    • UserApi:
      • Added new methods from UserClassificationApi, UserOAuthApi, UserRiskApi

7.1.1

Choose a tag to compare

@jaredperreault-okta jaredperreault-okta released this 17 Jun 15:18
fc90ccf

Fixes

7.1.0

Choose a tag to compare

@jaredperreault-okta jaredperreault-okta released this 17 Jun 15:17
afe225c

Features

  • #389 Added Device API

7.0.1

Choose a tag to compare

@shuowu-okta shuowu-okta released this 28 Aug 18:21

Bug Fixes

  • #395 fix: Encode special characters in path parameters

7.0.0

Choose a tag to compare

@shuowu-okta shuowu-okta released this 05 Apr 20:24
0f22f61

Breaking changes

  • #373 Uses openapi-generator for creating SDK.

    • Methods are invoked on scoped clients
    • Method params are passed as a single object
    • Models no longer have CRUD methods
    • Methods which return Collection become async
    • Enums are replaced with union types
    • Model properties are optional
    - await client.getUser('ausmvdt5xg8wRVI1d0g3')
    + await client.userApi.getUser({ userId: 'ausmvdt5xg8wRVI1d0g3' })
    - await user.deactivate()
    + await client.userApi.deactivateUser({ userId: user.id })

6.6.0

Choose a tag to compare

@shuowu-okta shuowu-okta released this 12 Dec 16:40
0956b83

Bug Fixes

  • #360 Fixes path and type signature issues for MemoryStore.
  • #365 Adds support for custom attributes in UserProfile and GroupProfile