Developer Experience changelog
Subscribe to get automatic updates:
Latest Releases
Orchestration SDK for Android 2.0.0
April 15, 2026 major
Key features
-
The initial release of the Orchestration SDK for Android is now available with new features and additional support.
This release supports the following key features:
-
Authentication journeys. [SDKS-3917]
-
OATH-based MFA in authentication journeys. [SDKS-4021]
Learn more in Integrating OATH-based one-time passcode auth journeys.
-
Push-based MFA in authentication journeys. [SDKS-4023]
Learn more in Integrating with Push MFA auth journeys.
-
FIDO and Passkeys in authentication journeys and DaVinci flows. [SDKS-4023]
-
Device binding in authentication journeys. [SDKS-4115]
Learn more in Introducing Device Binding.
-
Device profiling in authentication journeys. [SDKS-4300]
Learn more in Introducing Device Profiling.
-
reCAPTCHA Enterprise in authentication journeys. [SDKS-4300]
Learn more in Integrate with Google reCAPTCHA Enterprise.
-
Self-managing MFA devices registered in Advanced Identity Cloud and PingAM. [SDKS-4190]
Learn more in Managing registered devices.
-
Added
-
Added new
networkmodule. [SDKS-4505] -
Added new
mfa-commonsmodule. [SDKS-4106] -
Added new
auth-migrationmodule. [SDKS-4716] -
Added new
device-binding-migrationmodules. [SDKS-4115] -
Added new
device-idmodule. [SDKS-4120] -
Added new
device-rootmodule. [SDKS-4365]
Orchestration SDK for iOS 2.0.0
April 15, 2026 major
Key features
-
The initial release of the Orchestration SDK for iOS is now available with new features and additional support.
This release supports the following key features:
-
Authentication journeys. [SDKS-3918]
-
OATH-based MFA in authentication journeys. [SDKS-4100]
Learn more in Integrating OATH-based one-time passcode auth journeys.
-
Push-based MFA in authentication journeys. [SDKS-4105]
Learn more in Integrating with Push MFA auth journeys.
-
FIDO and Passkeys in authentication journeys and DaVinci flows. [SDKS-4137]
-
Device binding in authentication journeys. [SDKS-4117]
Learn more in Introducing Device Binding.
-
Device profiling in authentication journeys. [SDKS-4128]
Learn more in Introducing Device Profiling.
-
reCAPTCHA Enterprise in authentication journeys. [SDKS-4440]
Learn more in Integrate with Google reCAPTCHA Enterprise.
-
Self-managing MFA devices registered in Advanced Identity Cloud and PingAM. [SDKS-4491]
Learn more in Managing registered devices.
-
Added
-
Added new
PingNetworkmodule. [SDKS-4496] -
Added new
PingDeviceIdmodule. [SDKS-4122] -
Added new
PingTamperDetectormodule. [SDKS-4366] -
Added new
PingJourneyPluginandPingDavinciPluginmodules. [SDKS-4492] -
Added new
PingCommonsmodule. [SDKS-4104] -
Added support for core callbacks in the
PingJourneymodule. [SDKS-4060] -
Added support for native social login to Facebook, Google, and Apple in Advanced Identity Cloud and PingAM journeys. [SDKS-3898]
-
Added migration mechanism for existing device binding data from the ForgeRock SDK to the Orchestration SDK for iOS. [SDKS-4495]
Fixes
-
Updated
PingStoragemodule to allow multiple DaVinci/Journey instances to have separate cookies, sessions, and token storage. [SDKS-4588]
Orchestration SDK for JavaScript 2.0.0
April 15, 2026 major
Key features
-
The initial release of the Orchestration SDK for JavaScript is now available with new features and additional support.
This release supports the following key features:
-
Authentication journeys.
-
FIDO and Passkeys in authentication journeys.
Learn more in Integrating with FIDO (WebAuthn) auth journeys.
-
reCAPTCHA Enterprise in authentication journeys.
Learn more in Integrate with Google reCAPTCHA Enterprise.
-
Self-managing MFA devices registered in Advanced Identity Cloud and PingAM.
Learn more in Managing registered devices.
-
Added
-
Added well-known OIDC endpoint discovery support.
The journey client can now fetch configuration from the
.well-known/openid-configurationendpoint. The realm path is automatically inferred from the well-known issuer URL.Learn more in Configuring the Journey module in JavaScript.
Fixed
-
Fixed error handling in the
storageclient anddavinci-client.-
Added
isGenericErrortype guard tosdk-utilitiesfor runtime error validation. -
Fixed storage client to properly catch errors from custom storage implementations, honoring the errors-as-values contract.
-
Improved
davinci-clienterror handling to use explicit error checks instead of try-catch.
-