Skip to content

0.203.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 06:53
· 721 commits to canary since this release
d2186d5

0.203.0 - 2025-08-01

Bug Fixes

  • [Go] fix panic when downloading baml cli (#2201) - (c8fd18b) - Rahul Tiwari
  • [Go] Support go mod vendor (#2203) - (c62cf63) - Rahul Tiwari
  • [Python] fix typebuilder type imports (#2209) - (c104174) - Rahul Tiwari
  • Dont parse thinking blocks from Gemini (#2215) - (c5a9cbc) - Rahul Tiwari
  • Fix Issue with cross-origin policy on playground (#2217) - (a82f682) - Chris Watts
  • Fix missing types for some llm responses like computer use (#2226)
  • fix union type warning (#2225)
  • Improve BAML SAP parser performance by 100x in many scenarios (#2233) - (28b092e) - Rahul Tiwari
  • Fix issue with BAML_LOG env var not being respected (#2235) - (65c8c66) - Rahul Tiwari
  • [Breaking] Remove Pdf media type specification (#2167) - (fcbcb55) - egol
  • Add a pool timeout to try to fix open File descriptor issue like deno (#2205) - (2a031b6) - aaronvg
  • Fix parser during streaming so that we correctly parse string[] from "["foo", (#2213) - (5838036) - hellovai
  • [Playground] Fix issue with test selection, and improve performance when selecting another function (#2224) - (dd00956) - aaronvg

Features

  • Finalize Zed Extension (#2169) - (ec170db) - egol
  • Re-add playground tests sidebar to 'run all' tests (#2214) - (96e9d64) - Chris Watts
  • Add ClientRegistry, BamlPdf and BamlVideo in openapi generator (#2170) - (0bc450f) - Greg Hale
  • [feature] add multimodal support for go (#2192) - (f49c25c) - hellovai
  • [feat] Add internationalization to SAP parser (#2210) - (dce9074) - hellovai
  • Refreshed playground look (#2227) - (e514d53) - Chris Watts

Cli

  • add IDE/terminal auto-detect from baml-cli init (#2178) - (34a0428) - Rahul Tiwari