Skip to main content

Release Notes

v2.0.3 (March 21, 2024)

What's new

  • BREAKING CHANGE: Admin Components now require the short-lived secure API token to be passed in the component options, not when you initialize the SDK.
const client = AutohostSDK.init({sandbox: true})

client.mount("ReservationResults", { reservationID: RESERVATION_ID, apiToken: API_TOKEN })

Bug fixes

  • callbacks is now and optional property when mounting the IDV component

v2.0.2 (March 13, 2024)

Bug fixes

  • Remote camera loads the correct session.

v2.0.1 (March 8, 2024)

What's new

  • Added new embeddable Public UI components, enabling the integration of the Autohost Guest Portal or specific features into your application. This release includes the ID Verification product. For more details, visit this link.

v1.1.0 (December 11, 2023)

What's new

  • Introduced Fraud Telemetry components to enhance security and fraud detection capabilities.
  • Launched new embeddable Admin UI Components, facilitating the creation of custom dashboards for accessing reservation information in Autohost. This initial release features the Result Dashboard component from the Autohost Dashboard.
  • Implemented an authentication mechanism for rendering admin components, accessible via a specific API key, ensuring secure access and integration.