Changelog
Release notes for the Ductape platform and SDKs are maintained in each package repository.
2026-05-19 — SDK 0.1.8
- TypeScript (
@ductape/sdk0.1.8): Constructor-onlyproduct/envruntime defaults; app action runtime renamed toductape.api(wasductape.actions); see SDK runtime defaults. - Frontend (
@ductape/client,@ductape/react,@ductape/vue):ductape.apiis the primary surface for running app actions (run,oauth,share, etc.);ductape.actionsremains as a deprecated getter alias. Service class renamed toApiService(ActionServicealias kept). - Java, Go, .NET: Version aligned to 0.1.8 (Go module tag
sdk/go/v0.1.8when published).
SDKs
| SDK | Changelog |
|---|---|
TypeScript (@ductape/sdk) | sdk/ts/CHANGELOG.md |
| Java | sdk/java/CHANGELOG.md |
| Go | sdk/go/CHANGELOG.md |
| .NET | Track releases via GitHub Releases and sdk/dotnet/PARITY_COMPLETION.md |
CLI
| Package | Changelog |
|---|---|
@ductape/cli | cli/CHANGELOG.md |
Documentation
Site documentation changes ship with the ductape-docs folder in the monorepo.