guideDifficulty: intermediateTime: 30mVersion: v1Services: sdkSDK: @lawie/sdkReviewed: 2025-01-21Reviewer: Docs PlatformTags: sdk, upgrades
Upgrade SDKs Across Services
Plan and execute SDK upgrades across multiple services.
Overview
Review changelog entries, test in sandbox, and deploy upgrades safely.
Prerequisites
- Access to staging environment
- CI pipeline for integration tests
Architecture Diagram
Upgrade flows from source control to CI and staging validation.
Steps
- Read the SDK release notes.
- Update dependencies in a feature branch.
- Run integration tests in sandbox.
- Deploy to production.
API Calls Referenced
- None (SDK upgrade workflow only)
Troubleshooting
- Failing tests → Revert to the previous SDK version and investigate changes.