Google Sheets component release notes
This page lists the main features added to the Google Sheets component.
Changelog
Version 2025.1.4
Breaking changes
In preparation for future support of Apache Tomcat 10 and 11, we have updated internal libraries in Semarchy xDI {di-ver}. This change makes certain data conversions more restrictive, including those in this connector.
Previously, some data conversions would fail silently but continue. Now, these mappings or processes will fail with an error such as java.lang.IllegalArgumentException: base64 text invalid
. For example, trying to load from a source column with a data type set to binary, to a target column set to integer, will cause the error.
If you encounter such errors on existing mappings, check your source and target column data types to ensure they are correctly defined and compatible.
Version 2024.4.0
This version of the connector requires Semarchy xDI Designer version 2024.4.0 or later. |
Version 2023.1.0
Feature improvements
-
DI-5835: The legacy Google Spreadsheet driver and module are no longer available.
Bug fixes
-
DI-5079: The generation of Google Sheets tokens with the command-line utility fails with Java 11.
-
DI-5894: When generating a Google Sheets token with the command-line utility, some accounts throw the
Error 400 - Invalid Request
error. -
DI-6164: Multiple third-party libraries upgrade.
-
DI-6461: When running multiple data flows with different OAuth2 tokens, the tokens are mismatched with each other, leading to authentication errors.
Version 5.3.6 (component pack)
Bug fixes
-
DI-5894: "Error 400 - Invalid Request" may be thrown by some accounts when trying to generate a Google Sheets token with the command-line utility.
-
DI-5079: The generation of Google Sheets tokens with the command-line utility fails with java 11 with the error "java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter".