Skip to main content

Release Notes for Styra DAS

This page provides Styra DAS SaaS Release Notes for February 2025.

February 19, 2025

The Styra DAS 20250219 release delivers the following changes.

New Features and Changes

Systems API search query parameter

The ListSystems API adds the search query parameter to return systems matching the parameter value. This query parameter accepts string values with optional wildcard characters (e.g., *kubernetes*) and returns systems with a matching name, ID, type, or description.

Systems API info query parameter

The ListSystems and GetSystem APIs add the info query parameter to omit returning the info parameter in the response, which returns status information about a System's mock OPAs.

Fixed Issues

Git sync doesn't update when editing a previously set path

In the Workspace, System, Stack, or Library git configuration, if the originally saved git path was incorrect (e.g., set to a non-existent directory), changing the path to a valid path did not trigger a git re-sync.

February 12, 2025

The Styra DAS 20250212 release delivers the following changes.

New Features and Changes

New UI Additions

Added Compliance violations to policy validation in the policy editor.

New SLP, Datasource Agent, Relay Client, and Styra CLI versions

SLP v0.9.0 and Styra CLI v0.12.0 update the internal OPA version to OPA v1.0.1. The Datasource Agent v1.5.10 and Relay Client v0.1.13 releases include minor internal dependency updates.

Fixed Issues

Systems API error when fetching System details after creation

Fetching a System via API by its id (GetSystem) immediately after creating the System could result in an error response if a bundle was not present in the System. This could occur if the GetSystem API call was made before the first bundle finished building or if all policies were deleted via the API from the System resulting in no bundle build.

February 6, 2025

The Styra DAS 20250206 release delivers the following changes.

New Features and Changes

New UI Additions

All user roles can now switch to the New UI via the User menu. Added Workspace-level decision details view.

Upgraded to OPA v1.0.1

The internal version of OPA used by Styra DAS has been upgraded to OPA 1.0.1. Bundles in DAS will continue to be built in Rego v0 compatibility mode and will be fully backwards compatible. The DAS UI policy editor will continue to function in Rego v0 compatibility mode unless import rego.v1 is added to a policy file.