0.73.1 - 2025-01-22
High-level Overview
This release includes V2 of our VSCode Playground!
It includes
- dark mode
- test history
- better rendering of errors, including markdown output renderer
- cleaner UI
- highlighting of inputs in prompts
- Condensed table view to see results
- Test navigation sidebar, to more quickly jump to different tests
- many bugfixes and stability issues!
See below for what we fixed and improved across all parts of BAML
Documentation
- gemini generationConfig (#1348) - (d3c7e1c) - Abhishek Tripathi
- add baml-cli fmt docs (#1299) - (a25e2bc) - hellovai
- Add more info on what forwarded options vs nonforwarded means (#1321) - (9f39cb7) - aaronvg
- Update cursor IDE instructions (#1331) - (98b7783) - aaronvg
Features
- New Playground V2 (#1304) - (fa22c4f) - aaronvg
- update aws provider docs with credentials information (#1298) - (aee52a3) - Chris Watts
- implement a gcp auth chain for vertex-ai clients (#1328) - (6dfa23b) - Samuel Lijin
Miscellaneous Chores
- (dx) split out integ tests into provider specific (#1296) - (2c6279c) - Samuel Lijin
- add readmes for all relevant folders (#1302) - (7165331) - Chris Watts
- remove ai generated readme (#1306) - (e0bf112) - Chris Watts
- fix elided-named-lifetimes and ban it (#1341) - (ba303f0) - Samuel Lijin
Bug
- update 404 link on docs (#1309) - (65e2a1a) - hellovai
- finish_reason_allow_list and finish_reason_deny_list should be case insensitive (#1333) - (1cbb268) - hellovai
- windows generator bugfix (#1311) - (ab64540) - aaronvg
- Type-narrowing for
if
blocks (#1313) - (546f58f) - Greg Hale - Enable ALPN feature in
reqwest
crate (#1318) - (1ea1d8b) - Antonio Sarosi - Fix Vertex system prompt (#1319) - (4b7db0f) - Antonio Sarosi
- Add error boundary around posthog, add react-error-boundary dependency (#1327) - (5c4acb4) - aaronvg
- Make literals nullable in generated python (#1334) - (68745d0) - Greg Hale
- Fix type alias highlighting in promptfiddle (#1344) - (81ab2ba) - Antonio Sarosi
- Fix field type parsing (#1349) - (d08445f) - hellovai
- Fix syntax highlighting for @@assert expressions with commas (#1357) - (e5d595e) - aaronvg