SHOW VERSIONS command: New column in output (Pending)

Attention

This behavior change is in the 2026_03 bundle.

For the current status of the bundle, refer to Bundle history.

The output of the SHOW VERSIONS IN APPLICATION PACKAGE command changes as follows:

Before the change:

The output of the SHOW VERSIONS IN APPLICATION PACKAGE command did not include information about the state of a version within each release channel. Providers could not see whether a version was in a dropping state within a release channel.

After the change:

The output of the SHOW VERSIONS IN APPLICATION PACKAGE command includes a new release_channels column. This column contains a JSON object that describes the state of the version in each release channel, including the state and timestamps for when the version was added to or dropped from the channel.

Ref: 2283