Skip to content

0.78.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 07:01
· 18 commits to canary since this release
06774d2

0.78.0 - 2025-03-05

Bug Fixes

  • (docs) fix broken links (/ref/baml-client -> /ref/baml_client) and broken code (missing comma) (#1522) - (a881571) - Elijas Dapšauskas
  • Fix broken Next JS Guide Link
  • Allow types to have multiple block-level constraints (#1545) - (e4dc633) - Greg Hale
  • Resolve all non-google file uris when calling gemini Fixes #1548 (#1553) - (0fe8e10) - hellovai
  • Resolve issue with stream handler in TS and python not getting cleared from memory (#1512)

Features

  • (runtime) claude now supports image URLs in requests (#1542) - (c2d35d4) - Samuel Lijin
  • (Python) Expose tokens / prompt / http response etc through the Collector interface - (pre-alpha release) (#1512) - (9b21ace) - aaronvg
  • Support thinking models from anthropic. (#1555) - (be1119f) - hellovai
  • Support VSCode Rename for enums & type aliases (#1552) - (80ba612) - Antonio Sarosi
  • Parser improvements (#1536) - (8f758ef) - hellovai