Skip to content

Latest commit

 

History

History
199 lines (124 loc) · 15.3 KB

CHANGELOG.md

File metadata and controls

199 lines (124 loc) · 15.3 KB

Changelog

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)

0.9.1 (2024-12-05)

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

Chores

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

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)

0.7.0 (2024-09-24)

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

Features

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

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)

0.5.0 (2024-08-14)

Full Changelog: v0.4.0...v0.5.0

Features

Chores

  • ci: limit release doctor target branches (#35) (7c856f8)
  • docs: use client instead of package name in Node examples (#34) (887d2e2)
  • internal: codegen related update (#36) (f5fed5c)
  • tests: update prism version (#39) (34694e3)

0.4.0 (2024-07-17)

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

Features

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

0.2.2 (2024-07-05)

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

Features

Chores

0.2.1 (2024-06-10)

Full Changelog: v0.2.0...v0.2.1

Chores

0.2.0 (2024-06-10)

Full Changelog: v0.1.45...v0.2.0

Features

  • add cost estimate and ability to log arbitrary columns (2137e80)
  • add support for the assistants api (abc667c)
  • enable using Openlayer in JS with alternative providers (5a635a1)
  • move project and inference pipeline setup to startMonitoring method (26db616)
  • support for new development workflow (c4034ce)
  • various codegen changes (4ec0b86)

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

  • add example module for using Openlayer with LangChain (3860579)
  • add new turbo model pricings (f6ef841)
  • add README (cd94cee)
  • adopt new schema for managing prompts (160b3a5)
  • downgrade node-fetch (b73f237)
  • increment npm version (62d890d)
  • link to docs in README for example usage (4cff313)
  • update doc comments for throwable methods (db16328)
  • update logo image in README (89873ec)
  • update package version (7b8d549)
  • update package version (c50091c)