Public Documentation

Lawie Docs

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

  1. Read the SDK release notes.
  2. Update dependencies in a feature branch.
  3. Run integration tests in sandbox.
  4. Deploy to production.

API Calls Referenced

  • None (SDK upgrade workflow only)

Troubleshooting

  • Failing tests → Revert to the previous SDK version and investigate changes.