Release 2026.3.1
Release period: 2026-01-21 to 2026-01-23
This release includes the following issues:
- Improved Building Block Git Clone Error Diagnostics
- Fix Stuck Building Block Runs With Ephemeral Runners
Ticket Details
Improved Building Block Git Clone Error Diagnostics
Audience: User
Description
We improved error diagnostics for building block deployments when Git repository cloning fails. Previously, when a building block failed to clone a Git repository via SSH (particularly with Azure DevOps), the error logs only showed a generic error without revealing the underlying cause. Now, the detailed error output is captured and logged, making it easier to diagnose issues such as invalid SSH keys, permission problems, or authentication failures.
Fix Stuck Building Block Runs With Ephemeral Runners
Audience: User
Description
Fixed a critical issue where building block runners failed to execute runs because the run authentication token was not properly serialized when ephemeral building block runners were used. Note that not all environments used ephemeral runners.