Skip to content

Latest commit

 

History

History
114 lines (58 loc) · 6.26 KB

CHANGELOG.md

File metadata and controls

114 lines (58 loc) · 6.26 KB

Changelog

All notable changes to the LaunchDarkly Python AI package will be documented in this file. This project adheres to Semantic Versioning.

0.8.0 (2025-02-07)

Features

  • Add variation version to metric data (#39) (1b07d08)

0.7.0 (2025-01-23)

Features

  • Add ability to track time to first token for LDAIConfigTracker (#37) (b4a5757)

0.6.0 (2024-12-17)

⚠ BREAKING CHANGES

  • Unify tracking token to use only TokenUsage (#32)
  • Change version_key_to variation_key (#29)

Features

  • Add LDAIConfigTracker.get_summary method (#31) (e425b1f)
  • Add track_error to mirror track_success (#33) (404f704)

Bug Fixes

  • Unify tracking token to use only TokenUsage (#32) (80e1845)

Code Refactoring

  • Change version_key_to variation_key (#29) (fcc720a)

0.5.0 (2024-12-09)

⚠ BREAKING CHANGES

  • Rename model and provider id to name (#27)

Code Refactoring

  • Rename model and provider id to name (#27) (65260b6)

0.4.0 (2024-12-02)

Features

  • Return AIConfig and LDAITracker separately #23 (96f888f)

Bug Fixes

  • Fix context usage for message interpolation (#24) (1159aee)

0.3.0 (2024-11-22)

⚠ BREAKING CHANGES

  • Rename nest parameters under model
  • Change modelId to id
  • Remove max_tokens and temperature as top level model config keys
  • Suffix track methods with metrics
  • Rename LDAIClient.model_config to LDAIClient.config
  • Rename prompt to messages

Features

  • Add custom parameter support to model config (95015f1)
  • Add support for provider config (d2a2ea7)

Bug Fixes

  • Change modelId to id (9564780)
  • Remove max_tokens and temperature as top level model config keys (55f34fe)
  • Rename LDAIClient.model_config to LDAIClient.config (3a3e913)
  • Rename nest parameters under model (a2cc966)
  • Rename prompt to messages (9a86f0a)
  • Suffix track methods with metrics (319f64d)

0.2.0 (2024-11-21)

Features

  • Change the typing for the AIConfig (#16) (daf9537)

Bug Fixes

  • Change linting tools to dev-only dependency (#15) (c752739)
  • Verify prompt payload exists before accessing it (#19) (d9dd21f)

0.1.1 (2024-11-08)

Bug Fixes

0.1.0 (2024-11-08)

Initial release of the LaunchDarkly Python AI package. To learn more about the LaunchDarkly Python AI SDK, see the Python AI SDK documentation.