-
v7.0.2 Stable
released this
2025-06-21 09:30:48 +00:00 | 10 commits to main since this release7.0.2 (2025-06-21)
NOTE: There is currently a problem with the viya version of this release (fixed in this pr: #176 )
To workaround, after clicking "deploy" on the deploy screen, modify the URL to add the following parameters:
&dcpath=/PHYSICAL/DC/PATH&admin=SASAdministrators
Bug Fixes
- viya deploy: run makedata in new window to ensure logs are available for the user (0b4042a)
For installation instructions, please visit https://docs.datacontroller.io/
Downloads
-
v7.0.1 Stable
released this
2025-06-11 18:47:51 +00:00 | 13 commits to main since this release7.0.1 (2025-06-11)
Bug Fixes
- refresh process (4ecd186)
For installation instructions, please visit https://docs.datacontroller.io/
Downloads
-
v7.0.0 Stable
released this
2025-06-11 13:46:17 +00:00 | 17 commits to main since this release7.0.0 (2025-06-11)
This is a major release, with the following new features:
- ability to explore SAS CATALOGs (all catalogs) and their Objects (plus created / modified attributes)
- catalog and object data is now stored in the data catalog (along with libraries, tables, and variables)
- appLoc is no longer case sensitive (Viya only)
- catalog_cnt is added to the VIEW library info page
- LOAD tables are refreshed after updating MPE_TABLES (no need for a manual refresh to see newly added tables any more)
For existing installations - first run the migration (one new column, four new tables) available here: https://git.datacontroller.io/dc/dc/src/branch/main/sas/sasjs/db/migrations/20250611_v7.0_release.sas
For Viya users - you can deploy in just 3 lines of code!
%let apploc=/Public/DataController; /* desired SAS Drive location */ filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/viya.sas"; %inc dc;
Bug Fixes
- bumping adapter to re-enable JES API method (e874143)
- commit git hooks checking lint (69f687a)
- ensuring apploc is not case sensitive. Closes #171 (24545f2)
- export unregistered formats (f6d7d6f), closes #158
- reload startupservice after user approves the MPE_TABLES page (e5f8e50)
- showing catalog_cnt in libinfo (e44a25d), closes #160
Features
- adding 4 new tables for catalogs (e4dbab8)
- capturing catalog specific information, closes #159 (b4c586a)
- viewer added catalog_cnt (2aa19d1)
BREAKING CHANGES
- Introduction of 4 new tables for capturing information related to catalogs and their objects. Migration script prepared and available in the DB folder (usual place)
For installation instructions, please visit https://docs.datacontroller.io/
Downloads
-
v6.16.2 Stable
released this
2025-06-06 11:36:00 +00:00 | 34 commits to main since this release6.16.2 (2025-06-06)
Streaming Version of Viya, including self-configurating Compute context, is now available!!!
Simply run the following in SAS Studio:
%let apploc=/Public/YOUR/DRIVE/LOCATION; filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/viya.sas"; %inc dc;
Open the link at the end of the log and choose your (physical) dcpath, admin group, and shared compute context - both the staging area and the index.html will be created / updated with the identity of the chosen compute context.
Bug Fixes
- streaming viya deploy
isStreaming
function stability fix (4830c6d)
For installation instructions, please visit https://docs.datacontroller.io/
Downloads
- streaming viya deploy
-
v6.16.1 Stable
released this
2025-06-06 10:35:30 +00:00 | 37 commits to main since this release6.16.1 (2025-06-06)
Bug Fixes
- viya deploy updating index html based on URL (86134f4)
- viya streamed app deploy page flow fix (89ab296)
For installation instructions, please visit https://docs.datacontroller.io/
Downloads
-
v6.16.0 Stable
released this
2025-06-05 13:53:03 +00:00 | 43 commits to main since this release6.16.0 (2025-06-05)
Fixing a few more issues on the streaming app (Viya) deploy, including the firefox bug
Bug Fixes
- adapter bump (ca7caa2)
- automatic viya deploy timing issue (037a97b)
- bump core to ensure ff works on viya streaming deploy (cbd69df), closes #156
- viya deploy load data timing (abdbb67)
Features
- viya deploy, update the index.html contextname (7223955)
For installation instructions, please visit https://docs.datacontroller.io/
Downloads
-
v6.15.2 Stable
released this
2025-06-04 14:26:45 +00:00 | 53 commits to main since this release6.15.2 (2025-06-04)
The Viya version of Data Controller can now be deployed in 3 lines of code!!
%let apploc=/Public/YOUR/DRIVE/LOCATION; filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/viya.sas"; %inc dc;
There is a bug yet to zap for firefox deploys, and a quality of life feature to implement, so watch this space.
Bug Fixes
- pipeline updates for DC.html (624a7a8)
For installation instructions, please visit https://docs.datacontroller.io/
Downloads
-
v6.15.1 Stable
released this
2025-06-04 12:57:08 +00:00 | 57 commits to main since this release6.15.1 (2025-06-04)
This release should be ignored, due to a failure in the release process itself.
Bug Fixes
- updating pipeline to default to streaming on viya (4b55894)
Downloads
-
v6.15.0 Stable
released this
2025-06-04 09:26:04 +00:00 | 60 commits to main since this release6.15.0 (2025-06-04)
This release ensures the makedata occurs using the selected Shared Compute context.
Only relevant for Viya installs.
Bug Fixes
- makedata with context name (da4d0b2)
Features
- viya deploy context (6c96ef7)
For installation instructions, please visit https://docs.datacontroller.io/
Downloads