Skip to content

Releases: aignostics/typescript-sdk

sdk-v1.4.0

05 Aug 07:10

Choose a tag to compare

1.4.0 (2025-08-05)

Features

  • add attributions generation with pre-commit hook (62ae623)

cli-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)

cli-v1.4.0

05 Aug 07:10

Choose a tag to compare

1.4.0 (2025-08-05)

Features

  • add attributions generation with pre-commit hook (62ae623)

sdk-v1.3.0

29 Jul 06:44

Choose a tag to compare

1.3.0 (2025-07-29)

Features

  • add createApplicationRun method to SDK and CLI (a1602a4)
  • add createApplicationRun method to SDK with comprehensive tests (252baf5)

cli-v1.3.0

29 Jul 06:44

Choose a tag to compare

1.3.0 (2025-07-29)

Features

  • add createApplicationRun method to SDK and CLI (a1602a4)
  • add createApplicationRun method to SDK with comprehensive tests (252baf5)

v1.2.0

24 Jul 10:23

Choose a tag to compare

1.2.0 (2025-07-24)

⚠ BREAKING CHANGES

  • Documentation file paths have changed from root to docs/ folder
  • Semantic release now operates on individual packages instead of root

Features

  • configure semantic-release for monorepo packages and clean up dependencies (f65536b)

Documentation

  • reorganize documentation structure and update README (a7fedda)

sdk-v1.2.1

24 Jul 14:25

Choose a tag to compare

1.2.1 (2025-07-24)

Bug Fixes

  • add namespaced git tags for monorepo semantic-release (6f62d7b)

cli-v1.2.1

24 Jul 14:26

Choose a tag to compare

1.2.1 (2025-07-24)

Bug Fixes

  • add namespaced git tags for monorepo semantic-release (6f62d7b)

v1.1.0

23 Jul 15:09

Choose a tag to compare

1.1.0 (2025-07-23)

Features

  • add 5 new SDK methods and CLI commands (05d304a)

v1.0.0

23 Jul 12:28

Choose a tag to compare

1.0.0 (2025-07-23)

⚠ BREAKING CHANGES

  • PlatformSDK now requires tokenProvider in config instead of apiKey

Features

  • achieve 94.4% test coverage with architectural improvements (b052b05)
  • avoid the need of copying URLs manually on login (7c0256c)
  • configure ESLint with type information and fix test files (c321b05)
  • establish testing convention and decouple OAuth flow (80e6e1b)

Bug Fixes

  • add missing semantic-release dependencies and fix configuration (32d3877)
  • add UTF-8 charset to OAuth callback HTML responses (a7aeccc)
  • make date assertions truly timezone-independent (38117a9)
  • pass authentication token to SDK in CLI commands (ea2dec6)

Code Refactoring

  • decouple PlatformSDK from auth module using dependency injection (76d0e2c)