Skip to content

Releases: Phala-Network/phala-cloud

Go SDK v0.1.1

27 Mar 12:45
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Release Go SDK v0.1.1


Go module: github.com/Phala-Network/phala-cloud/sdks/go

go get github.com/Phala-Network/phala-cloud/sdks/go@v0.1.1

phala-cloud v0.1.2

27 Mar 12:44
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Release python v0.1.2


PyPI: phala-cloud@0.1.2

pip install phala-cloud==0.1.2

@phala/cloud v0.2.6

27 Mar 09:33
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.2.6 (2026-03-27)

feat

  • add is-allowed API to JS, Python, and Go SDKs (1fa61f0)
  • add structured error codes and idempotency support across all SDKs (2dd6d0b), closes #1041
  • display on-chain status in --prepare-only output (f98f614)
  • js-sdk: add webhook signature verification via @phala/cloud/webhook (3544694)
  • js,cli: add on-chain prerequisite checks and improve update flow (d3209e1)
  • js: add patchCvm and confirmCvmPatch for unified PATCH /cvms/{id} (30cabaf)
  • sdk: add prepareOnly support to patchCvm and new commitCvmUpdate action (38d6bf4)

fix

  • js,cli: add missing files and fix compose hash tx verification (7656a45)
  • js: handle FormData Content-Type in post/put/patch methods (68d77ef)
  • js: send empty body in confirmCvmPatch instead of undefined (a228001)
  • js: use toMatchObject for viem Chain comparisons in tests (5b5d00c)

npm: @phala/cloud@0.2.6

npm i -g @phala/cloud@0.2.6

phala v1.1.14

27 Mar 12:51
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.1.14 (2026-03-27)

feat

  • cli: add --prepare-only and --commit flags for multisig CVM updates (99edfc0)
  • cli: show chain ID and block explorer URL in --prepare-only output (6de7e4a)
  • display on-chain status in --prepare-only output (f98f614)
  • js,cli: add on-chain prerequisite checks and improve update flow (d3209e1)
  • js: add patchCvm and confirmCvmPatch for unified PATCH /cvms/{id} (30cabaf)

fix

  • cli: --commit mode no longer requires API key (39bdd7a)
  • cli: 0x prefix on explorer URL, expired token hint (4cb7398)
  • cli: add 0x prefix to compose hash in --prepare-only output (62e4122)
  • cli: add missing return after --prepare-only warning on non-on-chain CVM (6a4abb8)
  • cli: fix --prepare-only output formatting for shell continuation (732cbb8)
  • cli: fix --prepare-only output indentation, make --transaction-hash optional (79e695f)
  • cli: warn when --prepare-only used on non-on-chain KMS CVM (f874b65)
  • js,cli: add missing files and fix compose hash tx verification (7656a45)

npm: phala@1.1.14

npm i -g phala@1.1.14

phala-cloud v0.1.1

14 Mar 11:52
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Release python v0.1.1


PyPI: phala-cloud@0.1.1

pip install phala-cloud==0.1.1

@phala/cloud v0.2.5

14 Mar 11:56
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.2.5 (2026-03-14)

docs

  • js: fix ETHEREUM typo in provision example (15c3940)

feat

  • add device management blockchain actions to SDK and CLI (290ca2a)
  • add getAppAttestation action for app-level attestation API (4d534e9)
  • add getAppDeviceAllowlist SDK action (9b6fbf4)
  • add os-images listing, kms on-chain detail to SDK and CLI (9fe5c9a)
  • cli,sdk: add --fs option to deploy command for filesystem selection (716723d)
  • export attestation Zod schemas for frontend reuse (cbd3245)
  • js-sdk: add instance-id refresh actions and v20260121 field (038810a)
  • js: add confidential_models_enabled to WorkspaceResponseSchema (6a8b924)
  • kms: simplify CLI output and include device node names (e48019c)
  • query and display contract owner in allow-devices list (37fe2e1)
  • sdk: add replicateCvm action for CVM scaling (1cb8203)

fix

  • js-sdk: add listed field to CvmInfoV20260121Schema (a85adaf)
  • make base_image optional in VMSchema (043b81b)
  • replace event scanning with readContract for device allowlist (fb2a4b2)
  • replay events chronologically in getAllowedDevices (cccb120)

perf

  • use multicall for batch device allowlist checks (4fb338f)

npm: @phala/cloud@0.2.5

npm i -g @phala/cloud@0.2.5

phala v1.1.13

14 Mar 11:56
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.1.13 (2026-03-14)

feat

  • add device management blockchain actions to SDK and CLI (290ca2a)
  • add os-images listing, kms on-chain detail to SDK and CLI (9fe5c9a)
  • add phala cvms device-allowlist CLI command (6d7b48f)
  • cli,sdk: add --fs option to deploy command for filesystem selection (716723d)
  • cli: add --wait RPC verification for device allowlist ops (97447f0)
  • cli: add phala envs encrypt and phala envs update commands (ddd4cfc)
  • cli: add disallow-any and toggle-allow-any commands (dbff4e5)
  • cli: add interactive multi-select for devices add/remove (4f0f2d4)
  • cli: add pagination flags to os-images command (1ef6cd9)
  • cli: move device allowlist to top-level phala allow-devices (430cd9c)
  • kms: simplify CLI output and include device node names (e48019c)
  • query and display contract owner in allow-devices list (37fe2e1)

fix

  • cli: add viem as direct dependency for CI type-check (bcc4df3)
  • cli: address Sentry review issues in allow-devices commands (a205282)
  • cli: ensure timeout floor of 5000ms for small command groups (370eb98)
  • cli: exclude already-allowed devices from add interactive list (f0a6b53)
  • cli: fix node name matching and separate chain line in ls (b7a4ce3)
  • cli: increase timeout for command existence compat tests (a9889be)
  • cli: query chain directly for allow-devices list (b40d8e3)
  • cli: remove redundant status column from devices list (b49744d)
  • cli: use shared walletClient with nonceManager for batch tx (ef93049)
  • guard against null app_id in device-allowlist command (0b8bdd8)
  • replace event scanning with readContract for device allowlist (fb2a4b2)

perf

  • cli: skip prerequisite checks in batch add/remove (e814237)

npm: phala@1.1.13

npm i -g phala@1.1.13

phala v1.1.12

04 Mar 00:35
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.1.12 (2026-03-04)

feat

  • cli: add --api-version global option (f96397f)

fix

  • cli: validate --api-version flag against supported versions (a6b4f68)

npm: phala@1.1.12

npm i -g phala@1.1.12

phala v1.1.12-beta.1

03 Mar 22:17
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

phala v1.1.12-beta.1 Pre-release
Pre-release
  • Package: phala
  • Version: v1.1.12-beta.1
  • npm tag: beta
  • Triggered by: Leechael

phala v1.1.11

02 Mar 23:19
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Package: phala
  • Version: v1.1.11
  • npm tag: latest
  • Triggered by: Leechael