Skip to main content

9.2.0 Release Notes

HYPR 9.2.0 is an Internal Release.

The Internal Release Channel is specifically designed for in-house deployment, targeting both our office and DMO environments. This channel is distinct from those used for customer distribution. It enables our teams to integrate monthly updates, offering prompt access to new features and enhancements. This regular update cycle is key in maintaining an agile and responsive product delivery mechanism.

In contrast, the Enterprise Release Channel, which is employed for customer release, operates on a quarterly update schedule. This less frequent cadence is beneficial for customers who require additional time for adaptation and implementation, ensuring minimal disruption to their business operations. It's important to note that all features released through the Internal Release Channel will be subsequently available in the next scheduled Enterprise Release for our customers.

New Section

To enable our customers to be more proactive in anticipating industry changes that affect HYPR architecture and topology needs, we have created the Breaking Changes section of the Release Notes. This section may be updated after the GA Release as information becomes available to HYPR.

Minimum Supported Versions

Release DateHYPR ProductMinimum RequirementNotes
April 16, 2024HYPR Passwordless for Windows 9.2.0Windows (10, 11)Reboot required if upgrading from 7.6 or below; Security Key Support for Yubikey 5 Plus and Feitian ePass K9 Plus, K40 Plus and their offshoots
April 16, 2024HYPR Passwordless for Mac 9.2.0macOS (High Sierra, Mojave, Catalina, Big Sur, Monterey, Ventura, Sonoma 14.1 [not 14.0])Security Key Support for Yubikey 5 Plus and Feitian ePass K9 Plus, K40 Plus and their respective offshoots
April 16, 2024HYPR Mobile App for Android 9.2.0Android 8.0+
April 16, 2024HYPR Mobile App for iOS 9.2.0iOS 12.4+
April 16, 2024HYPR Server 9.2.0Java Development Kit (JDK) 17+Upgrade to 7.10 required before upgrading to 8.0.0 or higher
April 16, 2024HYPR SDK for Android 9.2.0Android 8.0+
April 16, 2024HYPR SDK for iOS 9.2.0iOS 12.4+
April 16, 2024HYPR SDK for Java 9.2.0Java Development Kit (JDK) 17+
Backward Compatibility

All HYPR components are fully compatible across the three previous/subsequent minor (X.X) HYPR releases.

Enhancements

  • [Control Center] Access Tokens now support OAuth tokens in addition to previous options

  • [Control Center] Custom Device Manager templates have been added to aid in migration efforts

  • [Control Center] General UI improvements and editorial corrections

  • [Control Center] Proof of Value customers using a Control Center tenant test implementation will see a banner at the top of the CC console indicating the status of their PoV implementation

  • [Control Center - Integrations] Replace external IIS Web Server needed for HYPR ADFS Plugin to URL served via ADFS

  • [HYPR Adapt] General UI/UX improvements

  • [HYPR Adapt] Remove Login Limits local template from CC, point strictly to PolicyTemplates Risk Engine API in code

  • [HYPR Affirm] Improved IdV flow and UI; error and messaging corrections

  • [HYPR Affirm] Signals reports local network information from a workstation; previously it was logging the information but not reporting it

  • [HYPR Mobile App - Both] The authentication messages for Android and iOS now use the same verbiage

  • [HYPR Mobile App for Android] The "Add Linked Workstation" button no longer appears under Web accounts when a web-associated computer is deleted

  • [HYPR Mobile App for Android] When no email address is associated with a user, HYPR creates a web account using the user's UPN

  • [HYPR Mobile App for Android] The bubble with computer icon now changes to a pairing/Scan QR icon after pairing is completed

  • [HYPR Passwordless - Both] HYPRspeed now passes the username back from the workstation to related web accounts

  • [HYPR Passwordless - Windows] Windows refreshes icons after a new HYPR Passwordless installation

  • [HYPR Passwordless - Windows] Bundled YubiKey mini-driver has been updated to version 4.6.0

  • [HYPR Passwordless - Windows] YubiKey 5.7.0 firmware support has been added

  • [HYPR Passwordless for macOS] It is no longer necessary to grant the System Events privilege to either an Installer or the HYPR Passwordless client to implement a silent installation

  • [Platform - Keycloak] Keycloak Events (Authentication, Register, exceptions, and traceIDs) are now sent to Control Center

Events

See Event Descriptions for a list of all HYPR Events and parameters.

Error Messages

To see all HYPR errors by component, see HYPR Error Codes Troubleshooting Table.

