For the complete documentation index, see llms.txt. This page is also available as Markdown.

Changelog

User-visible changes to Drizz, newest first — new features, changed behavior, and anything affecting tests already written.

User-visible changes to Drizz, newest first.

Order

Reverse chronological — newest entry at the top

Covers

User-visible changes to the desktop app, the web app and the device cloud

Grouped by

Added · Changed · Fixed

Watch out

Entries are dated by release. On an older desktop build, update before expecting a change

Scope of an entry

Rule
Detail

One entry per release month

Newest first

Included

A new command, a changed default, a new device type, a limitation lifted

Excluded

Internal work, infrastructure, anything unreleased

Test-affecting changes

Listed under Changed, with the action to take


August 2026

Added

  • Parameterized modules. Modules take parameters, so one module covers several variations. Values are passed by value at the call site. See Modules.

  • Datasets and variables. Test data can be defined as a dataset and bound to a test plan at run time, referenced in scripts as {{var}}. Nesting is limited to two levels. Lockable pools lease a row exclusively to one run, so parallel runs never collide on the same data. See Datasets and Lockable pools.

  • Physical iOS device support. Tests run on a real iPhone or iPad connected to your Mac, in addition to the simulator. Requires Developer Mode on the device and a signing team. Test plans require a real-device build. See iOS physical device.

  • Accessibility checks in reports. Runs surface accessibility observations alongside the standard report. Visual checks only — no WCAG conformance scanning, screen reader testing, contrast analysis or ARIA validation. See Known limitations.

  • Private devices. Devices reserved for a single organization, alongside local and cloud devices. Ask your Drizz contact about availability. See Devices.


Next


Last updated: 6 August 2026

Last updated

Was this helpful?