What's New - 18 July 2024

The new release includes updates to the Senza Console, SDK, and Cloud Connector.

Senza Console

The Senza Console has an all-new homepage, featuring all the most useful links and information in one place. You can view the following from the new homepage:

  • There's a list of your Favorite Devices, with convenient links to the Simulator and the Debugger.
  • The new Tenants list lets you view or edit the Application URL for each tenant in one streamlined interface.
  • The Documentation menu has direct links to topics in the developer documentation portal.
  • The sidebar now has links for account administrators to invite new users to the platform and to create API keys.

Everything is designed to put what you need right at your fingertips, to save you time and clicks!

Senza SDK

The Senza client library has moved to a new home! You can visit the repo at https://www.npmjs.com/package/senza-sdk.

If you have already integrated the client library into your app, you should replace references to @synamedia/hs-sdk with senza-sdk in your package dependencies and import commands. The previous library is now deprecated and will continue to receive new features for a limited period.

If you are linking to the client library using a script tag, you can now replace the hs prefix in your code with senza. For backwards compatibility, the old prefix will continue to work.

For more details, see the client library installation page.

Connector Wi-Fi Setup

The Cloud Connector setup now supports Wi-Fi networks with Unicode characters in the network name and password. So you're good if your network is in a language other than English, or has special characters like emojis!

We've also added support for open Wi-Fi networks that don't have a password. Passwords are a good idea, but this will help if you're on the go and connecting to a public network.

These changes are available from Cloud Connector version 24.25.4 onwards.

Bug Fixes

General stability and bug fixes.