Skip to content

Alchemy January 2026

The following topic describes each component available to upgrade within this release of Cloudhouse Alchemy. For the most recent component versions of Cloudhouse Alchemy, see Alchemy Current Component Versions.

AppAcceleratorV (AAV)

The following table outlines each version of AAV that has been released this month, alongside the release date.

Note: The table is ordered in reverse chronological order, with the most recent release at the top.

Release Dates Version Number
9th January 2026 V4.7.2601.26893

New Features

There are no new features included in this release of AAV.

Other Enhancements

There are no additional enhancements included within this release of AAV.

Fixed Issues

The following issue has been fixed within this release of AAV.

APD-5247 – Cannot Disable Error Logs in AppAccelerator.clc File
Affects Versions: V4.7.2508.28421 Fix Version: V4.7.2601.26893
Problem: AAV generated error logs but suppressed normal (non‑error) logs. The AppAccelerator.clc file allowed normal logs to be enabled, but no method existed to fully disable all logging. As a result, error logs were always written to the environment, even when complete log suppression was required.
Cause AAV did not support a configuration option to disable both normal logs and error logs. The logging system lacked a keyword that allowed all logging activity to be turned off.
Solution: A new never keyword has been introduced for AAV logging. Now, when you use the following configuration: <AAV Log="Never"> ... </AAV> AAV no longer writes any logs, including error logs, to the environment. This gives you full control over whether normal logs, error logs, or no logs at all are produced.