sdks/sandbox/go/v1.0.0
opensandbox-group/OpenSandboxsdks/sandbox/go/v1.0.0Apr 13, 2026by Pangjiping
AI Summary
This is the first release of the Go SDK, providing APIs for Lifecycle, Execd, and Egress.
Key Highlights
- First release of the Go SDK
- Support for Lifecycle, Execd, and Egress APIs
New Features
- Go SDK with oapi-codegen for Lifecycle, Execd, and Egress APIs
- fix sdk bugs and simply init package struct
Full Release Notes
## What's New Go SDK first release. 🎉🎉 ### ✨ Features - Go SDK with oapi-codegen for Lifecycle, Execd, and Egress APIs (#597) - downgrade sdks/go version to 1.20 (#707) ### 🐛 Bug Fixes - fix sdk bugs and simply init package struct (#683) ## 👥 Contributors Thanks to these contributors ❤️ - @AlexandrePh - @Pangjiping --- ```bash go get github.com/alibaba/OpenSandbox/sdks/sandbox/go@v1.0.0 ```