JourneyApps Container v4.47

We're happy to announce v4.47 of the JourneyApps Container.

This release adds NFC support on Android (read and write support) and iOS (read-only). Please see the NFC documentation.

The release brings significant performance improvements for queries where orderBy, limit or skip is used. The biggest difference will be seen where the query specifies a small limit relative to the total results that it would otherwise return. Note: This only has has an effect if the JSON1 engine is enabled in the feature flags for the app. We recommend enabling this for all apps.

The release also fixes a regression of not showing backend usernames on login page if there are multiple assignments to the same instance.

Changelog

  • added: NFC Support for Android and iOS

  • improved: Improve performance for queries with orderBy, limit and skip.

  • fixed: Regression of not showing backend usernames on login page if there are multiple assignments to the same instance.

Last updated