Skip to main content

0.2.4 (2026-02-25)

feat

  • sdk+cli: add SSH key and CVM runtime-config commands (692321a)
  • sdk: add create, delete, and sync SSH key actions (a688f29)

0.2.3 (2026-02-07)

feat

  • add 200KB size limit for compose file + pre-launch script (fe45765)
  • add profile field to app schemas and getAppFilterOptions action (cf3c2eb)
  • add public_tcbinfo to update visibility action (39cfd3f)

fix

  • rename teepod_name to node in get_app_list action (f863436)

refactor

  • js: add revision_id to app revisions and use revisionId for detail (8d72149)

0.2.2 (2026-01-31)

feat

  • sdk-js: add is_default to workspaces response schema (85996b3)
  • use workspace slug as profile name, add profiles command, update default API dom (5c150a0)

refactor

  • sync NodeRef schema from backend (f699002)

0.2.1 (2026-01-31)

feat

  • add standalone patch api for docker compose & prelaunch script (efc9a05)
  • add validate rule to cvm name when creating cvm (92138c0)
  • js: add batch CVM status action (e99e0d8)
  • js: add workspace nodes and quotas API (2adf971)
  • sdk: add apps API actions and fix versioned client types (3ee04e9)
  • sdk: add generic request methods with full response support (b15c2c6)
  • sdk: add versioned API client with type-safe return types (4378e37)
  • unify name convention across cli & sdk (9f0d1e5)

fix

  • api path for batch cvm status query (5764b05)
  • js: expose instance_type in CVM response (0c30066)
  • migrate URLs from cloud.phala.network to cloud.phala.com (cd48ed4)
  • sdk,cli: send update_env_vars flag when updating CVM env vars (26077d1)
  • sdk: add missing kms_info field to ProvisionCvmSchema (6fc3b6a)
  • sdk: smart default for instance_type to allow vcpu/memory params to work (9f0780d)

0.2.0 (2025-11-05)

feat

  • added actions get_available_os_images and update_os_image (95e5688)
  • added getCvmState & safeGetCvmState (fc791ac)
  • added next-app-ids API (26d9dfc)
  • experimental watchCvmState implementation (ce316d9)

0.1.2 (2025-10-29)

feat

  • sdk: redesign errors & added event emitter support (c2036fa)

fix

  • cvms: include update_env_vars in compose file update request body (f3eb2cd)

0.1.1 (2025-10-24)

feat

  • attach getHash & toString to AppCompose object (d013f99)
  • export utils function in get_compose_hash (4c4c5fc)

0.0.12 (2025-10-11)

Initial release with action functions for deploy, provision, authentication, CVM management, KMS integration, and workspace APIs.