Skip to main content
Version: 13.x (Current)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.3.0] - 2024-07-12

Updated

  • Data Catalog Agent bumped to version 0.6.2
  • rolling out of support for Oracle 11c
  • Crud Service http connection now has an additional parameter, healthcheck, which contains the path used to retrieve the version of the service.

Added

  • settings field to connection configuration object;
  • options optional field for oracle odbc configurations: this field defines the tables that will be used for retrieve the metadata. If not specified, user option will be used as default;

Changed

  • version field in the oracle odbc configuration has been moved outside of the params object, so it can be used along with odbc connection string.
    {example.json}
    { 
    "type": "odbc",
    "configuration": {
    "vendor": "oracle",
    "version": "11",
    "params": {/** ... */}
    }
    }

[1.2.0] - 2024-05-07

Added

  • Support for salesforce_objects
  • Data Catalog Agent bumped to version 0.5.1

[1.1.0] 2024-02-08

  • Add Mia CRUD Service support to the data-catalog agent

[1.0.0] 2024-01-31

  • First release