Conversation
|
!release js patch |
|
🚀 @Leechael release command accepted: Target branch: |
|
🎉 Release completed:
📦 Package Info
📄 Files included |
|
!release python patch |
|
🚀 @Leechael release command accepted: Target branch: |
|
❌ @Leechael release failed: Branch: |
…ps for dev extras CI runs `pip install -e ".[dev]"` which requires `[project.optional-dependencies]`, not `[dependency-groups]` (PEP 735). This caused pytest to not be installed.
📋 Check Results✨ JS SDK - Code FormattingShow format check results🔍 JS SDK - TypeScript Type CheckShow type check output🧪 JS SDK - Test ResultsShow test output📝 JS SDK - Lint CheckShow lint results🌐 JS SDK - Browser CompatibilityShow browser test results🌐 Browser Compatibility ReportBrowser compatibility tests completed across:
The SDK has been verified to work in modern browser environments. Check run: https://github.com/Phala-Network/phala-cloud/actions/runs/23648579135 |
Both `[project.optional-dependencies]` (for pip) and `[dependency-groups]` (for uv) are needed since CI uses both tools.
Migrate release workflow from pip to uv, matching pr-checks workflow. Remove duplicate [project.optional-dependencies] since uv uses [dependency-groups] natively.
|
!release python patch |
|
🚀 @Leechael release command accepted: Target branch: |
|
❌ @Leechael release failed: Branch: |
…ompatibility The release workflow runs from main branch and still uses pip, which requires [project.optional-dependencies]. Keep both sections until the uv workflow changes are merged to main.
|
!release python patch |
|
🚀 @Leechael release command accepted: Target branch: |
|
🎉 Release completed:
📦 Package Info
|
|
!release go patch |
|
🚀 @Leechael release command accepted: Target branch: |
|
🎉 Release completed:
📦 Installgo get github.com/Phala-Network/phala-cloud/sdks/go@v0.1.1 |
|
!release cli patch |
|
🚀 @Leechael release command accepted: Target branch: |
|
🎉 Release completed:
📦 Package Info
📄 Files included |
Summary
Weekly release of all SDKs and CLI.
Releases
JS SDK — v0.2.6
feat
@phala/cloud/webhookpatchCvmandconfirmCvmPatchfor unified PATCH/cvms/{id}prepareOnlysupport topatchCvmand newcommitCvmUpdateaction--prepare-onlyoutputfix
confirmCvmPatchinstead of undefinedPython SDK — v0.1.2
feat
patch_cvmandconfirm_cvm_patchfor unified PATCH endpointfix
_to_api_errorGo SDK — v0.1.1
feat
ReplicateAppCVMfor app-scoped replica creationProvisionCVMRequestComposeFilestructfix
VerifyWebhookSignatureWatchCVMStateMaxRetries default to unlimitedCLI — v1.1.14
feat
--prepare-onlyand--commitflags for multisig CVM updates--prepare-onlyoutputphala envs encryptandphala envs updatecommandsallow-devices,disallow-any,toggle-allow-any)--fsoption to deploy command for filesystem selection--waitRPC verification for device allowlist opsfix
--commitmode no longer requires API key--prepare-onlyoutput formatting and indentation--prepare-onlyused on non-on-chain KMS CVMOther Changes