• v7.0.0 8c60473c15

    v7.0.0 Stable

    dcbot released this 2025-06-11 13:46:17 +00:00 | 17 commits to main since this release

    7.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;
    

    image.png

    image.png

    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