Skip to content

Releases: openlayer-ai/openlayer-ts

v0.9.2

10 Dec 18:39
Compare
Choose a tag to compare

0.9.2 (2024-12-10)

Full Changelog: v0.9.1...v0.9.2

Chores

  • internal: bump cross-spawn to v7.0.6 (#81) (982fd51)
  • internal: remove unnecessary getRequestClient function (#79) (dd6b4b9)

v0.9.1

05 Dec 18:23
Compare
Choose a tag to compare

0.9.1 (2024-12-05)

Full Changelog: v0.9.0...v0.9.1

Chores

v0.9.0

05 Dec 18:22
Compare
Choose a tag to compare

0.9.0 (2024-11-28)

Full Changelog: v0.8.0...v0.9.0

Features

  • internal: make git install file structure match npm (#74) (654e649)

Chores

v0.8.0

22 Nov 13:25
Compare
Choose a tag to compare

0.8.0 (2024-11-21)

Full Changelog: v0.7.0...v0.8.0

Features

Bug Fixes

  • dependencies: update braces in yarn.lock files (114b9e5)
  • example: upgrade packages and lock files (7e9b3f1)
  • remove openai/src import (55dc02e)
  • remove package-lock.json (027a604)

Chores

Documentation

  • remove suggestion to use npm call out (#68) (949ab79)

v0.7.0

24 Sep 16:32
Compare
Choose a tag to compare

0.7.0 (2024-09-24)

Full Changelog: v0.6.0...v0.7.0

Features

  • fix: add @langchain/core to dependencies (1deded1)

v0.6.0

24 Sep 12:40
Compare
Choose a tag to compare

0.6.0 (2024-09-24)

Full Changelog: v0.5.0...v0.6.0

Features

  • feat: introduce the OpenlayerHandler, which implements the LangChain callback handler interface (865978e)

v0.5.0

19 Sep 20:47
Compare
Choose a tag to compare

0.1.0-alpha.1 (2024-09-19)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

  • add cost estimate and ability to log arbitrary columns (2137e80)
  • add support for the assistants api (abc667c)
  • api: OpenAPI spec update via Stainless API (#23) (f3cfeb5)
  • api: OpenAPI spec update via Stainless API (#24) (978e022)
  • api: OpenAPI spec update via Stainless API (#27) (c47336a)
  • api: OpenAPI spec update via Stainless API (#32) (4093a32)
  • api: OpenAPI spec update via Stainless API (#49) (05f9693)
  • api: update via SDK Studio (#16) (b4f0632)
  • api: update via SDK Studio (#20) (04927c2)
  • api: update via SDK Studio (#25) (2ad9e85)
  • api: update via SDK Studio (#29) (8880ce1)
  • api: update via SDK Studio (#30) (512affb)
  • api: update via SDK Studio (#37) (d4677ae)
  • api: update via SDK Studio (#38) (0aca490)
  • api: update via SDK Studio (#40) (7aee058)
  • api: update via SDK Studio (#45) (cfed827)
  • api: update via SDK Studio (#47) (f6a7a13)
  • chore: deprecate the OpenAI monitor (afbdb1d)
  • enable using Openlayer in JS with alternative providers (5a635a1)
  • feat: add initial working version of the OpenAI tracer (e0140f4)
  • feat: complete OpenAI tracer implementation, handling streaming and tool calls (46bd515)
  • feat: initial working version of the tracing module (adcaaf4)
  • move project and inference pipeline setup to startMonitoring method (26db616)
  • support for new development workflow (c4034ce)
  • various codegen changes (9044e0f)

Bug Fixes

  • calculate tokens in streaming completions (b7343ca)
  • entry point does not resolve with submodules (184f877)
  • extraneous warning logs when inference pipeline not located for monitoring assistant runs (8b81e70)
  • incorrect symbol in LangChain example (865abf8)
  • ReferenceError when using fetch (017df18)
  • rename token count column (66a0b46)
  • rm version from data-stream queries (8f418ec)
  • round timestamp seconds to nearest int (01d442e)
  • update config to adopt new prompt tracking schema (5a813c3)
  • update examples to fix race condition issue when processing multiple requests back-to-back (6e9f9f8)

Chores

Read more

v0.4.0

17 Jul 22:08
Compare
Choose a tag to compare

0.4.0 (2024-07-17)

Full Changelog: v0.3.0...v0.4.0

Features

v0.3.0

08 Jul 19:18
Compare
Choose a tag to compare

0.3.0 (2024-07-08)

Full Changelog: v0.2.2...v0.3.0

Features

  • api: OpenAPI spec update via Stainless API (#23) (5b4cd52)
  • api: OpenAPI spec update via Stainless API (#24) (66aedcb)
  • api: update via SDK Studio (#20) (2db48ab)
  • api: update via SDK Studio (#25) (b673070)

Chores

v0.2.2

05 Jul 19:12
Compare
Choose a tag to compare

0.2.2 (2024-07-05)

Full Changelog: v0.2.1...v0.2.2

Features

Chores