Skip to main content

Release Notes for Styra DAS

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

February 26, 2025

The Styra DAS 20250226 release delivers the following changes.

New Features and Changes

New UI Additions

Added compliance violations view for Systems and Stacks. Added support for Mocks in the policy editor. Added policy type filter to Workspace decision log. List of drafts shown in the Workspace view displays associated System, Stack, or Library name. Updated policy editor delete file behavior to redirect to the default policy when all other policies have been deleted. Added loading indicator to Workspace view resource list for customers with a large amount of resources which may take longer to load. Updated browser tab and window titles to include specific page name.

Upgraded to OPA v1.1.0

The internal version of OPA used by Styra DAS has been upgraded to OPA 1.1.0.

Styra CLI v0.12.1 released

The Styra CLI has been updated to v0.12.1 to include recent fixes.

Fixed Issues

Frequent decision fetch API calls in decision log view

In the legacy UI, occasionally the decision log live tailing of decisions would result in a decision fetch API call every second. This could result in degraded decision search and decision indexing performance.

Workspace drafts section displayed drafts from deleted Systems, Stacks, and Libraries

In the new UI, the drafts displayed in the Workspace view would include drafts from recently deleted Systems, Stacks, and Libraries.

Styra CLI error for Systems with multiple bundles

For Systems configured to use multiple bundles, running commands in the Styra CLI would result in CLI errors.

February 19, 2025

The Styra DAS 20250219 release delivers the following changes.

New Features and Changes

New UI Additions

Decreased the Workspace view Styra DAS header to make more room for resources shown in the view.

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.

Decision log view live toggle re-enables after applying filter

In the new UI, the decision log view live toggle would re-enable when applying a filter after the user had disabled the live toggle.

Systems created by WorkspaceSystemCreator role not immediately shown

In the new UI, occasionally after a user with a WorkspaceSystemCreator role created a System, the System would not be shown immediately in the new UI.

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.

Add Permissions dialog delay

In the new UI, in some cases the loading of the Add Permission dialog for users, tokens, or SSO configurations would take more time than expected.

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. Added separate back button during new System, Stack, or Library creation. Improved activity log infinite load indication.

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.