Release Date:
- Version 4.7.1 released on Apr 2026
Notebook Interpreter Version:
- Python version 3.9 (The default version is 3.9, but the platform also supports version 3.8.x, 3.11.x, and version 3.12)
- Spark version 3.5.3 (Support only 3.5.3)
- Scala version 2.12 (Support only 2.12)
What’s New?
Support Vector Table Data Type
In this version, the platform introduces a new data import type: VectorDB. A VectorDB data asset is a combination of structured and unstructured data. Users can now import this data type via a custom service. The platform stores unstructured data in the ‘content’ field, while structured data is stored in a columnar format, similar to internal tables.
Data Life Cycle
This service is designed to monitor and manage the end-to-end lifecycle of data assets (state, spark-internal, and vectorDB tables), covering Data Tiering and Retention processes. It offers Global-level management as a System Service. However, authorized users can opt to create their own service dependencies for Compaction and Retention instead of using the system default. The service is flexible enough to target a single specific asset or be scaled across multiple assets simultaneously.

Audit Log Menu
In this version, the Super Administrator role can view comprehensive activity and event logs directly through the Blendata Enterprise user interface. The Audit Log menu now provides detailed insights, including timestamp, user account, path, method, status/response codes, full request body, and error messages. Additionally, a ‘Download Result‘ button has been integrated for easier data retrieval.
Currently, the audit log tracks only activities performed via backend API calls.

Data Size Monitoring
We have enhanced the user interface to support storage path monitoring. Access to this menu and its data size information is restricted to Super Administrators. Additionally, users can now see overview information of storage path and export filtered results as a CSV file.
Available for internal file path, upload file method, and vectorDB asset.

Zeus Group Active/Standby Mode
In this version, we have introduced a new compute group mode: Active/Standby. This mode enhances fault tolerance by allowing users to designate one compute node as the default active and others as standby. If the active compute becomes unavailable, a standby compute automatically takes over to ensure uninterrupted job or process execution.
Fixed Bug:
Import Data
- BDEN-8425 Fixed an issue where files were not moved to the “trash” folder when the “Move to Trash” option was enabled in Import Data (Internal File Path) for “S3 storage”.
Data Catalog
- BDEN-8816 Fixed an issue where the asset owner was not displayed for vector-type assets.
- BDEN-8849 Fixed an issue where “related services” were not displayed in the “Information Details” for vector-type assets.
- BDEN-8774 Fixed an UI issue where the owner name was not displayed for vector table assets in the “Data Catalog” menu.
- BDEN-8793 Fixed an issue where “Last Update” and “Total Data Size” were not displayed in the “Data Life Cycle Overview” dialog.
- BDEN-8844 Fixed a UI issue where the Data Dictionary details were not displayed for vector table assets when using the list view in the “Data Catalog” menu.
- BDEN-8890 Fixed a UI issue where long table and service names overflowed the layout in the “Data Life Cycle Overview” dialog.
- BDEN-8907 Fixed an issue where users with “View” permission on table assets could not access the “Data Life Cycle” feature.
- BDEN-9008 Fixed an issue where service details were not displayed in the Data Life Cycle Overview for internal state tables.
- BDEN-9039 Fixed an issue where non–super admin users with permission to table assets could not access the Data Life Cycle feature despite having the required permissions.
Notebook
- BS1-64 Fixed an issue where cached user tokens were not cleared when opening a new notebook, causing incorrect user permissions to be applied.
- BS1-77 Fixed an issue where unexpected special characters appeared in notebook names.
- BS1-186 Fixed an issue where in-app notifications and service alerts were not triggered as configured.
- BS1-210 Fixed an issue where permissions were missing when performing CRUD operations on Delta tables in notebooks.
Service Management
- BDEN-8743 Fixed an issue where the job-check-table-size system service failed to execute.
- BDEN-8852 Fixed an issue where the table name was not displayed on the Vector Compaction Job service list page.
- BDEN-8854 Fixed a UI issue where the dialog title for System Vector Compact Job was displayed incorrectly.
- BDEN-8902 Fixed an issue where vector tables displayed incorrect values in columns named “id”.
- BDEN-9052 Fixed an issue where the Vector Compaction Job did not move data from Warm to Cold state.
Setting
- BDEN-8572 Fixed an issue where Super Administrators and Administrators were unable to edit ‘Visibility & Sharing‘ settings. Additionally, resolved a bug where the ‘Visibility & Sharing’ tab was missing during Role Management setup.
- BDEN-8617 Fixed an issue where non–super administrator users with Manage permission could not manage permissions for all extensions.
- BDEN-8896 Fixed multiple UI and data display issues in User Access Rights, including inconsistent data display, missing “Select All” option, incorrect column naming, missing realm information for vector assets, and incorrect access details.
Other
- BDEN-8370 Fixed an issue where the ‘View Classify Asset‘ button failed to filter results.
- BDEN-8616 Resolved an error where users could not see an asset list in ‘Classify Asset list‘ popup.
- BDEN-9071 Fixed an issue where records were not displayed in the View Data dialog despite a non-zero record count in the Search Item of the “Classification Data Search” menu.
- BDEN-9082 Fixed an issue where the login page became unresponsive after accessing the application.
- BDEN-9143 Fixed an issue where search jobs failed for Time-Series data assets in the “Data Archiving” menu.
Improvement:
- BS1-61 Improved authentication compatibility for Apache Airflow v3.1.8 by supporting JWT Bearer Token, replacing the Basic Authentication method used in v2.10.5.
- BDEN-9070 Improved security by masking sensitive information (e.g., Authorization headers) in the “Datasource Options” display.
- BDEN-8593 Updated the code to use the stronger protocol. [CWE-295, CWE-326, CWE-327]
- BDEN-8592 Enable server certificate validation on this SSL/TLS connection. [CWE-295, CWE-297]