Skip to content

Releases: Phala-Network/phala-cloud

phala v1.1.20-beta.1

17 Jun 09:49
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

phala v1.1.20-beta.1 Pre-release
Pre-release

(2026-06-17)

feat

  • add kms_contract_id to CVM SDK schemas, deprecate kms_id (16734b9)
  • add versioned CVM hashid SDK schemas (b5b3766)
  • cli: add --experimental-mr-config-id flag to deploy (6877beb)
  • cli: add --timeout global flag (484d9f9)
  • cli: add keccak256 subcommand for hex hash computation (31f04ab)
  • cli: rename --experimental-mr-config-id to --experimental-key-provider-type (fb09481)
  • cli: rename to keccak256sum, add stdin and -c/--quiet/--status (a19cd38)
  • cli: surface the configured timeout in timeout error messages (6eec093)
  • expose latest CVM hashid schemas (d317ebf)
  • js,cli: add compose types and mr_config_id computation (c5e321f)

fix

  • align CLI schemas with hashid responses (07527a1)
  • cli: preserve SDK error details and stop duplicating error output (6e517e1)
  • cli: show usage when keccak256 called with no args (2c23662)
  • cli: skip DSTACK_AUTHORIZED_KEYS injection when --no-dev-os is set (ebd53ae)
  • cli: use k256_pubkey instead of ca_pubkey for key_provider_id (69e6b82)

refactor

  • cli: remove docker command group (946631e)

npm: phala@1.1.20-beta.1

npm i -g phala@1.1.20-beta.1

phala-cloud v0.1.3

02 Jun 18:48
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Release python v0.1.3


PyPI: phala-cloud@0.1.3

pip install phala-cloud==0.1.3

@phala/cloud v0.3.0

02 Jun 23:15
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.3.0 (2026-06-02)

fix

  • js: add version-based schema selection for versioned action responses (d96f402)
  • js: regenerate CHANGELOG with correct per-package path filter (bdbcf9c)

npm: @phala/cloud@0.3.0

npm i -g @phala/cloud@0.3.0

@phala/cloud v0.2.10

02 Jun 18:45
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.2.10 (2026-06-02)

feat

  • add McDonald's China MCP template (#280) (7c0c815), closes #280 #1449
  • add versioned CVM hashid SDK schemas (b5b3766)
  • expose latest CVM hashid schemas (d317ebf)
  • expose request IDs on structured errors (adcc644)
  • js: add CVM create resource graph (f229758)
  • js: add pre-launch script upgrade-status and upgrade actions (dd5dbb3)
  • js: add TCB identity fields to AppAttestationInstanceSchema (087d36d)
  • js: bump default request timeout to 60s (0b6e022)
  • js: expose workspace avatar URL (35236c5)
  • js: support app instance names (4839715)
  • types: add port_policy field to LooseAppCompose (bbdc704)
  • version CVM create resource hashid schemas (f34d2c7)

fix

  • accept versioned IDs in legacy CVM schemas (0b91912)
  • align CVMInfo schemas with hashid responses (49ba6fd)
  • allow nullable CVM IDs in instance refresh results (5c22c18)
  • drop minimal app response schema (24617ff)
  • js: pass through unknown keys on provision compose_file (409bbca)
  • js: shorten timeout message and expose code on PhalaCloudError (4966c1e)
  • js: stop rewriting node_id to teepod_id on provision (c267fec), closes #1449
  • js: surface friendly error for request timeouts (8c367fd)
  • use hashed CVM IDs in schemas (0268fa0)

npm: @phala/cloud@0.2.10

npm i -g @phala/cloud@0.2.10

phala v1.1.19

19 May 02:34
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.1.19 (2026-05-19)

feat

  • cli: add app instance name option (2ed537c)
  • cli: add CVM create resource graph (dc7a788)

npm: phala@1.1.19

npm i -g phala@1.1.19

@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