CData Python Connector for Jira Assets

Build 26.0.9655

Changelog

General Changes

DateVersionSourceCategoryTypeDescription
2026-06-0226.0.9649Jira AssetsConnectionChanged
  • The JiraAssets driver now uses embedded credentials by default. The OAuthClientId and OAuthClientSecret connection properties are now optional when connecting.
2026-05-2726.0.9643GeneralConnectionRemoved
  • Removed the deprecated ReplaceInvalidTypesWithNull connection property. Use the ReplaceInvalidValuesWithNull property instead.
2026-05-2226.0.9638PythonRemoved
  • Remove support for Intel x64 architecture on macOS
2026-05-0826.0.9624Jira AssetsConnectionAdded
  • Added support for the UseSimpleNames connection property. When enabled, spaces in table and column names are replaced with underscores.
2026-05-0726.0.9623GeneralData ModelAdded
  • Added the ColumnCapabilities column to the sys_tablecolumns system table. This column is a bit mask denoting the column's write capabilities.
2026-05-0726.0.9623PythonChanged
  • Updated embedded JRE to jre-17.0.19+10 (Linux x64 / MacOs x64).
2026-05-0526.0.9621Jira AssetsConnectionAdded
  • Added support for OAuth 2.0 authentication.
  • Added the AuthScheme connection property with values ApiToken and OAuth (default: ApiToken).
  • Added the following OAuth-related connection properties: InitiateOAuth, OAuthClientId, OAuthClientSecret, OAuthAccessToken, OAuthSettingsLocation, CallbackURL, OAuthVerifier, OAuthRefreshToken, OAuthExpiresIn, and OAuthTokenTimestamp.
2026-05-0526.0.9621Jira AssetsData ModelAdded
  • Added the following stored procedures: GetOAuthAccessToken, GetOAuthAuthorizationURL, and RefreshOAuthAccessToken.
2026-04-1526.0.9601GeneralQuery ExecChanged
  • String comparisons using GREATER, LESS, and CONTAINS operators are now case-insensitive by default.
2026-01-1325.0.9509GeneralAdded
  • Added support for the REGEXP_REPLACE() string function.
2025-12-2125.0.9486PythonAdded
  • Added support for custom loggers in Python connectors on Linux and macOS.
2025-12-0525.0.9470GeneralAdded
  • Added support for the INSERT INTO SELECT statement, with driver-side execution for providers that do not support the operation natively.
2025-10-3025.0.9434PythonChanged
  • Updated embedded JRE to jre-17.0.17+10 (Linux x64 / MacOs x64).
2025-10-0625.0.9410GeneralAdded
  • Support for parsing datetime formats using ".S" and ",S" for milliseconds and nanoseconds.
2025-09-1225.0.9386GeneralAdded
  • Added the IsInsertable, IsUpdateable, and IsDeleteable columns to the sys_tables table.
2025-09-1025.0.9384GeneralChanged
  • All columns in statically defined Views are now reported as read-only.
2025-09-0325.0.9377GeneralChanged
  • Corrected the behavior when IN criteria with NULL values are used in the projection part. It now returns NULL instead of 0. For example, "NULL IN (1,2)" returns "NULL".
2025-09-0125.0.9375GeneralAdded
  • Added support for using the CAST function with infinity values. This function can cast "inf" and "-inf" to DOUBLE, FLOAT, or REAL.
2025-08-2125.0.9364GeneralChanged
  • Report behavior change:
    • Fixed inconsistent string value comparisons in non-table queries.
    • For example, "SELECT 'A' = 'a'" previously returned false, but it now returns true.
2025-08-1325.0.9356GeneralChanged
  • Changed the maximum number of pages held in memory from 15 to 5 for the page providers to decrease heap usage.
2025-07-1025.0.9322Jira AssetsRemoved
  • Removed the ObjectAttributeExists column from the ObjectSchemaAttributes and ObjectTypeAttributes tables.
  • Removed the ReferenceTypeRemovable column from the ObjectReferenceInfo and ObjectSchemaAttributes tables.
  • Removed the Summable column from the ObjectTypeAttributes and ObjectSchemaAttributes tables.
  • Removed the Indexed column from the ObjectTypeAttributes table.
  • Removed the Id and the GlobalId from the ObjectAttributes table.
2025-07-1025.0.9322Jira AssetsChanged
  • Changed the ObjectReferenceInfo.ObjectTypeParentObjectTypeId datatype from Integer to String.
  • Changed the ObjectSchemaAttributes.DefaultTypeId datatype from Integer to String.
  • Changed the ObjectSchemaAttributes.ReferenceObjectTypeId datatype from Integer to String.
  • Changed the ObjectSchemaAttributes.ObjectTypeParentObjectTypeId datatype from Integer to String.
  • Changed the ObjectSchemaObjectType.ParentObjectTypeId datatype from Integer to String.
  • Changed the ObjectSchemaStatusTypes.ObjectSchemaId datatype from Integer to String.
  • Changed the ObjectTypeAttributes.ObjectTypeParentObjectTypeId datatype from Integer to String.
  • Changed the ObjectTypes.ParentObjectTypeId datatype from Integer to String.
  • Changed the Objects.ObjectTypeParentObjectTypeId datatype from Integer to String.
2025-07-0725.0.9319PythonRemoved
  • Removed the 32-bit version of Windows Python.
2025-07-0225.0.9314PythonRemoved
  • Removed support for Python 3.9.
2025-06-2525.0.9307GeneralRemoved
  • Removed the "ADLS Gen 1" value from the ConnectionType property.
2025-06-2525.0.9307PythonAdded
  • Added support for Python 3.13 in Windows, Linux, and Mac editions.
2025-06-2525.0.9307PythonRemoved
  • Removed support for Python 3.8 as it is no longer supported.
2025-06-2025.0.9302GeneralAdded
  • Created the following functions:
    • TEXT_ENCODE: encodes a string into a different charset (UTF8 → UTF7 and returns a binary array as the result).
    • TEXT_DECODE: takes a binary array and decodes it back into a string when provided the charset.
    • BASE64_ENCODE: takes a binary array and encodes it as a base64 string (varchar).
    • BASE64_DECODE: takes a base 64-encoded string and decodes it into a binary array.
2025-06-1825.0.9300GeneralChanged
  • The internal code for exception handling has been refactored. Exception messages returned during certain error conditions may now have different wording or formatting.
2025-05-2725.0.9278GeneralRemoved
  • Removed the "Proprietary" enum option from ProxyAuthscheme.
2025-05-1225.0.9263PythonChanged
  • Updated embedded JRE to jre-17.0.15+6 (Linux x64 / MacOS x64) and jre-17.0.15+6 (MacOS aarch64).
2025-02-1524.0.9177GeneralAdded
  • Added support for converting unsigned integer types to the nearest signed data type that has enough precision to hold the unsigned value.This is done for JDBC only because it does not have support for unsigned data types.
2024-11-2724.0.9097GeneralAdded
  • Added ThreadId to LogModule output. Logfile lines now include the Thread ID associated with the action being performed.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655