From 8b601f05ff29449fe7547cc768a4536e9164321f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 07:22:34 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- sdks/typescript-sdk/CHANGELOG.md | 15 +++++++++++++++ sdks/typescript-sdk/package-lock.json | 4 ++-- sdks/typescript-sdk/package.json | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 90caa5bd..085b7c70 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "sdks/typescript-sdk": "0.4.0", + "sdks/typescript-sdk": "0.5.0", "sdks/typescript-sdk-cli": "0.1.0" } diff --git a/sdks/typescript-sdk/CHANGELOG.md b/sdks/typescript-sdk/CHANGELOG.md index 8fd06ec3..ff714ff1 100644 --- a/sdks/typescript-sdk/CHANGELOG.md +++ b/sdks/typescript-sdk/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to `@terminal49/sdk` are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.0](https://github.com/Terminal49/API/compare/sdk-v-v0.4.0...sdk-v-v0.5.0) (2026-08-22) + + +### Features + +* **sdk:** add TypeScript SDK + SDK Docs ([#174](https://github.com/Terminal49/API/issues/174)) ([e49ed54](https://github.com/Terminal49/API/commit/e49ed54c9918a8769ad007b0d90973c844d60372)) +* update MCP SDK and monitoring ([#227](https://github.com/Terminal49/API/issues/227)) ([4be5b33](https://github.com/Terminal49/API/commit/4be5b335c8f86cd955ea1f9a384d68d9826d6294)) + + +### Bug Fixes + +* **sdk:** correct JSON:API mapper relationship/attr paths + restore shipping-line capability flags ([#275](https://github.com/Terminal49/API/issues/275)) ([c7e748a](https://github.com/Terminal49/API/commit/c7e748a900844142b520de0c46ab9077e7585bb0)) +* **sdk:** request timeout, network-error normalization, idempotent-only retries, Retry-After, bounded iterate ([#274](https://github.com/Terminal49/API/issues/274)) ([e9ac7a8](https://github.com/Terminal49/API/commit/e9ac7a81aaa90e60a4190d60d8bfd4c6a1035484)) +* **sdk:** stop sending unsupported container/shipment filter keys + clamp page size + wire mapper includes ([#278](https://github.com/Terminal49/API/issues/278)) ([a019b5d](https://github.com/Terminal49/API/commit/a019b5da41124f35b39c9ae4107bc023ebd9ea2b)) + ## [0.4.0](https://github.com/Terminal49/API/compare/sdk-v-v0.3.1...sdk-v-v0.4.0) (2026-08-22) diff --git a/sdks/typescript-sdk/package-lock.json b/sdks/typescript-sdk/package-lock.json index 75ad5822..420154fb 100644 --- a/sdks/typescript-sdk/package-lock.json +++ b/sdks/typescript-sdk/package-lock.json @@ -1,12 +1,12 @@ { "name": "@terminal49/sdk", - "version": "0.3.1", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@terminal49/sdk", - "version": "0.3.1", + "version": "0.5.0", "dependencies": { "jsona": "^1.12.1", "openapi-fetch": "^0.17.0" diff --git a/sdks/typescript-sdk/package.json b/sdks/typescript-sdk/package.json index ef89425f..165df177 100644 --- a/sdks/typescript-sdk/package.json +++ b/sdks/typescript-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@terminal49/sdk", - "version": "0.4.0", + "version": "0.5.0", "description": "Terminal49 TypeScript SDK (JSON:API, openapi-fetch)", "repository": { "type": "git",