CData Python Connector for PingOne

Build 25.0.9454

Changelog

General Changes

DateBuild
Number
Change
Type
Description
11/14/20259449PingOneAdded
  • Added the IsSessionManagementEnabled, AllowMultipleResourceScopes, and PasscodeGracePeriod columns to the OIDCApplications table.
  • Added the AllowVirtualServerIDs and VirtualServerIDs columns to the SAMLApplications table.
10/06/20259410GeneralAdded
  • Support for parsing datetime formats using ".S" and ",S" for milliseconds and nanoseconds.
09/12/20259386GeneralAdded
  • Added the IsInsertable, IsUpdateable, and IsDeleteable columns to the sys_tables table.
09/10/20259384GeneralChanged
  • All columns in statically defined Views are now reported as read-only.
09/03/20259377GeneralChanged
  • 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".
09/01/20259375GeneralAdded
  • Added support for using the CAST function with infinity values. This function can cast "inf" and "-inf" to DOUBLE, FLOAT, or REAL.
08/29/20259372PingOneAdded
  • Added the UpdateEnvironmentStatus stored procedure in the Information schema.
  • Added the Status, SoftDeletedAt, HardDeleteAllowedAt columns in the Environments table in the Information schema.
  • Added the MFANumberMatchingType column to the OIDCApplications table in the Environments schema.
08/21/20259364GeneralChanged
  • 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.
08/13/20259356GeneralChanged
  • Changed the maximum number of pages held in memory from 15 to 5 for the page providers to decrease heap usage.
07/07/20259319PythonRemoved
  • Removed the 32-bit version of Windows Python.
07/02/20259314PythonRemoved
  • Removed support for Python 3.9.
06/25/20259307GeneralRemoved
  • Removed the "ADLS Gen 1" value from the ConnectionType property.
06/25/20259307PythonAdded
  • Added support for Python 3.13 in Windows, Linux, and Mac editions.

Removed
  • Removed support for Python 3.8 as it is no longer supported.
06/20/20259302GeneralAdded
  • 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.
06/18/20259300GeneralChanged
  • The internal code for exception handling has been refactored. Exception messages returned during certain error conditions may now have different wording or formatting.
06/04/20259286PingOneAdded
  • Added a new License view in the Information schema for listing organizational license data.
05/30/20259281PingOneAdded
  • Added the LicenseId column to the Information.Environments table.
05/27/20259278GeneralRemoved
  • Removed the "Proprietary" enum option from ProxyAuthscheme.
05/12/20259263PythonChanged
  • Updated embedded JRE to jre-17.0.15+6 (Linux x64 / MacOS x64) and jre-17.0.15+6 (MacOS aarch64).
05/12/20259263PingOneAdded
  • Added five new columns to the Users table: NamePrefix, FirstName, MiddleName, LastName, and NameSuffix.
05/02/20259253PingOneAdded
  • Added support for INSERT, UPDATE, and DELETE queries to AdminRoles, ApplicationAttributeMappings, ResourceAttributeMappings, and ResourceScopes.
  • Added support for INSERT queries to UserOAuthScopeConsents.
  • Added the RevokeUserScopeConsents stored procedure.
03/25/20259215PingOneAdded
  • Added support for CUD operations in the Information schema for the following table: Environments.
  • Added support for CUD operations in the Environment schema for the following tables: ApplicationAdminRoleAssignments, ApplicationAuthenticationPolicyAssignments, Groups, GroupAdminRoleAssignments, OIDCApplications, ParentGroupAssociations, Populations, Resources, SAMLApplications, Users, UserAdminRoleAssignments, UserGroupAssociations, UserSessions, and WSFederationApplications.
  • Added the following new columns to the OIDCApplications table: AssignActorRoles and EnableIdpSignOff.
  • Added the following new columns to the Users table: BypassMFAEnabledUntil, ForcePasswordChange, and Password.
02/15/20259177GeneralAdded
  • 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.
12/27/20249127PingOneAdded
  • Added the following views to the Environment Data Model: ParentGroupAssociations, UserGroupAssociations, UserLinkedAccounts, IdentityProviders, IdentityProviderAttributeMappings, AuthenticationPolicies, Agreements, UserAgreementConsents, UserOAuthScopeConsents, ApplicationGrants, ApplicationAttributeMappings, ApplicationAuthenticationPolicyAssignments, Resources, ResourceScopes, ResourceAttributeMappings.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454