Skip to content

Releases: tailor-platform/sdk

@tailor-platform/sdk@1.32.1

26 Mar 07:46
4aed764

Choose a tag to compare

Patch Changes

  • #826 72c2842 Thanks @toiroakr! - Bundle @tailor-platform/function-types as a dependency of @tailor-platform/sdk. Users no longer need to install @tailor-platform/function-types separately or add it to their tsconfig.json types array. The ambient types are automatically available when importing from @tailor-platform/sdk.

  • #824 f4794c4 Thanks @renovate! - fix(deps): update dependency type-fest to v5.5.0

  • #825 9e0dc71 Thanks @renovate! - fix(deps): update oxlint monorepo

  • #827 b13e31c Thanks @renovate! - chore(deps): update actions/create-github-app-token action to v3

  • #829 e0f68c0 Thanks @renovate! - chore(deps): update dorny/paths-filter action to v4

  • #830 cb0c357 Thanks @renovate! - chore(deps): update eslint monorepo to v10 (major)

  • #831 a567c70 Thanks @renovate! - chore(deps): update anthropics/claude-code-action action to v1.0.79

  • #836 77cdf5e Thanks @renovate! - chore(deps): update github artifact actions (major)

  • #837 47b3e56 Thanks @renovate! - chore(deps): update pnpm/action-setup action to v5

  • #841 c8a9ed6 Thanks @renovate! - fix(deps): update dependency std-env to v4

@tailor-platform/sdk@1.32.0

26 Mar 01:18
87dd0ee

Choose a tag to compare

Minor Changes

  • #805 d283a78 Thanks @toiroakr! - Use TailorErrors for resolver input validation errors instead of generic Error, enabling the PF runtime to expand validation issues into individual GraphQL errors with field-level paths.

Patch Changes

@tailor-platform/create-sdk@1.32.1

26 Mar 07:46
4aed764

Choose a tag to compare

Patch Changes

  • #826 72c2842 Thanks @toiroakr! - Bundle @tailor-platform/function-types as a dependency of @tailor-platform/sdk. Users no longer need to install @tailor-platform/function-types separately or add it to their tsconfig.json types array. The ambient types are automatically available when importing from @tailor-platform/sdk.

@tailor-platform/create-sdk@1.32.0

26 Mar 01:18
87dd0ee

Choose a tag to compare

Merge pull request #832 from tailor-platform/changeset-release/main

Version Packages

@tailor-platform/sdk@1.31.0

25 Mar 07:18
9023183

Choose a tag to compare

Minor Changes

  • #793 517ed78 Thanks @dqn! - Add Bun runtime support for CLI and expand CI test matrix

    • Detect Bun/Deno runtimes and skip tsx registration for native TypeScript execution
    • Use dynamic import for connect-node transport to support Bun runtime
    • Expand CI smoke tests across OS, Node version, package manager, and runtime combinations
  • #746 b9113a0 Thanks @toiroakr! - Add opt-in secure token storage via OS keyring (macOS Keychain, Windows Credential Manager, Linux Secret Service). Set TAILOR_USE_KEYRING=1 to enable. Default behavior remains unchanged (file-based V1 config) for backward compatibility with older SDK versions.

Patch Changes

@tailor-platform/create-sdk@1.31.0

25 Mar 07:18
9023183

Choose a tag to compare

Merge pull request #823 from tailor-platform/changeset-release/main

Version Packages

@tailor-platform/sdk@1.30.0

23 Mar 08:09
0d558b8

Choose a tag to compare

Minor Changes

  • #765 afe6f6f Thanks @toiroakr! - Add organization and folder management CLI commands: organization list/get/update/tree and organization folder list/get/create/update/delete with programmatic API exports

Patch Changes

  • #800 3c60fdf Thanks @dqn! - Use rolldown write: false to keep bundle output in memory, eliminating unnecessary disk I/O in all bundlers

  • #804 ee915c1 Thanks @toiroakr! - Allow as const readonly arrays to be passed directly to db.enum() and t.enum() without requiring a spread workaround

@tailor-platform/create-sdk@1.30.0

23 Mar 08:08
0d558b8

Choose a tag to compare

Merge pull request #803 from tailor-platform/changeset-release/main

Version Packages

@tailor-platform/sdk@1.29.0

22 Mar 13:40
d5d9160

Choose a tag to compare

Minor Changes

  • #702 9b25f08 Thanks @toiroakr! - Add login --machineuser flag for platform machine user authentication. Token is stored in platform config for automatic use by subsequent commands. Supports --client-id and --client-secret options with environment variable fallback (TAILOR_PLATFORM_MACHINE_USER_CLIENT_ID / TAILOR_PLATFORM_MACHINE_USER_CLIENT_SECRET). Client secret is prompted securely when omitted.

Patch Changes

@tailor-platform/create-sdk@1.29.0

22 Mar 13:40
d5d9160

Choose a tag to compare

Merge pull request #795 from tailor-platform/changeset-release/main

Version Packages