Skip to content

Latest commit

 

History

History
117 lines (52 loc) · 5.92 KB

File metadata and controls

117 lines (52 loc) · 5.92 KB

Changelog

0.9.3 (2026-03-05)

Bug Fixes

  • Make defaultValue optional with a disabled default (#232) (f69d420)

0.9.2 (2026-02-25)

Bug Fixes

0.9.1 (2025-08-29)

Bug Fixes

0.9.0 (2025-07-30)

Features

  • added provider and model to ai tracker (#145) (2ba2dd4)

Bug Fixes

  • Remove deprecated track generation event (#143) (ac1bb78)

0.8.0 (2025-06-02)

Features

0.7.0 (2025-02-06)

Features

  • Add variation version to AI metric data (#71) (ac3e927)

0.6.0 (2025-01-28)

Features

  • track TimeToFirstToken in LdAiConfigTracker (#67) (875dba5)

0.5.0 (2024-12-17)

Features

  • Add TrackError to mirror TrackSuccess (#64) (7acc574)

0.4.0 (2024-12-10)

⚠ BREAKING CHANGES

  • rename model.id and provider.id to name (#61)
  • rename _ldMeta.versionKey to variationKey (#62)

Code Refactoring

  • rename _ldMeta.versionKey to variationKey (#62) (3f7089d)
  • rename model.id and provider.id to name (#61) (a0d0705)

0.3.2 (2024-11-25)

Bug Fixes

0.3.1 (2024-11-22)

Bug Fixes

  • rename ModelConfig method to Config (#52) (a98db42)

0.3.0 (2024-11-22)

Features

  • update AI SDK with latest spec changes (#50) (b1a3a8c)

0.2.0 (2024-11-19)

Features

  • support multi-kind contexts in template interpolation (#48) (40ff539)

0.1.1 (2024-11-18)

Bug Fixes

  • catch exceptions thrown by template interpolation (#43) (7a6cfd5)

0.1.0 (2024-11-12)

Features