New Features
  • 08 May 2023
  • Dark
    Light
  • PDF

New Features

  • Dark
    Light
  • PDF

Article Summary

8.0.0 Release

  • Support for Kubernetes Deployment
    With this release, you will be able to deploy the Hyperscale Compliance engine on a single-node Kubernetes cluster by using the helm charts. For more details, refer to the Kubernetes Installation and Setup documentation.
  • Enhanced Post Load Task Status
    With this release, you can see the detailed progress status of the post-load task (ongoing process for constraints, indexes, and triggers) using execution API endpoints. For more details, refer to theHow to Setup a Hyperscale Compliance Job documentation.
  • Oracle Connector - Degree of Parallelism for Recreating Indexes
    This release provides the ability to specify and configure the degree of parallelism(DOP) per Oracle job to recreate the index in the post-load process. Currently, the recreate index DDL utilizes only the default Degree of Parallelism set by the oracle but now you can specify the custom value which can enhance the performance of the index recreation process. For more details, refer to theHyperscale Compliance API documentation.

7.0.0.0 Release

  • Performance Improvement

    This release introduces changes to improve the performance of the masking task of the Hyperscale Job which improves the overall performance of the Hyperscale Job. The changes are the following:

    1. Changes in Masking Service to increase the Compliance Engine utilization by Hyperscale.
    2. Masking Service will no more process tables having 0 rows.
  • Oracle

    This release supports tables with subpartition indexes during load.

6.0.0.0  Release

  • New File Based Endpoints
    • file-download: This release introduces a new API endpoint to download the execution and dataset responses. For more information, refer to the Hyperscale Compliance API documentation.
    • file-upload:This release introduces a new API endpoint to upload a file that currently can be used to create or update the dataset using POST /data-sets/file-upload and PUT /data-sets/file-upload/{dataSetId} endpoints. For more information, refer to theHyperscale Compliance API documentation.
  • MSSQL Database Scalability Improvements
  • This releaseimproves the overall job performance by adding the handling of primary key constraints.

5.0.0.1 Releases

5.0.0.1 is a patch release that wraps up one bug fix. For more information, see Fixed Issues.

5.0.0.0 Release

The Hyperscale Compliance 5.0.0.0 release has the following new features:

  • MS SQL Connector

This release adds the MS SQL connector implemented as separate services that includes unload and load services. These connector services enable Hyperscale Compliance for MS SQL databases.

  • New Execution Endpoints

This release adds a new API GET endpoint (/executions/{id}/summary) to the existing JobExecution API to get the summary of the progress of a Job Execution. In addition to this, the existing GET /executions/{id} endpoint has been extended to have additional filters based on the task name and task’s metadata object’s status. For more information, refer to the Execution API in the Hyperscale Compliance API section.

  • Multi-Column Algorithm Support

With this release, Multi-Column Algorithms can also be provided in the /data-sets endpoint. For more information, refer to the Dataset API in the Hyperscale Compliance API section. Additionally, existing Continuous Compliance jobs containing multi-column algorithm related fields can now be imported via/import endpoint.

4.1.0 Release

The Hyperscale Compliance 4.1.0 release has the following new features:

  • Capability to Limit the Number of Connections

This release adds the capability to limit the number of connections to the source and target databases using the new API parameters as Max_concurrent_source_connection and Max_concurrent_target_connection under new source_configs and target_configs respectively. Using this property, you can fine tune the number of connection as per source target infra to get better performance. For more information, refer to the Hyperscale Compliance API documentation.

  • Increased API Object Limit

This release increases the API object limit from 1000 to 10000.

4.0.0 Release

The Hyperscale Compliance 4.0.0 release has the following new features:

  • Hyperscale Job Sync
    This release adds the ability to:
  • Import masking jobs inventory from Continuous Compliance engines into connector and dataset info of Hyperscale Compliance Engine with sync /import endpoint.
  • Import global settings that include Algorithms/Domains from Continuous Compliance Engines to Hyperscale Clustered Continuous Compliance Engines using sync /sync-compliance-engines endpoint.

For more information, refer to the How to Sync a Hyperscale Job section.

  • Add Configuration Properties through .env File
    This release adds an additional capability to override commonly used configuration properties through .env file. You can now update application properties in this file before starting the application. For more information, refer to the Configuration Settings section.

3.0.0.1 Release

3.0.0.1 is a patch release that wraps up few bug fixes. For more information, see Fixed Issues.

3.0.0 Release

The Hyperscale Compliance 3.0.0 release has the following new features:

  • Oracle Connector
    This release includes the Oracle connector implemented as separate services which includes unload and load services.These connector services enable Hyperscale Compliance for Oracle databases.
  • Parallel Processing of Tables
    This release processes all tables provided through the data-set API in parallel through the four operational stages - unload, masking, upload, and post-load to minimize the total time it takes to mask the full data set.
  • Monitoring
    This release provides monitoring APIs so that you can track the progress of tables in your data set through the unload, masking, upload, and post-load phases. This API also provides count of rows being processed through different stages.
  • Restartability
    This release includes the ability to restart a failed process.
  • Clean up
    This release supports cleaning data from previous job execution.

2.0.0.1 Release

2.0.0.1 is a patch release that wraps up bug fixes and has the following updates:

  • Upgraded spring boot version to 2.5.12
  • Minor view only changes in swagger based API client

2.0.0 Release

2.0.0 is the initial release of Hyperscale Compliance. Hyperscale Compliance is an API-based interface that is designed to enhance the performance of masking large datasets. It allows you to achieve faster masking results using the existing Delphix Continuous Compliance offering without adding the complexity of configuring multiple jobs.


Was this article helpful?

What's Next