This commit is contained in:
@@ -9,6 +9,7 @@ tags:
|
||||
- Data Controller
|
||||
- SAS
|
||||
- Excel
|
||||
- Recap
|
||||
---
|
||||
|
||||
Today marks the last day of 2024 and another period of growth for Data Controller for SAS. We made **24** [releases](https://git.datacontroller.io/dc/dc/releases) over the last 12 months, moving from [v6.3.1](https://git.datacontroller.io/dc/dc/releases/tag/v6.3.1) to [v6.12.1](https://git.datacontroller.io/dc/dc/releases/tag/v6.12.1). We also on-boarded three new clients - two banks, and an insurance company. Every single one of our existing customers renewed. And some even invested in some new features. In this article we'll go through the major additions made during 2024.
|
||||
|
||||
@@ -8,12 +8,12 @@ previewImg: './releases2025.png'
|
||||
tags:
|
||||
- Data Controller
|
||||
- SAS
|
||||
- Excel
|
||||
- Recap
|
||||
---
|
||||
|
||||
In 2025, Data Controller’s theme was **making governed, auditable data change easier to roll out** — especially on SAS Viya — while continuing to invest in metadata/catalog capabilities and accessibility.
|
||||
|
||||
## What Data Controller is (quick refresher)
|
||||
## What is Data Controller?
|
||||
|
||||
Data Controller is a SAS-powered web application for **adding, modifying, and deleting data** in target tables—while keeping control with data owners via a **review/approve workflow** and a **full audit trail**.
|
||||
|
||||
@@ -21,7 +21,7 @@ Under the hood, it’s designed for multi-user, production-friendly operation (l
|
||||
|
||||

|
||||
|
||||
## Data Controller 2025 at a glance
|
||||
## 2025 at a glance
|
||||
|
||||
Across calendar year 2025, [releases](https://git.datacontroller.io/dc/dc/releases) moved from **v6.12.2 (27JAN25)** to **v7.2.5 (09DEC25)**.
|
||||
|
||||
@@ -31,9 +31,9 @@ Key themes:
|
||||
- **Data Catalog expanded** to include SAS catalogs and associated objects / entries, with corresponding storage changes and migrations.
|
||||
- **Accessibility work accelerated**, culminating in high Lighthouse scores, improved screen reader support, and CI checks to keep it that way.
|
||||
|
||||
## 1) SAS Viya: from "deployment project" to "quick start"
|
||||
## 1) Viya: from "deployment project" to "quick start"
|
||||
|
||||
A major through-line of 2025 was reducing the friction of getting DC live on Viya:
|
||||
A major through-line of 2025 was reducing the friction of getting DC live on SAS Viya:
|
||||
|
||||
- **Content Security Policy (CSP) hardening & UI refactor**
|
||||
The UI was refactored to comply with Viya’s default (and strict) CSP, with deploy-flow improvements targeted at Viya.
|
||||
@@ -44,7 +44,7 @@ A major through-line of 2025 was reducing the friction of getting DC live on Viy
|
||||
- **Compute-context-aware installs & streaming deploy maturity**
|
||||
Releases in early June focused on ensuring deployment actions happen with the selected shared compute context, and then delivering a **streaming Viya version** that can self-configure key deployment choices during setup.
|
||||
|
||||
## 2) Data Catalog got deeper: SAS catalogs + objects
|
||||
## 2) Extending the Data Catalog: SAS catalogs + objects
|
||||
|
||||
On **June 11, 2025**, **v7.0.0** introduced a major upgrade to cataloging:
|
||||
|
||||
|
||||
@@ -26,41 +26,18 @@ const Footer = () => (
|
||||
</StyledDesc>
|
||||
</div>
|
||||
<div className="col-md-3">
|
||||
<StyledHeading>Newsletter</StyledHeading>
|
||||
<form
|
||||
className="kwes-form"
|
||||
method="POST"
|
||||
action="https://kwes.io/api/foreign/forms/mxKuyK4lxZWnG2WNH3ga"
|
||||
<StyledHeading>Source Code</StyledHeading>
|
||||
<StyledDesc>
|
||||
All our source code can be found on our self-hosted{' '}
|
||||
<StyledAnchor
|
||||
href="https://git.datacontroller.io"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
>
|
||||
<div className="mb-3">
|
||||
<InputStyled
|
||||
type="email"
|
||||
name="email"
|
||||
className="form-control"
|
||||
aria-describedby="emailHelp"
|
||||
placeholder="Email Address*"
|
||||
required
|
||||
/>
|
||||
</div>
|
||||
<div className="mb-3">
|
||||
<InputStyled
|
||||
type="text"
|
||||
name="name"
|
||||
className="form-control"
|
||||
placeholder="First Name"
|
||||
required
|
||||
/>
|
||||
</div>
|
||||
<div className="mb-3">
|
||||
<InputStyled
|
||||
type="text"
|
||||
name="lastName"
|
||||
className="form-control"
|
||||
placeholder="Last Name"
|
||||
/>
|
||||
</div>
|
||||
<SolidButton>Subscribe</SolidButton>
|
||||
</form>
|
||||
Gitea Repository
|
||||
</StyledAnchor>
|
||||
.
|
||||
</StyledDesc>
|
||||
</div>
|
||||
<div className="col-md-3">
|
||||
<StyledHeading>Other Resources</StyledHeading>
|
||||
@@ -73,7 +50,7 @@ const Footer = () => (
|
||||
>
|
||||
Github
|
||||
</StyledAnchor>{' '}
|
||||
and build your own SAS Apps.
|
||||
and build your own SAS Powered Web Apps.
|
||||
</StyledDesc>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user