Skip to content

Releases: openlayer-ai/openlayer-ts

v0.13.6

19 Aug 23:30

Choose a tag to compare

0.13.6 (2025-08-19)

Full Changelog: v0.13.5...v0.13.6

Bug Fixes

  • bedrock traces do not have correct latency in TypeScript client (4010669)

v0.13.5

18 Aug 13:15

Choose a tag to compare

0.13.5 (2025-08-16)

Full Changelog: v0.13.4...v0.13.5

Chores

  • deps: update dependency node-fetch to v2.6.13 (bdd6b9d)
  • internal: formatting change (1799c58)

v0.13.4

15 Aug 16:01

Choose a tag to compare

0.13.4 (2025-08-15)

Full Changelog: v0.13.3...v0.13.4

Bug Fixes

  • log AWS error in Bedrock tracer (40ca31b)

v0.13.3

15 Aug 15:51

Choose a tag to compare

0.13.3 (2025-08-15)

Full Changelog: v0.13.2...v0.13.3

Chores

  • add debug statements to trace upload (103098b)
  • internal: update comment in script (5aff731)
  • update @stainless-api/prism-cli to v5.15.0 (b396a4c)

v0.13.2

07 Aug 20:44

Choose a tag to compare

0.13.2 (2025-08-07)

Full Changelog: v0.13.1...v0.13.2

Features

  • add Bedrock agent tracer (82cecbf)

Bug Fixes

  • conditional Bedrock import (a745e01)

Chores

  • internal: move publish config (67a5488)
  • internal: remove redundant imports config (52d519a)

v0.13.1

10 Jul 18:30

Choose a tag to compare

0.13.1 (2025-07-10)

Full Changelog: v0.13.0...v0.13.1

Chores

  • clean up whitespace in langgraph-openlayer.ts (2f1590e)
  • internal: version bump (64a8e5c)

v0.13.0

10 Jul 03:51

Choose a tag to compare

0.13.0 (2025-07-09)

Full Changelog: v0.12.0...v0.13.0

Features

  • api: add test creation endpoint (b5ca558)
  • api: api update (c08bc30)
  • api: api update (21bf624)
  • api: api update (4a2f9f8)
  • api: api update (631a79a)
  • api: api update (b94c7b1)
  • api: api update (a133305)
  • api: expose test retrieval endpoint (8fff7c0)
  • api: expose test retrieval endpoint (44db29b)
  • api: expose test update endpoint (7e129a6)
  • client: add support for endpoint-specific base URLs (2905588)
  • client: send X-Stainless-Timeout header (7019c85)

Bug Fixes

  • api: improve type resolution when importing as a package (#119) (a758e18)
  • avoid type error in certain environments (#115) (f7448d9)
  • ci: release-doctor — report correct token name (e5e5f3b)
  • client: don't send Content-Type for bodyless methods (ffd0619)
  • client: fix export map for index exports (3cef27b)
  • client: send X-Stainless-Timeout in seconds (#117) (8349fbc)
  • imports: update import paths for OpenlayerHandler and traceOpenAI to reflect new module structure (e57d2be)
  • internal: work around vercel/next.js#76881 (#116) (3d750a5)
  • mcp: remove unused tools.ts (#120) (d00061f)
  • publish script — handle NPM errors correctly (33f3a0d)

Chores

  • ci: add timeout thresholds for CI jobs (fcfa14a)
  • ci: bump node version for release workflows (82ed245)
  • ci: enable for pull requests (0f02451)
  • ci: only run for pushes and fork pull requests (60a3cd5)
  • ci: only use depot for staging repos (e1cb08a)
  • client: minor internal fixes (8d1e577)
  • docs: grammar improvements (764521c)
  • docs: use top-level-await in example snippets (9a627db)
  • exports: cleaner resource index imports (#113) (1647ab7)
  • exports: stop using path fallbacks (#114) (39719a5)
  • improve publish-npm script --latest tag logic (0292843)
  • internal: add aliases for Record and Array (#118) (6fdf6fa)
  • internal: codegen related update (5d338c6)
  • internal: codegen related update (2b134e4)
  • internal: codegen related update (628f5e0)
  • internal: codegen related update (90f7b7c)
  • internal: codegen related update (f278cf3)
  • internal: codegen related update (9e02f0b)
  • internal: fix devcontainers setup (163b07d)
  • internal: fix workflows (3e53c94)
  • internal: make base APIResource abstract (667b403)
  • internal: reduce CI branch coverage (0cb981b)
  • internal: upload builds and expand CI branch coverage (9e492b1)
  • internal: version bump (989e4c6)
  • internal: version bump (52cc09a)
  • mention unit type in timeout docs (55fb773)
  • tests: improve enum examples (#121) (78996ac)

Documentation

  • add examples to tsdocs (d3b8142)
  • readme: fix typo (274cc42)
  • update URLs from stainlessapi.com to stainless.com (6c1c6f3)

Refactors

  • types: replace Record with mapped types (8837a96)

v0.12.0

14 Mar 14:05

Choose a tag to compare

0.12.0 (2025-03-14)

Full Changelog: v0.11.0...v0.12.0

Features

  • client: accept RFC6838 JSON content types (#108) (f7acf0d)

Bug Fixes

  • exports: ensure resource imports don't require /index (#110) (2c80460)

Chores

v0.11.0

13 Mar 19:42

Choose a tag to compare

0.11.0 (2025-03-13)

Full Changelog: v0.10.3...v0.11.0

Features

  • api: add endpoint to retrieve commit by id (#103) (5247899)

v0.10.3

27 Feb 15:03

Choose a tag to compare

0.10.3 (2025-01-01)

Full Changelog: v0.10.2...v0.10.3

Chores