JDBC Changelog

JDBC Changelog

v0.0.37 (2026-06-24)

  • Adds support for connecting to SQL Server using Windows integrated authentication, so customers can use the OnPrem Agent service account instead of storing SQL username and password credentials

v0.0.36 (2026-05-19)

  • Adds the update_account capability to the connector, allowing updates to account records
    using custom SQL queries with support for string, boolean, and number custom attributes

v0.0.35 (2026-04-16)

  • Adds the update_account capability to the connector, allowing updates to account records
    using custom SQL queries with support for string, boolean, and number custom attributes

v0.0.34 (2026-04-10)

  • Add alternative aliases integ_specific_entitlement_id and integ_specific_resource_id for users of Oracle DB less than version 12.2

v0.0.33 (2025-11-13)

  • Update app_info to properly serialize x-semantic types

v0.0.32 (2025-10-24)

  • Update Databricks to use PAT auth

v0.0.31 (2025-10-16)

  • Adds support for Databricks

v0.0.30 (2025-10-07)

  • Add third party licenses to distribution

v0.0.29 (2025-09-30)

  • Adds support for MariaDB databases

v0.0.28 (2025-09-03)

  • Adds the list_updated_accounts capability to the connector, which can be used to perform
    incremental syncs of data

v0.0.27 (2025-08-04)

  • Fixes an issue with app_info formatting

v0.0.26 (2025-07-21)

  • Adds the get_account capability to the connector

v0.0.25 (2025-07-11)

  • Fixes an issue with app_info formatting

v0.0.24 (2025-05-27)

  • Fixes an issue where app_info sometimes would not work with agent

v0.0.23 (2025-05-09)

  • Fixes an issue where connected capabilities may be incorrectly reported when
    queries are set to an empty string

v0.0.22 (2025-05-08)

  • Adds app_info endpoint

v0.0.21 (2025-05-08)

  • Updates processing of queries for Oracle DBs to correctly handle trailing semicolons

v0.0.20 (2025-04-28)

  • Adds the Snowflake JDBC driver

v0.0.19 (2025-04-16)

  • Adds a new optional field "Create Account Return ID" which can be filled out to return the id of the account
    created by the "Create Account". This query will be run in the same transaction as the "Create Account" query
    and is necessary to support Lumos Onboarding flows.
  • Adds support for returning the field "id" from "Create Account" if "Create Account" can be executed
    as a single statement (i.e. executing a store procedure). This is an alternative to using the
    "Create Account Return ID" setting.

v0.0.18 (2025-04-10)

  • Adds a better error message when the JDBC URI is incorrect
  • Automatically remove a trailing semicolon from Oracle DB queries
  • Adds instructions with a link to the developer docs to JDBC settings

v0.0.17 (2025-04-07)

Adds better error messages for errors that occur when mapping query results.

v0.0.16 (2025-04-01)

Setting up changelogs for all connectors


Did this page help you?