JDBC Changelog
JDBC Changelog
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
Updated 1 day ago