Release Notes for Styra DAS
This page provides Styra DAS SaaS Release Notes for December 2023.
December 14, 2023
The Styra DAS 20231214 release delivers the following changes.
New Features and Changes
Configure bundle activation per bundle type in UI
For systems configured with manual bundle deployment and separate data bundles enabled, users can configure data bundles to be automatically deployed. The Deployments tab has been updated to more clearly indicate bundle types and their activation modes.
Exported bundle name templating
When exporting bundles to Amazon S3 or GCS, discovery and policy bundle names support using template variables in the form of $VARIABLE
or ${VARIABLE}
. Supported variables include: $VERSION
, $BUNDLE_DIGEST
, $REVISION_DIGEST
, $COMMIT
, $SYSTEM
, $SYSTEM_NAME
, and $TIMESTAMP
.
Fixed Issues
Fixed error on default function
When using the default keyword on a function, DAS UI editor showed an invalid parser error.
Fixed system status load delay
In some cases when loading the DAS UI, the loading of system status could be delayed for up to a minute.
Fixed Enterprise OPA sql.send query arguments mocking
When mocking the Enterprise OPA sql.send
built-in, query arguments were excluded in matching mock objects to sql.send
usages.
December 7, 2023
The Styra DAS 20231207 release delivers the following changes.
New Features and Changes
Updated to OPA v0.59.0
The internal version of OPA used by Styra DAS has now been updated to OPA 0.59.0.
Configure bundle activation per bundle type via API
When systems are configured for manual bundle deployment and to build a context bundle in addition to the main system bundle, users can configure the manual_deployment_overrides
parameter on the /v1/systems
POST and PUT actions for automatic deployment of one of the bundles (e.g., manual main bundle deployment with automatic context bundle deployment).