Type Alias: RuntimeVersion
Properties
| Property | Type | Required | Description |
|---|---|---|---|
version | string | Yes | Immutable version identifier (example: "v1") |
node | number | Yes | Node.js major version baked into the image (example: 20) |
releasedAt | string | Yes | ISO date the version was published (example: "2026-06-03") |
notes | string | Yes | Summary of what changed in this version |
breaking | boolean | Yes | Whether upgrading to this version may break existing function code |
Defined in
4Players/cortex-typescript-sdk/src/resources/functions.ts:26