2.1.0 (2026-09-01)
Features
- Add execute_bash to the Agent Engine sandbox SDK. (505bd42)
- Allow setting
ingress_control_configwhen creating aSandboxEnvironmentTemplatevia the SDK (Python, Java, JS). (2dccde8) - Expose SandboxEnvironmentTemplateState as a standalone enum class in the Python, Java, and JS SDKs. (a31d2ba)
- Expose STATE_PAUSED, STATE_PAUSING, and STATE_RESUMING values in the SandboxState enum for SandboxEnvironment across Python, Java, and JS SDKs. (ec342d9)
Bug Fixes
- Guard the post-LRO refresh in sandboxes.pause() and sandboxes.resume() on the presence of a resource name in the LRO response. (2c60077)
- Preserve rrf_ranking_alpha=0.0 in MatchingEngineIndexEndpoint hybrid queries (7e1c95a)
Documentation
- Update CHANGELOG.md to mark version 2.0.0 as yanked (75f9361)