A newer version of this documentation is available.
View Latest (v2.2)

Static 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.

2.1.9.5

Released: December 19, 2025

  • Fixed Windows compatibility issue;

2.1.8.0

Released: November 12, 2025

  • Perfomance improvement when using Parquet file storage;

2.1.6.2

Released: October 17, 2025

  • GSSD-381: Fixed an issue with SmallInt data types when using Parquet file storage;

  • GSSD-382: Avoid losing data when parquet files is created involving multiple different change operations simultaneously;

2.1.6.0

Released: October 14, 2025

  • Added support for Parquet file storage;

2.0.0

Initial release