1.309 Approval workflow for scenarios & Mobile SDK updates

Control scenario launches with structured approval workflows and access improved mobile SDK capabilities across Flutter and React Native platforms.
Version released between 18.5. - 28.5.2026.

Approval workflow for scenarios

Approval workflow is a governance feature that lets teams set up structured review and approval processes for scenarios before they go live. Configure it as a mandatory gate or a lightweight checklist, depending on how much enforcement your team needs.

  • Define up to 20 approval steps, each assigned to a specific user group.
  • Choose from 3 enforcement modes: Optional (checklist only), Launch only (approvals required to start), or Full (approvals required to start and make changes).
  • Approvers receive in-app notifications when approval is requested and can approve or request changes directly in the scenario editor.
  • Every approval action is logged with a timestamp, approver name, and scenario version for full auditability.
  • Approval workflow is available for scenarios only.

Imports API updates

The Imports API can now start workspace-scoped imports for Snowflake, Databricks, and Item Collections.

Trigger workspace imports via API

A new endpoint lets you start workspace-scoped imports programmatically using a workspace API key. Until now, the Imports API only covered project-scoped imports.

The Start import endpoint allows you to:

  • Automate import runs instead of starting them manually in the UI.
  • Trigger Item Collection imports on its own refresh schedule.
  • Start an import when a source file or database has fresh data.
  • Override the source path or URL for a specific run without changing the import setup.
  • Skip the connection test for sources where that step is slow or prone to timeouts.

Use POST /data/v2/workspaces/{workspaceId}/imports/{import_id}/start. Issue the API key in Workspace settings > Access management > API with the Imports > Allow trigger imports permission.

For request and response details, see the Workspace Imports API reference.

Support for all import types

The Imports API now supports all import types except Copy & paste and File upload. This closes a previous gap where some import types, including Item Collections, weren't supported via the API.

No changes to your existing requests are needed. The newly supported import types use the same request shape as the rest.

Mobile SDK updates

Flutter SDK

Enhanced native SDK support and package improvements with our latest Flutter SDK releases:

Flutter SDK 2.6.0

  • Documentation updates: Updates the documentation workflow configuration and fixes documentation across all pages.
  • Native SDK upgrades: Updates the native Android SDK to version 5.1.0 and iOS SDK to version 4.1.0.
  • Code cleanup: Removes unused imports, fields, and methods flagged by the analyzer.
  • Publish artifact: Cleans up the publish artifact by adding .pubignore and removing unintended yarn files.

Flutter SDK 2.6.1

  • Package size fix: Fixes published package size by excluding residual build artifacts.

React Native SDK

Enhanced WebView control and stability improvements with our latest React Native SDK 3.1.0 release:

  • WebView cookie control: Adds allowWebViewCookies configuration parameter for Android to control cookie usage in WebViews.
  • React Native compatibility: Adds support for React Native 0.85.2.
  • App Inbox fix: Fixes iOS App Inbox returning undefined for message timestamps and content fields in the TurboModule architecture.
  • App Inbox interaction: Fixes iOS App Inbox button not responding to taps.
  • Expo compatibility: Fixes build error in Expo managed workflow with static library builds.
  • TurboModule fixes: Fixes in-app message tracking, missing enum exports, and TurboModule compatibility.

© Bloomreach, Inc. All rights reserved.