Google Cloud Storage agent changelog
Releases notes
2.1.10.12
Released: February 4, 2026
-
Fixed a regression where parquet files are split again per operation instead of writing everything to the same file;
2.1.10.11
Released: February 3, 2026
-
GSSD-587: Added support for Parquet file with truncate operation;
2.1.10.7
Released: January 27, 2026
-
GSSD-571: Optinally create sidecar JSON compation file;
-
New lib for parquet file creation made entirely by MOLO17 that comes with 100x performance boost compared to Apache Parquet Java lib;
-
GSSD-562: Source fields order is now preserved when using Parquet file storage;
2.1.10.6
Released: January 21, 2026
-
GSSD-545: Parquet file can now be stored within a different path strategy (relative timestamp paths, flat paths), see for more details;
2.1.10.4
Released: January 19, 2026
-
GSSD-448: Parquet files made out of snapshot' records now also contain transaction-related metadata;
2.1.10
Released: January 12, 2026
-
Updated vendor libraries.
-
GSSD-448: Applied changes to the Parquet file storage to match the new behavior of the target agent, see Parquet files support for the updated behavior.