Skip to content

Releases: aignostics/typescript-sdk

sdk-v2.3.1

15 Aug 14:50

Choose a tag to compare

2.3.1 (2025-08-15)

Bug Fixes

  • ci-cd: set minimal permissions for CI/CD pipeline (916e12d)

sdk-v2.3.0

15 Aug 09:16

Choose a tag to compare

2.3.0 (2025-08-15)

Features

  • add multiple environment support to the cli (5fedaed)

cli-v2.2.1

15 Aug 14:50

Choose a tag to compare

2.2.1 (2025-08-15)

Bug Fixes

  • ci-cd: set minimal permissions for CI/CD pipeline (916e12d)

cli-v2.2.0

15 Aug 09:17

Choose a tag to compare

2.2.0 (2025-08-15)

Features

  • add multiple environment support to the cli (5fedaed)

sdk-v2.2.1

14 Aug 14:29

Choose a tag to compare

2.2.1 (2025-08-14)

Bug Fixes

  • cli: fix CLI executable (b7de234)

sdk-v2.2.0

14 Aug 07:54

Choose a tag to compare

2.2.0 (2025-08-14)

Features

  • cli: add token refresh functionality (ceb5c18)

sdk-v2.1.0

14 Aug 07:49

Choose a tag to compare

2.1.0 (2025-08-14)

Features

  • sdk: add structured error hierarchy with AuthenticationError (1174892)

cli-v2.1.1

14 Aug 14:29

Choose a tag to compare

2.1.1 (2025-08-14)

Bug Fixes

  • cli: fix CLI executable (b7de234)

cli-v2.1.0

14 Aug 07:54

Choose a tag to compare

2.1.0 (2025-08-14)

Features

  • cli: add token refresh functionality (ceb5c18)
  • sdk: add structured error hierarchy with AuthenticationError (1174892)

sdk-v2.0.0

05 Aug 09:33

Choose a tag to compare

2.0.0 (2025-08-05)

⚠ BREAKING CHANGES

  • workspace: Package names have been simplified and renamed:
  • @aignostics/platform-typescript-sdk is now @aignostics/sdk
  • @aignostics/platform-cli is now @aignostics/cli

Users must update their installations:

  • npm install @aignostics/sdk (instead of @aignostics/platform-typescript-sdk)
  • npm install -g @aignostics/cli (instead of @aignostics/platform-cli)
  • Update import statements: import { PlatformSDK } from "@aignostics/sdk"

All package references, imports, documentation, CI/CD workflows,
and build configurations have been updated accordingly.

Miscellaneous Chores

  • workspace: rename packages to remove platform prefix (9e25fde)