Introduction

On October 19, 2025, we released v0.1.2 of firestore-batch-incrementer—a maintenance update focused on security, compatibility, and keeping your deployment running smoothly. This release builds on the foundation established in v0.1.1 by refreshing all core dependencies to their latest stable versions while maintaining complete backward compatibility.

What’s New

v0.1.2 is a security and maintenance-focused release. While there are no new features or functional changes to the application itself, this update brings important improvements:

  • Go Runtime Upgrade: The project now builds on Go 1.25.3, incorporating the latest language runtime improvements and security patches
  • Google Cloud SDK Updates: All Google Cloud dependencies have been refreshed to their latest versions, including the Firestore client library, API client, and gRPC stack
  • Security Enhancements: Comprehensive updates to transitive dependencies reduce exposure to potential vulnerabilities in third-party libraries

Dependency Refresh Highlights

The update spans a thorough refresh of your application’s technical foundation:

Component Updated To
Go Runtime 1.25.3
Firestore Client v1.19.0
Google Cloud API v0.252.0
gRPC v1.76.0

Why It Matters

This release demonstrates our commitment to active maintenance and security. Here’s what this means for you:

Security First: By keeping dependencies current, we reduce the attack surface from known vulnerabilities in transitive dependencies. Every updated package includes its own security fixes that benefit your deployment.

Stability You Can Trust: There are no breaking changes between v0.1.1 and v0.1.2. All your existing environment variables, configuration options, and deployment methods work identically. This is a straightforward upgrade with no migration required.

Modern Tooling: Updated GitHub Actions workflows ensure our CI/CD pipeline remains reliable and secure, which translates to higher quality releases for you.

For Existing Users

If you’re currently running firestore-batch-incrementer in production:

  • All your environment variable configurations remain unchanged
  • No code modifications are required
  • Simply pull the updated Docker image or rebuild with the new Go runtime

Installation and Upgrade

Docker Users

The simplest way to upgrade is to pull the latest container image:

docker pull ghcr.io/unitvectory-labs/firestore-batch-incrementer:v0.1.2

Building from Source

If you build from source, ensure you’re using Go 1.25.x or later. The updated go.mod file specifies the required dependencies:

go mod download
go build -o firestore-batch-incrementer .

Cloud Run Jobs

No changes are needed to your Cloud Run Job configuration. Deploy the updated image using your existing deployment pipeline.


Closing Thoughts

While v0.1.2 doesn’t introduce new features, maintenance releases like this are essential for keeping your infrastructure secure and reliable. We encourage all users to upgrade at their earliest convenience to benefit from the latest security patches and runtime improvements.

As always, firestore-batch-incrementer remains a simple, focused tool for atomic batch updates in Firestore collections. This release keeps that foundation strong while ensuring you’re running the most secure version available.


Transparency Note: This release announcement was AI-generated using the unsloth/Qwen3.5-122B-A10B-GGUF:Q4_K_M model. The release is for firestore-batch-incrementer, version v0.1.2, published on October 19, 2025. Author: release-storyteller.