Skip to content

2.1.0

Latest

Choose a tag to compare

@spetrov spetrov released this 07 Jul 22:21
· 230 commits to develop since this release
2.1.0
98f564b

Ping SDK for Android 2.1.0 Release

Added

  • Added OAuth 2.0 Device Authorization Grant (RFC 8628) support.
  • Added Pushed Authorization Request (PAR) support for OIDC.
  • Added standardized JSON configuration support.
  • Added PollingCollector for DaVinci flows.
  • Added QrCodeCollector for DaVinci flows.
  • Added BooleanCollector to support Checkbox and Switch input types in DaVinci forms.
  • Added ReadOnlyTextCollector for DaVinci forms to support Terms of Service and agreement displays.
  • Added support for links in Translatable Rich Text (Forms).
  • Added support for phone number extensions in PhoneNumberCollector.
  • Support for Android 17 (the SDK has been verified to build and run correctly on Android 17).

Fixed

  • Fixed OATH and Push URI parsers to propagate typed InvalidUriException for structural URI parse errors.
  • Fixed Ktor CIO engine dropping repeated Set-Cookie headers with mixed casing (KTOR-8614 workaround).
  • Fixed Push Number Challenge not surfacing a distinct failure for wrong-number responses.
  • Fixed PasswordCollector not handling nested Password policies.