APIs

  • [Control Center - Integrations] APIs for Entra ID provisioning can now be enabled upon request

  • [API - HYPR Adapt] Assign policy API return codes have been improved to include more specific information about the failure conditions:

    • 400 is returned with an invalid app
    • 400 is returned with an invalid app and an invalid policy
    • 400 is returned with an invalid policy but a valid app
    • 200 returned with a valid app and valid policy

You can find detailed descriptors of these and other API calls in HYPR's full Postman API set here.

Upcoming Changes

  • HYPR Error Codes Table, previously found in ZenDesk, has been moved to the Guides section of the new HYPR Documentation site

  • All public ZenDesk articles will be deprecated in ZenDesk after the 9.3 Enterprise Channel GA, and will be found at docs.hypr.com

Bug Fixes

  • [HYPR Mobile App for iOS] After pairing a workstation, the Device Manager: Computers bubble has the paired user account name instead of the machine name, as before

  • [HYPR Passwordless for macOS] Fixed: Android icon appears instead of an iPhone icon when paired

  • [HYPR Passwordless for macOS] TokenDriver timing makes it available for the current user when the workstation is locked, thereby preserving the HYPR Passwordless session; previously the timing left sessions closed when the workstation was unlocked again

  • [HYPR Passwordless for Windows] Enterprise Passkey status updates when brought into focus; previously it required a restart of the client

  • [HYPR Passwordless for Windows] Fixed: Uninstall doesn't deregister paired devices

  • [Platform - Keycloak] Fixed: QR Auth synchronous form submission blocks UI Automation

Known Issues

  • [HYPR Control Center - Adapt] FIDO2 authentication attempts are not blocked when FIDO2 is not exempted and the Authentication Failure Threshold is exceeded

  • [HYPR Enterprise Passkey + HYPR Mobile App for Android] When deregistering the linked security key for a hybrid account, the workstation pairing is also removed

  • [HYPR Mobile App for iOS] The text below the logo on the home screen still says "True Passwordless Security" and has not been updated to "Identity Assurance"

  • [HYPR Device manager] Registration via Safari will only succeed if Asynchronous Registration is enabled

Breaking Changes

Android Configuration (Migration from 8.7.X to 9.1.X)

  • Project-wide:

    targetSdk 33 -> 34
    minSdkVersion 23 -> 26
    kotlin version 1.7.22-> 1.9.20
  • gradle-wrapper.properties:

    https\://services.gradle.org/distributions/gradle-7.6-bin.zip -> https\://services.gradle.org/distributions/gradle-8.4-bin.zip
  • project:build.gradle:

    kotlin version  1.7.22-> 1.9.20
    com.android.tools.build:gradle:7.2.2 -> com.android.tools.build:gradle:8.1.4
    com.google.gms:google-services:4.3.14 -> com.google.gms:google-services:4.4.0
    com.guardsquare:dexguard-gradle-plugin:1.3.24 -> com.guardsquare:dexguard-gradle-plugin:9.4.21
  • app:build.gradle:

    • Implementation:

        androidx.appcompat:appcompat:1.5.1 -> androidx.appcompat:appcompat:1.6.1
      com.google.android.material:material:1.7.0 -> com.google.android.material:material:1.10.0
      androidx.lifecycle:lifecycle-process:2.5.1 -> androidx.lifecycle:lifecycle-process:2.6.2
      com.google.code.gson:gson:2.10 -> com.google.code.gson:gson:2.10.1
      org.apache.commons:commons-lang3:3.12.0 -> org.apache.commons:commons-lang3:3.13.0
      com.google.mlkit:barcode-scanning:17.0.0 -> com.google.mlkit:barcode-scanning:17.2.0
      androidx.core:core-ktx:1.9.0 -> androidx.core:core-ktx:1.12.0
      androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1 -> androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2
      org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.22 -> org.jetbrains.kotlin:kotlin-stdlib:1.9.20
      com.google.firebase:firebase-messaging:23.1.0-> com.google.firebase:firebase-messaging:23.3.1
    • annotationProcessor:

      androidx.lifecycle:lifecycle-common-java8:2.5.1 -> androidx.lifecycle:lifecycle-common:2.6.2
  • You might need to add this (depending on your setup) in app:build.gradle:

    android {
    ...
    compileOptions {
    sourceCompatibility = JavaVersion.VERSION_1_8
    targetCompatibility = JavaVersion.VERSION_1_8
    }
    kotlinOptions {
    jvmTarget = "1.8"
    }
    ...
    }