Skip to content

Releases: Phala-Network/phala-cloud

@phala/cloud v0.2.9

17 Apr 02:02
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.2.9 (2026-04-17)

feat

  • sdk,cli: add POST /apps/{app_id}/instances support (80498ab)

npm: @phala/cloud@0.2.9

npm i -g @phala/cloud@0.2.9

phala v1.1.18

17 Apr 02:32
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.1.18 (2026-04-17)

feat

  • cli: add instances rm command with multi-UUID support (0f78fc6)
  • cli: move apps instances to top-level instances command, add instances ls (67046a1)
  • sdk,cli: add POST /apps/{app_id}/instances support (80498ab)

fix

  • cli: include live status in instances ls --json output (06b0360)
  • cli: polish instances/link UX and add commit-token routing (4ab23c5)
  • cli: poll both deviceAllowed and composeHashAllowed before commit (755a256)
  • cli: poll on-chain state before commit after registering compose hash (2fb4094)
  • cli: preserve all existing fields when backfilling app_id in link (1108cc7)
  • cli: reject unknown subcommand paths for leaf commands (397b92b)
  • cli: resolve profile by workspace slug fallback and use actual profile key in link (a06748b)
  • cli: skip CVM fetch in instances add when no env-file provided (98bb666)
  • cli: write workspace slug as profile key, not workspace name (e707e84)

npm: phala@1.1.18

npm i -g phala@1.1.18

@phala/cloud v0.2.8

10 Apr 16:55
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.2.8 (2026-04-10)


npm: @phala/cloud@0.2.8

npm i -g @phala/cloud@0.2.8

@phala/cloud v0.2.7

10 Apr 08:37
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.2.7 (2026-04-10)

feat

  • add compose_hash_registered to provision response schema (be02cf9)

fix

  • js: update addComposeHash test mock for owner pre-check (456ce00)
  • parse StructuredError details array in 465 error handlers (50129dc)
  • preserve StructuredError response body in error conversion (ae7eecc)
  • sdk: chain resolution, owner pre-check, and ABI error definitions (0c6a50c)

refactor

  • add transaction progress logging and RPC transport timeouts (29849a2)

npm: @phala/cloud@0.2.7

npm i -g @phala/cloud@0.2.7

phala v1.1.17

10 Apr 17:01
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.1.17 (2026-04-10)


npm: phala@1.1.17

npm i -g phala@1.1.17

phala v1.1.16

10 Apr 15:16
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.1.16 (2026-04-10)

fix

  • cli: correct deploy --commit requirements in --help (157f103)

refactor

  • clarify --help strings and unify --transaction-hash option (0749dc0)

npm: phala@1.1.16

npm i -g phala@1.1.16

phala v1.1.15

10 Apr 08:40
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.1.15 (2026-04-10)

feat

  • cli: add profiles command aliases (list, rm, mv) (b46dbc7)
  • cli: add profiles use, rename, delete subcommands (3a7ab22)
  • cli: add renameProfile utility to credentials (1e07a24)
  • cli: unify global option handling (8dc77c1)

fix

  • cli: add two-phase replicate flow with on-chain approval (a77a011)
  • cli: improve replicate output formatting and error display (87cd7c8)
  • cli: resolve app_id ambiguity with --compose-hash in replicate (15ff65d)
  • cli: show full values in on-chain registration error (600cb66)
  • cli: show on-chain status before requiring private key in replicate (986f1ac)
  • cli: strip app_ prefix when matching cvm list by app_id (fcfed6e)
  • cli: support universal cvm ids for replicate (5fa84ba)
  • cli: use app CVMs endpoint for compose-hash disambiguation (2f2266a)
  • cli: use correct pubkey source for CVM replicate env encryption (2b3b98b)
  • cli: use instance-level cvm replication (fd0cb03)
  • cli: use plaintext output for cvm replicate (1a9ba68)
  • cli: use sdk private key flow in allow-devices (d697761)
  • sdk: chain resolution, owner pre-check, and ABI error definitions (0c6a50c)

refactor

  • add phala help <topic> subcommand with bundled topics (8880334)
  • add RPC timeout + retry hint for allow-devices (7a20577)
  • add transaction progress logging and RPC transport timeouts (29849a2)
  • allow direct app identifier in allow-devices to avoid CVM ambiguity (a440bed)
  • log RPC URL before blockchain operations (c9956b2)
  • skip device list in allow-devices ls when allowAnyDevice is on (597bbb4)
  • unify --private-key / --rpc-url and add ETH_RPC_URL fallback (162ff8a)

npm: phala@1.1.15

npm i -g phala@1.1.15

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