Changelog
All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.
0.85.0 - 2025-04-23
Bug Fixes
- make playground env var reveal toggle visibility on the correct row (#1816) - (5c3794a) - Samuel Lijin
- Fix issue where playground proxy wasn’t actually used which caused CORS issues (#1841) - (1657e35) - aaronvg
- add support for plumbing through some errors for go (#1844) - (766ba08) - hellovai
Features
- move REST API out of preview and add docs on streaming (#1818) - (55e9d9d) - Samuel Lijin
- Support claude models via vertex apis (#1820) - (c8378bc) - Samuel Lijin
- Support HTTPS_PROXY and HTTP_PROXY system proxies in AWS client by delegating to the reqwest client (#1827) - (c5c7fc6) - aaronvg
- Make Typescript generator have a
outputFormat "esm"
field to use ES Module-friendly imports (#1831) - (d27e729) - aaronvg - Support ruby 3.4 (#1830) - (960c7d8) - aaronvg
Miscellaneous
- Test collector using openai-generic client (groq) (#1813) - (430e428) - aaronvg
- Document jinja in checks and asserts (#1826) - (b27c980) - Greg Hale
- only print out vertex auth errors if it failed to auth completely (#1843) - (e42a594) - aaronvg
- Bump version to 0.85.0 - (654fec2) - Aaron Villalpando
0.84.4 - 2025-04-17
Bug Fixes
- make vscode proxy work again (#1806) - (667851d) - Samuel Lijin
- BAML gem supports ruby 3.4 (#1804) - (eae1cec) - Dimitri Roche
0.84.3 - 2025-04-16
Miscellaneous Chores
- reduce warnings when compiling non-wasm (#1796) - (1cf28bb) - Samuel Lijin
Bugfixes
- [bug] fix downloader for go binary (#1797) - (f5654c8) - hellovai
- Support multiroot workspaces in the new Rust LSP (#1798) - (691dece) - aaronvg
- Bump version to 0.84.3 - (bdacb0c) - Aaron Villalpando
0.84.2 - 2025-04-16
Bugfixes
- Disable formatting in LSP due to incorrect behavior (#1793) - (36f0fe4) - aaronvg
- Bump version to 0.84.2 - (f5c484d) - Aaron Villalpando
0.84.1 - 2025-04-16
Bugfixes
- [LSP] Fix issue where vscode-generated baml_client would have stale data (#1791) - (93eb192) - aaronvg
- Bump version to 0.84.1 - (074a517) - Aaron Villalpando
0.84.0 - 2025-04-16
Documentation
- document
aws sso login
support (#1753) - (ea0ddd1) - Samuel Lijin
Features
- New LSP Rust server (#1465) - (bab6cc9) - Greg Hale
- Add BETA support for go (#1744) - (b623e76) - hellovai
- add stripe and propel webhook types (#1762) - (e018d10) - Samuel Lijin
- allow copy-pasting a .env file into vscode (#1770) - (bd449f0) - Samuel Lijin
- add explicit handling for newlines in env vars (#1775) - (b2dc8d0) - Samuel Lijin
- handle edge cases in env var rendering (#1786) - (427a6db) - Samuel Lijin
- LLM function composition (#1722) - (63b4e44) - Greg Hale
Bugfixes
- Use
AnyValue: {}
for theany
type in OpenAPI (#1773) - (145e887) - Antonio Sarosi - [bug-fix] Fixed issue with enums not rendering in the prompt for some types (#1769) - (857de40) - hellovai
- Parser for openai must have
created
as an optional field (#1778) - (db2a0dc) - hellovai - Fix issue where shorthand clients always had missing api keys (#1787) - (39b7959) - aaronvg
0.83.0 - 2025-04-09
Documentation
- (dynamic-types.mdx) Fix unstable_features.add_json_schema section (#1734) - (5ab2c3e) - Elijas Dapšauskas
- (fallbacks) fix typos (#1735) - (463ad96) - Elijas Dapšauskas
- update all docs with bun and deno (#1736) - (44346ae) - Chris Watts
Features
- Playground now supports your aws profiles (no need to copy aws access key ids) (#1493) - (53d3343) - Samuel Lijin
- Playground Tests can now be run in parallel (#1717) - (b944438) - Rahul Tiwari
Bug-fix
- Fix self-loop cycle detections in type-system (#1725) - (ad5da5d) - hellovai
- Fix issue where setting baml_log would be overwritten (#1732) - (412d7f8) - aaronvg
- Don’t allow parameters with checks/asserts (#1689) - (e66a462) - Antonio Sarosi
- Fix whitespace in JSON keys by trimming during parsing (#1727) - (5a93b0d) - mentatbot[bot]
- Fix python codgen use
Literal
directly instead oftypes.Literal
. (#1697) - (b0e79a2) - hellovai - Support OpenSamba by parsing floats into ints (#1746) - (28e3d0a) - Greg Hale
0.82.0 - 2025-04-01
Breaking changes
- HTTPResponses have a HTTPBody object. You must now call
.json()
or.text()
to access the http response message.
Features
- Support AWS Bedrock in the Collector API (#1703) - (e7c45c2) - aaronvg
Bugfixes
- Allow multiple unique block-level attributes (#1686) - (f945204) - Greg Hale
0.81.3 - 2025-03-26
Bug fixes
- Fix ts build arguments (#1682) - (83db889) - aaronvg
- Bump version to 0.81.3 - (6a65cfa) - Aaron Villalpando
0.81.2 - 2025-03-26
Bug fixes
- lower glibc for 2 more platforms (#1677) - (516b125) - aaronvg
- Bump version to 0.81.2 - (c70ed33) - Aaron Villalpando
0.81.1 - 2025-03-25
Bug fixes
- [docs] Fix broken links + add more docs for openai generic (#1667) - (1d53ed8) - hellovai
- Make TS compatible with glibc 2.31+ (#1670) - (a37cdb7) - aaronvg
0.81.0 - 2025-03-24
Bug Fixes
- make vertex work in vscode playground again (#1645) - (7d6b4cb) - Samuel Lijin
- improve error quality when vertex oauth exchange fails (#1647) - (c96fdb4) - Samuel Lijin
- Playground should persist tests and functions across code errors (#1644) - (8e8cdc3) - Greg Hale
- [bug] In BAML tests, functions with typebuilder wouldnt stream (#1660) - (ffe81a3) - hellovai
- [bug] Fix log level prints (#1661) - (cf8823e) - hellovai
- Fix add file button, drag and rename in fiddle frontend (#1656) - (4e476dc) - Antonio Sarosi
- Dont use require() for imports in TS files (#1665) - (b628def) - aaronvg
Features
- add media (image/audio) support for React/Next.js (#1646) - (c3b9011) - Chris Watts
- move browser baml Image from @boundaryml/baml to generated code (#1663) - (f503cdc) - Chris Watts
Docs
- [docs] improve documentation for llm clients and highlight openai-generic compatability (#1655) - (a760f84) - hellovai
0.80.2 - 2025-03-20
Bug Fixes
- Fix cases where collector failed in an unrecoverable way (#1633) - (03a11d5) - hellovai
- Fix exit codes and error logging for baml cli (#1636) - (6c3c6d5) - aaronvg
- Added
from __future__ import annotations
to support python 3.9 (#1642) - (daf2b34) - hellovai - Bump version to 0.80.2 - (0e72137) - Aaron Villalpando
0.80.1 - 2025-03-19
Bug Fixes
- Fix streaming for dynamic types (#1606) - (eac4bbf) - hellovai
0.80.0 - 2025-03-18
Bug Fixes
- Removed default params from python code gen (#1627) - (ff613ce) - hellovai
Documentation
- Add docs for with_options, and for the Collector (#1601) - (b19d1ee) - aaronvg
0.79.0 - 2025-03-18
Features
- Add a way to create a
b
baml_client with a default set of options (#1595) - (0f2c730) - aaronvg - Expose Prompt and Parser separately so people can use their own http clients or use Batch APIs (#1505) - (8e48147) - Antonio Sarosi
- Add support for manually configuring log level via code (#1600) - (d036c4f) - hellovai
- implement baml-cli test to run BAML-defined tests via terminal (#1458) - (1ecde1c) - Samuel Lijin
- Add typescript collector to expose tokens (#1573) - (90b7434) - aaronvg
- Add ruby collector to expose tokens (#1587) - (ab7a269) - aaronvg
- support lazily loading env vars in python (#1558) - (12ab33f) - hellovai
- Add version checking and safe import mechanism for Python generators (#1591) - (f681243) - hellovai
Bug Fixes
- propagate finish reason correctly, add tests to ensure correct deserialization (#1566) - (b80a2ef) - hellovai
- google-vertex docs (#1571) - (2a3c865) - Ben Epstein
- fix docs for assert and deno (#1609)
- fix wasm build, and add playground to docs (#1616)
- vertex auth should log when a given strategy fails (#1577) - (23c857d) - Samuel Lijin
- Add default values to function parameters in python clients (#1579) - (14eba7e) - Greg Hale
- Maintain attribute information when combining fields (#1585) - (4153bd3) - Antonio Sarosi
- [BUGFIX] Fix a “null”-rendering issue (#1575) - (09db83e) - Greg Hale
- Fix event handling in BamlStream to use non-blocking queue retrieval (#1596) - (05460cd) - hellovai
- Fix partial recursive aliases and broken Python integ test (#1598) - (4a9d451) - Antonio Sarosi
- Fix partial recursive aliases codegen (#1611) - (1839acf) - Antonio Sarosi
- Fix ambiguous literal string parsing (#1623) - (c0cac50) - Antonio Sarosi
Miscellaneous Chores
- speed up ruby dev builds (#1597) - (73eb09c) - Samuel Lijin
Docs
- RAG example (#1581) - (56a8c75) - Prashanth Rao
- baml tool calling control flow image (#1563) - (754171a) - Ben Epstein
- Update README.md - Align Chat Agent Example with ReplyTool Model (#1570) - (166cdaa) - Andriy Tkach
- Fix tutorial icon (#1594) - (3500413) - Michael Yen
- Update BAML documentation to clarify recursive class definitions and map type in TypeBuilder (#1605) - (c5fb371) - hellovai
- Remove redundant model for RAG example (#1583) - (6c6c5c2) - Prashanth Rao
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
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
0.77.0 - 2025-02-25
Bug fixes
- Fix truthy bug in jinja and improve static analysis (#1503) - (b8e3423) - Greg Hale
- Rename Null to None in jinja (#1504) - (f42567d) - Greg Hale
- Fixed React Codegen in VSCode (#1490) - (74b3dbf) - Chris Watts
- Release python GIL more liberally in baml_client.sync_client (#1501) - (4d7f3d3) - hellovai
Features
- VSCode Proxy can now be configured via API Keys UX (#1489) - (8671527) - hellovai
- Support renaming of BAML class via LSP (#1518) - (339068a) - Antonio Sarosi
Docs / Improvements
- update python installation instruction to use correct package name (#1508) - (cd1a21b) - Elijas Dapšauskas
- fix typo (mutliplier -> multiplier) (#1510) - (c6d4126) - Elijas Dapšauskas
- Update ruby.mdx (#1506) - (22b35a4) - aaronvg
- Update overview.mdx (#1507) - (2b19892) - aaronvg
- remove await in python snippet in typebuilder.mdx (#1495) - (d30220d) - hellovai
0.76.2 - 2025-02-18
Bug Fixes
- fix openapi parser for baml_options (#1484) - (c8d2e13) - hellovai, invakid404
0.76.1 - 2025-02-18
Bugs
- Attempt to fix release script for TS (#1479) - (e048080) - aaronvg
0.76.0 - 2025-02-18
We added a new NextJS generator and deep support for Typebuilder!! Read the docs to learn more about it!
Bug Fixes
- Default max_tokens to null for openai providers (azure defaults to 4069 still) (#1438) - (1ee0124) - Chris Watts
- Rest/OpenAPI: Fix the way we parse providers for during reading client-registry (#1428) - (9ec9927) - hellovai
- Fix typescript partial types codegen (#1437) - (078eef7) - Greg Hale
- import typealias correctly for python 3.8+ from typing_extensions Fixes #1448 (#1451) - (2b1d51d) - hellovai
- Enhance error handling and validation for duplicate definitions (#1462) - (9f6443c) - hellovai
- Fix default None and Optional Nesting in python partial types (#1459) - (06a311b) - Greg Hale
- Show nicer error message when VSCode extension crashes (#1467) - (d14a913) - Antonio Sarosi
Documentation
- Improve docs for Chain-of-thought prompting Fixes #1412 (#1445) - (79083b1) - hellovai
- Update README.md (#1430) - (f5f9291) - Yasser Shalabi
Features
- NextJS Generator (read the docs!) (#1346) - (0b792de) - Chris Watts
- Implement
TypeBuilder::add_baml
(#1449) - (da76b96) - Antonio Sarosi - Add a TypeBuilder string representation! (#1260) - (fca8b91) - afyef
- Add ClientHttpError support across language clients (#1443) - (1d481f1) - hellovai
- Add duration display option to test panel tabular view (#1463) - (4d5c993) - hellovai
- Hide API credentials from frontend rendering for raw curl (#1431) - (03735fe) - Greg Hale
- Support overriding
media_type
when using from_url() Fixes #1436 (#1444) - (c913f09) - hellovai - Adding support for Azure AI Foundary (#1469) - (92e139a) - hellovai
- Add client response type validation and support for LLM clients (#1473) - (2987d59) - hellovai
0.75.0 - 2025-02-06
Features
- Implement tests for dynamic types (#1343) - (7f852d0) - Antonio Sarosi
Bug Fixes
- issue with o1 models not accepting max_tokens (#1410) - (3831243) - Chris Watts
- Fix panic when recursive type alias is used as class field (#1399) - (f36f80c) - Antonio Sarosi
- Fix infinite cycles in client fallbacks (#1401) - (7b7eec0) - Antonio Sarosi
- Fix panic when using type alias that points to enum (#1407) - (8994ba6) - Antonio Sarosi
- Track Pending fields in Semantic Streaming (#1411) - (026bc21) - Greg Hale
- In prompt rendering, recurse into recursive type alias unions (#1416) - (a648559) - Antonio Sarosi
Documentation
- Fix typos in README.md (#1402) - (cc132ad) - Prashanth Rao
0.74.0 - 2025-01-30
Features
-
Add dark mode to docs (#1382) - (c684e2d) - Chris Watts
-
dedent strings parsed within triple quote blocks (#1395) - (8ce04a9) - hellovai
-
Update README with better details (#1380) - (02d1950) - hellovai
-
Semantic Streaming (#1293) - (e30bdd5) - Greg Hale
Bugfixes
- Drop unnecessary jsonwebtoken dep in wasm build (#1381) - (7b85c71) - Greg Hale
- Removing broken links (#1388) - (e4b0b5b) - hellovai
- Reduce JS client memory usage considerably during streaming (#1390) - (3165e0f) - aaronvg
- Fix issue with semantic-streaming on unions of classes (#1393) - (39b499d) - Greg Hale
- Fix issue where output panel pops open in cursor (#1394) - (5fd5c46) - hellovai
0.73.5 - 2025-01-27
Bugfixes
- Fix Google AI system prompt JSON (#1374) - (fe366fe) - Antonio Sarosi
- show token usage in the playground card view (#1376) - (0500a87) - aaronvg
- Bump version to 0.73.5 - (a32aebf) - Aaron Villalpando
0.73.4 - 2025-01-22
Fix another issue where playground could rerender over and over
0.73.3 - 2025-01-22
Fix issue where playground could rerender over and over
Bug Fixes
- fix rerendering of component causing performance issue in the playground (#1368)
0.73.2 - 2025-01-22
Bugfixes
- Gemini should use system message (#1364) - (b29fb18) - hellovai
- Add more explanations to the tool use doc (#1324) - (bf048a6) - Ben Epstein
- Improve playground performance in vscode (#1366) - (ba2b0f1) - aaronvg
- Bump version to 0.73.2 - (a877ca9) - Aaron Villalpando
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
0.72.0 - 2025-01-07
Bug Fixes
- Update gemini 2 flash thinking model name check (#1283) - (76ceeff) - Gasser-Aly
Features
- get baml-fmt ready for beta (#1278) - (abb0958) - Samuel Lijin
- provide saner semantics around aws_session_token (#1295) - (98c6b99) - Samuel Lijin
- Include type aliases in Jinja (#1286) - (207eab8) - Antonio Sarosi
- Implement jump to definition for type aliases (#1287) - (6cb5009) - Antonio Sarosi
- Improved ‘o1’ model detection in OpenAI client and updated documentation for error handling and client setup (#1290) - (479d06e) - hellovai
- Add docs for recursive type aliases (#1294) - (43a0007) - Antonio Sarosi
0.71.1 - 2024-12-31
- Bump version to 0.71.1 - (4ff76e8) - Aaron Villalpando
0.71.0 - 2024-12-31
Bug Fixes
- fix concurrency docs (#1269)
- issue with aws credentials not being passed in correctly (#1266) - (7b79ac4) - Chris Watts
- Fix windows generation through vscode always outputting to the root workspace directory if the path was ../ (#1247) - (cdc1838) - aaronvg
- Fix VSCode link (#1264) - (14342cd) - Greg Hale
- Special-case handling of Flash Thinking Mode for Gemini (#1276) - (039b45a) - Greg Hale
- Fix typescript trace bugs (#1275) - (e41b5aa) - Edward Zhang
- Add token counts to raw.str() (#1277) - (b57bd30) - aaronvg
Features
- (serve) Add graceful Ctrl+C handling with exit message (#1238) - (83e68f2) - revidious
- implement format-on-save in vscode and baml-cli fmt (#1246) - (66af7c5) - Samuel Lijin
- allow optional lists and maps (#1251) - (9170b89) - revidious
- Implement Type Aliases (#1163) - (6310c41) - Antonio Sarosi
Miscellaneous Chores
- add approval reqs to release workflows (#1243) - (d3b9596) - Samuel Lijin
- “Switching LLMs” Docs Fixes (#1244) - (c62cef4) - Ethan
- Add tests for azure and failure scenarios (#1250) - (20ec134) - aaronvg
- clarified readme (#1263) - (8cac1ef) - MoofSoup
0.70.5 - 2024-12-13
Bug Fixes
- Remove log statements (#1230) - (4bcdd19) - hellovai
- Fix playground proxy related issues (#1228, #1229, #1237) - (7384ba8) (7bb6df4) (16054f5) - aaronvg
DOCS
- deno run instead of dpx (#1225) - (7c64299) - Jeffrey Konowitch
- Fix broken links (#1235) - (859c699) - Samuel Lijin
Features
- Support parsing primitive values from single-key objects (#1224) - (935a190) - revidious
0.70.1 - 2024-12-05
Bug Fixes
- Make baml_py work with playwright/inspect (#1214) - (6741999) - Samuel Lijin
- Fix Python release pipeline (#1218) - (bde634c) - Samuel Lijin
Documentation
- Docs for LLM Clients paramaters updated (#1216) - (6f99a28) - hellovai
0.70.0 - 2024-12-04
Bug Fixes
- Improvements for promptfiddle (#1201) - (c6fb306) - aaronvg
- Add vscode config to disable proxying (#1197) - (c593284) - aaronvg
- update lezer syntax for tests (#1199) - (269ad9d) - aaronvg
- Various playground fixes (#1202) - (ce4f397) - aaronvg
Documentation
- Add test-block constraints docs (#1198) - (b566d4c) - Greg Hale
Features
- Fix azure client - (9b57395) - hellovai
- Add new client paramters: allowed_roles, default_role, finish_reason_allow_list, finish_reason_deny_list (#1209) - (9b57395) - hellovai
Miscellaneous Chores
- cargo clippy (#1206) - (c17e0da) - Antonio Sarosi
- add colors to the CLI by default (#1208) - (eba73c7) - Samuel Lijin
- simplify string formatting for readability (#1072) - (3ebf08f) - Hamir Mahal
0.69.0 - 2024-11-26
Documentation
- Move documentation link higher in README.md for better visibility (#1190) - (aaa1149) - Dex
- Update Vertex docs for different publishers (#1191) - (66b2274) - Antonio Sarosi
- Update TypeScript installation docs to use
pnpm exec
instead of deprecatedpnpx
(#1144) - (56194b8) - Manav Bokinala - Update LM Studio documentation (#1176) - (7689ce7) - Jeff Winkler
Features
- Support enums & literals as map keys (#1178) - (39e0271) - Antonio Sarosi
- Parse triple backtick strings, discarding the info header (#1162) - (353b21e) - Samuel Lijin
- Add ability to validate types for template strings (#1161) - (a578cc2) - hellovai
- Support single line quoteless JSON parsing (#1170) - (b1b9cab) - hellovai
- Generated code includes docstrings from BAML source docstrings (#1177) - (170ece9) - Greg Hale
- Add ability to parse clients statically whenever possible (#1193) - (03d9475) - hellovai
- Support setting all env vars for AWS-bedrock (#1179) - (fcdbdfb) - hellovai
- Add constraints to test blocks (#1185) - (cafd2ea) - Greg Hale
- Add sum jinja filter (#1174) - (2353862) - Greg Hale
- Add openrouter key (#1186) - (28d58c0) - aaronvg
Bug Fixes
- Fix image path in README.md (#1190) - (aaa1149) - Dex
- Fix template string highlights (#1182) - (60c823a) - aaronvg
- Fix nextjs and TS server hot-reload (#1183) - (22e6bbb) - aaronvg
- Fix lang name (#1188) - (8c3d536) - aaronvg
- Make id optional as gemini doesn’t include it in openai generic (#1187) - (97d1cd4) - aaronvg
- Correctly compute required_env_vars even for shorthand clients (#1164) - (8b51b6e) - hellovai
- Report wrong keyword errors in type defs (#1166) - (3b1d152) - Antonio Sarosi
- Remove win32-arm64 support for now to fix yarn and deno builds (#1173) - (c0234d7) - aaronvg
- Validate fieldnames and types when using pydantic codegen (#1189) - (93b393d) - Greg Hale
0.68.0 - 2024-11-11
Documentation
Features
- Recursive types! (#1065) - (8100df9) - Antonio Sarosi
- Support specifying “region” for aws-bedrock (#1150) - (cbe3c92) - Samuel Lijin
- Add
hoisted_class_prefix
option in docs (#1154) - (cf2298e) - Antonio Sarosi - Make render messages dynamic and use
hoisted_class_prefix
instead of"schema"
(#1155) - (873751b) - Antonio Sarosi - Support o1 in playground (allow certain models to disable streaming) (#1157) - (09c6549) - hellovai
- Add basic grammar for
a
vsan
articles in ctx.output_format (#1158) - (e084130) - Antonio Sarosi
Bug Fixes
- Improved syntax highlighting for template_strings (#1151) - (8c43e37) - Greg Hale
- Improved error detection for client<llm> parsing (#1026) - (c6b1167) - hellovai
- Fix BAML_LOG_JSON logs for py, ruby, and TS (#1153) - (9e08642) - aaronvg
0.67.0 - 2024-11-05
Bug Fixes
- URGENT: fix generated typescript code (#1147) - (bd9da16) - hellovai
Features
- Parser improvement: handle code within backticks (`) (#1146) - (3d8ef34) - hellovai
0.66.0 - 2024-11-04
Features
- BAML_LOG supports JSON mode (#1137) - (f140767) - aaronvg
- Block-level constraints (#1124) - (e931acb) - Greg Hale
- Parser improvement! Streaming arrays is much more stable and parsing file paths improved (#1134) - (56570f0) - hellovai
Documentation
- Improvements to Reference Documentation (#1125) - (12c8fa7) - hellovai
- README.md: typo/readability fixes (#1092) - (cb67e31) - Prathamesh Pawar
- README.md: Correct Promptfiddle link (#1108) - (b296c4c) - Sagar Sharma
- Fix broken links (#1133) - (e0bfc94) - aaronvg
Bug-fix
- Improve syntax highlighting for template strings (#1130) - (54de4b6) - hellovai
- Improved static analysis for literals in jinja (#1132) - (b8a221f) - Greg Hale
- Adds missing imports to the sync_client template (#1131) - (823f74c) - Jesus Lizama
- Add
Checked
in baml client typescript (#1135) - (ad759cd) - Greg Hale - Produce syntax error when user misses return type on functions (#1129) - (034d6eb) - hellovai
0.65.0 - 2024-10-31
Documentation
- New Documentation Structure: Introduced version 3 of the documentation, enhancing clarity and organization. (#1118)
Bug Fixes
- Python Type Handling: Moved Python Checked and Check types into
baml_client
for better type management. (#1122) - Literal Input Type Checking: Fixed an issue where literal inputs were not being type-checked correctly. (#1121)
0.64.0 - 2024-10-29
Bug Fixes
- Playground Stability: Prevented crashes in the playground due to malformed vertex credentials (#1107) - Samuel Lijin
- Union Handling: Addressed an issue with union types in the schema (#1096) - Greg Hale
- WASM Function Signatures: Resolved stack overflow when computing WASM function signatures (#1100) - aaronvg
- VSCode Extension: Fixed crashes in the VSCode extension that caused the output panel to open unexpectedly (#1103) - hellovai
- Static Analysis Improvements: Enhanced static analysis on Jinja expressions and
regex_match
functions (#1102, #1104) - hellovai - Codegen Enhancements: Fixed code generation for Python boolean literals and updated integration tests (#1099) - Antonio Sarosi
- Enum Handling: Improved substring alias handling for enums (#1098) - Miguel Cárdenas
- Syntax Highlighting: Refined span calculations for Jinja expressions and improved VSCode syntax highlighting with Lezer (#1110) - hellovai
- Ruby Support: Fixed literal boolean tests for Ruby (#1109) - Antonio Sarosi
Features
- Constraint Support: Added the ability to define constraints using Jinja expressions (#1006) - Greg Hale
- VSCode & Fiddle UI: Introduced a new “Intro to Checks” UI for easier onboarding (#1106) - Samuel Lijin
- Dev Container Configurations: Added Dev Container configurations for streamlined development environments (#1112) - Antonio Sarosi
Documentation
- Constraints Documentation: Published new documentation for defining constraints in BAML (#1113) - Greg Hale
- Dynamic Types Linking: Added cross-links to dynamic types documentation for easier navigation (#1116) - Greg Hale
Miscellaneous
- Code Quality: Improved style and fixed typos in the codebase (#1115) - Greg Hale
- Parsing Stability: Added logic to prevent assertions from parsing errors and ensured checks no longer affect parsing (#1101) - hellovai
- Version Bump: Bumped version to 0.64.0 (#1114, #ff7e152) - Vaibhav Gupta
0.63.0 - 2024-10-23
Bug Fixes
- Fix dynamic enums which already are defined in BAML (#1080) - (22d0f1c) - hellovai
Features
- Updated clients.baml to use the latest sonnet model (#1081) - (71df0b7) - aaronvg
- Improved clients.baml generated via baml init (#1089) - (682dd66) - hellovai
0.62.0 - 2024-10-21
Features
- Support serializing/deserializing
baml_py.Image
,baml_py.Audio
for pydantic (#1062) - (11cb699) - Samuel Lijin - Support rendering input classes with aliases (#1045) - (3824cda) - aaronvg
- Add unstable_internal_repr on FunctionResult in python (#1068) - (00082e8) - hellovai
- Add literal support for type_builder (#1069) - (c0085d9) - hellovai
Bug Fixes
- Surface errors in fallbacks containing only erroneous clients (#1061) - (b69ef79) - Greg Hale
- Fix parser so that we are able to correctly detect sequences of empty strings. (#1048) - (977e277) - hellovai
- Make substring match algorithm case insensitive (#1056) - (fa2c477) - Antonio Sarosi
- Fix vertex-ai citation data being optional (#1058) - (5eae0a7) - aaronvg
- Fix bug to correctly cast to pydantic types in ambiguous scenarios where BAML knows better (#1059) - (830b0cb) - hellovai
- Parser: Prefer case sensitive match over case insensitive (#1063) - (cd6b141) - Antonio Sarosi
- Only popup the vscode env var dialog once (#1066) - (1951474) - aaronvg
Documentation
- Docs for literal types (#1030) - (55e5964) - Antonio Sarosi
- Contribution guide (#1055) - (f09d943) - aaronvg
Misc
- Fix VSCode metrics (#1044) - (a131336) - hellovai
- Add more test cases for unquoted strings in objects (#1054) - (2d1b700) - hellovai
0.61.1 - 2024-10-15
Bug Fixes
- add musl to the ts release artifacts (#1042) - (e74f3e9) - Samuel Lijin
0.61.0 - 2024-10-14
Features
- Implement literal types (#978) - (9e7431f) - Antonio Sarosi
- allow installing the TS library on node-alpine (#1029) - (1c37a0d) - Samuel Lijin
- Add WYSIWYG UI (Swagger UI) to baml-cli dev (#1019) - (0c73cab) - Greg Hale
- Suppress streaming for Numbers (#1032) - (3f4621b) - Greg Hale
Bug Fixes
- Add limit on connection pool to prevent stalling issues in pyo3 and other ffi boundaries (#1027) - (eb90e62) - hellovai
- Update docs (#1025) - (2dd1bb6) - Farookh Zaheer Siddiqui
- Fix parsing for streaming of objects more stable (#1031) - (8aa9c00) - hellovai
- Fix python BamlValidationError type (#1036) - (59a9510) - aaronvg
Miscellaneous
- Popup settings dialog when no env vars set (#1033) - (b9fa52a) - aaronvg
- Bump version to 0.61.0 - (ca2242b) - Aaron Villalpando
0.60.0 - 2024-10-09
Miscellaneous Chores
- update Dockerfile (#1017) - (51539b7) - Ikko Eltociear Ashimine
- Revert “feat: add a WYSIWYG UI (Swagger UI) to
baml-cli dev
(#1011)” (#1018) - (f235050) - Greg Hale
Bug fixes
- Fix python types for BamlValidationError (#1020) - (520a09c) - aaronvg
- coerce floats and ints with commas and other special cases (#1023) - (904492e) - aaronvg
Docs
- Add Docs for Jupyter notebook usage (#1008) - (c51d918) - aaronvg
0.59.0 - 2024-10-04
Features
- (vertex) allow specifying creds as JSON object (#1009) - (98868da) - Samuel Lijin
- Add prompt, raw_output and error message to BamlValidationError in TS and Python (#1005) - (447dbf4) - aaronvg
- Add BamlValidationError to
baml-cli serve
(#1007) - (3b8cf16) - aaronvg - Include a WYSIWYG UI (Swagger UI) to
baml-cli dev
(#1011) - (fe9dde4) - imalsogreg
0.58.0 - 2024-10-02
Features
- Add client registry support for BAML over Rest (OpenAPI) (#1000) - (abe70bf) - Lorenz Ohly
Bug Fixes
- Improve performance of parsing escaped characters in strings during streaming. (#1002) - (b35ae2c) - hellovai
Documentation
- Add Docs for Document Extraction API (#996) - (da1a5e8) - aaronvg
0.57.1 - 2024-09-29
Bug Fixes
- [BUGFIX] Parser should require a space between class keyword and class name (#990) - (7528247) - Greg Hale
- Remove dynamic string attributes (#991) - (0960ab2) - Greg Hale
- ts fixes (#992) - (36af43f) - aaronvg
- Bump version to 0.57.1 - (0aa71dd) - Aaron Villalpando
0.57.0 - 2024-09-27
Documentation
- Fix Python dynamic types example (#979) - (eade116) - lorenzoh
Features
- teach vscode/fiddle to explain when we drop information (#897) - (93e2b9b) - Samuel Lijin
- Add ability for users to reset env vars to their desire. (#984) - (69e6c29) - hellovai
Bug Fixes
- Fixed panic during logging for splitting on UTF-8 strings. (#987) - (c27a64f) - hellovai
- Improve SAP for triple quoted strings along with unions (#977) - (44202ab) - hellovai
- Add more unit tests for parsing logic inspired by user (#980) - (48dd09f) - hellovai
- Improve syntax errors e.g. class / enum parsing and also update pestmodel to handle traling comments (#981) - (adbb6ae) - hellovai
- Updating docs for env vars (#985) - (305d6b3) - hellovai
- When using openai-generic, use a string as the content type in the api request if theres no media (#988) - (e8fa739) - aaronvg
0.56.1 - 2024-09-21
Bug Fixes
- Improved parser for unions (#975) - (b390521) - hellovai
- [syntax] Allow lists to contain trailing comma (#974) - (9e3dc6c) - Greg Hale
0.56.0 - 2024-09-20
Shout outs to Nico for fixing some internal Rust dependencies, and to Lorenz for correcting our documentation! We really appreciate it :)
Features
- use better default for openapi/rust client (#958) - (b74ef15) - Samuel Lijin
Bug Fixes
- push optional-list and optional-map validation to post-parse (#959) - (c0480d5) - Samuel Lijin
- improve OpenAPI instructions for windows/java (#962) - (6010efb) - Samuel Lijin
- assorted fixes: unquoted strings, openai-generic add api_key for bearer auth, support escape characters in quoted strings (#965) - (847f3a9) - hellovai
- serde-serialize can cause a package dependency cycle (#967) - (109ae09) - Nico
- make anthropic work in fiddle/vscode (#970) - (32eccae) - Samuel Lijin
- make dynamic enums work as outputs in Ruby (#972) - (7530402) - Samuel Lijin
Documentation
- suggest correct python init command in vscode readme (#954) - (e99c5dd) - Samuel Lijin
- add more vscode debugging instructions (#955) - (342b657) - Samuel Lijin
- NextJS hook needs to be bound to the correct context (#957) - (ee80451) - aaronvg
- update nextjs hooks and docs (#952) - (01cf855) - aaronvg
- Fix some documentation typos (#966) - (5193cd7) - Greg Hale
- Keywords AI router (#953) - (1c6f975) - aaronvg
- Fix
post_generate
comment (#968) - (919c79f) - lorenzoh
Bug Fixes
- show actionable errors for string[]? and map>…>? type validation (#946) - (48879c0) - Samuel Lijin
Documentation
- add reference docs about env vars (#945) - (dd43bc5) - Samuel Lijin
0.55.2 - 2024-09-11
Bug Fixes
- use correct locking strategy inside baml-cli serve (#943) - (fcb694d) - Samuel Lijin
Features
- allow using DANGER_ACCEPT_INVALID_CERTS to disable https verification (#901) - (8873fe7) - Samuel Lijin
0.55.1 - 2024-09-10
Bug Fixes
- in generated TS code, put eslint-disable before ts-nocheck - (16d04c6) - Sam Lijin
- baml-cli in python works again - (b57ca0f) - Sam Lijin
Documentation
- update java install instructions (#933) - (b497003) - Samuel Lijin
Miscellaneous Chores
- add version headers to the openapi docs (#931) - (21545f2) - Samuel Lijin
0.55.0 - 2024-09-09
With this release, we’re announcing support for BAML in all languages: we now allow you to call your functions over an HTTP interface, and will generate an OpenAPI specification for your BAML functions, so you can now generate a client in any language of your choice, be it Golang, Java, PHP, Ruby, Rust, or any of the other languages which OpenAPI supports.
Start here to learn more: https://docs.boundaryml.com/docs/get-started/quickstart/openapi
Features
- implement BAML-over-HTTP (#908) - (484fa93) - Samuel Lijin
- Add anonymous telemetry about playground actions (#925) - (6f58c9e) - hellovai
0.54.2 - 2024-09-05
Features
- Add a setting to disable restarting TS server in VSCode (#920) - (628f236) - aaronvg
- Add prompt prefix for map types in ctx.output_format and add more type validation for map params (#919) - (4d304c5) - hellovai
Bug fixes
- Fix glibC issues for python linux-x86_64 (#922) - (9161bec) - Samuel Lijin
Documentation
- Add nextjs hooks (#921) - (fe14f5a) - aaronvg
0.54.1 - 2024-09-03
BREAKING CHANGE
- Fix escape characters in quoted strings (#905) - (9ba6eb8) - hellovai
Prior "\n"
was interpreted as "\\n"
in quoted strings. This has been fixed to interpret "\n"
as newline characters and true for other escape characters.
Documentation
- updated dead vs-code-extension link (#914) - (b12f164) - Christian Warmuth
- Update docs for setting env vars (#904) - (ec1ca94) - hellovai
- Add docs for LMStudio (#906) - (ea4c187) - hellovai
- Fix docs for anthropic (#910) - (aba2764) - hellovai
- Update discord links on docs (#911) - (927357d) - hellovai
Features
- BAML_LOG will truncate messages to 1000 characters (modify using env var BOUNDARY_MAX_LOG_CHUNK_SIZE) (#907) - (d266e5c) - hellovai
Bug Fixes
- Improve parsing parsing when there are initial closing
]
or}
(#903) - (46b0cde) - hellovai - Update build script for ruby to build all platforms (#915) - (df2f51e) - hellovai
- Add unit-test for openai-generic provider and ensure it compiles (#916) - (fde7c50) - hellovai
0.54.0 - 2024-08-27
BREAKING CHANGE
- Update Default Gemini Base URL to v1beta (#891) - (a5d8c58) - gleed
The default base URL for the Gemini provider has been updated to v1beta. This change is should have no impact on existing users as v1beta is the default version for the Gemini python library, we are mirroring this change in BAML.
Bug Fixes
- Allow promptfiddle to talk to localhost ollama (#886) - (5f02b2a) - Samuel Lijin
- Update Parser for unions so they handle nested objects better (#900) - (c5b9a75) - hellovai
Documentation
- Add ollama to default prompt fiddle example (#888) - (49146c0) - Samuel Lijin
- Adding improved docs + unit tests for caching (#895) - (ff7be44) - hellovai
Features
- Allow local filepaths to be used in tests in BAML files (image and audio) (#871) - (fa6dc03) - Samuel Lijin
- Add support for absolute file paths in the file specifier (#881) - (fcd189e) - hellovai
- Implement shorthand clients (You can now use “openai/gpt-4o” as short for creating a complete client.) (#879) - (ddd15c9) - Samuel Lijin
- Add support for arbritrary metadata (e.g. cache_policy for anthropic) (#893) - (0d63a70) - hellovai
- Expose Exceptions to user code: BamlError, BamlInvalidArgumentError, BamlClientError, BamlClientHttpError, BamlValidationError (#770) - (7da14c4) - hellovai
Internal
- AST Restructuring (#857) - (75b51cb) - Anish Palakurthi
0.53.1 - 2024-08-11
Bug Fixes
-
fix github release not passing params to napi script causing issues in x86_64 (#872)
-
(06b962b) - aaronvg
Features
- Add Client orchestration graph in playground (#801) - (24b5895) - Anish Palakurthi
- increase range of python FFI support (#870) - (ec9b66c) - Samuel Lijin
Misc
- Bump version to 0.53.1 - (e4301e3) - Aaron Villalpando
0.53.0 - 2024-08-05
Bug Fixes
- make image[] render correctly in prompts (#855) - (4a17dce) - Samuel Lijin
Features
- (ruby) implement dynamic types, dynamic clients, images, and audio (#842) - (4a21eed) - Samuel Lijin
- Codelenses for test cases (#812) - (7cd8794) - Anish Palakurthi
Issue
- removed vertex auth token printing (#846) - (b839316) - Anish Palakurthi
- Fix google type deserialization issue - (a55b9a1) - Aaron Villalpando
Miscellaneous Chores
- clean up release stuff (#836) - (eed41b7) - Samuel Lijin
- Add bfcl results to readme, fix links icons (#856) - (5ef7f3d) - aaronvg
- Fix prompt fiddle and playground styles, add more logging, and add stop-reason to playground (#858) - (38e3153) - aaronvg
- Bump version to 0.53.0 - (fd16839) - Aaron Villalpando
0.52.1 - 2024-07-24
Bug Fixes
- build python x86_64-linux with an older glibc (#834) - (db12540) - Samuel Lijin
0.52.0 - 2024-07-24
Features
- Add official support for ruby (#823) - (e81cc79) - Samuel Lijin
Bug Fixes
- Fix ClientRegistry for Typescript code-gen (#828) - (b69921f) - hellovai
0.51.2 - 2024-07-24
Features
- Add support for unions / maps / null in TypeBuilder. (#820) - (8d9e92d) - hellovai
Bug Fixes
- [Playground] Add a feedback button (#818) - (f749f2b) - Samuel Lijin
Documentation
- Improvements across docs (#807) - (bc0c176) - Anish Palakurthi
0.51.1 - 2024-07-21
Features
- Add a feedback button to VSCode Extension (#811) - (f371912) - Samuel Lijin
Bug
- Allow default_client_mode in the generator #813 (#815) - (6df7fca) - hellovai
0.51.0 - 2024-07-19
Bug Fixes
- Improve BAML Parser for numbers and single-key objects (#785) - (c5af7b0) - hellovai
- Add docs for VLLM (#792) - (79e8773) - hellovai
- LLVM install and rebuild script (#794) - (9ee66ed) - Anish Palakurthi
- Prevent version mismatches when generating baml_client (#791) - (d793603) - aaronvg
- fiddle build fix (#800) - (d304203) - aaronvg
- Dont drop extra fields in dynamic classes when passing them as inputs to a function (#802) - (4264c9b) - aaronvg
- Adding support for a sync client for Python + Typescript (#803) - (62085e7) - hellovai
- Fix WASM-related issues introduced in #803 (#804) - (0a950e0) - hellovai
- Adding various fixes (#806) - (e8c1a61) - hellovai
Features
- implement maps in BAML (#797) - (97d7e62) - Samuel Lijin
- Support Vertex AI (Google Cloud SDK) (#790) - (d98ee81) - Anish Palakurthi
- Add copy buttons to test results in playground (#799) - (b5eee3d) - aaronvg
Miscellaneous Chores
- in fern config, defer to installed version (#789) - (479f1b2) - fern
- publish docs on every push to the default branch (#796) - (180824a) - Samuel Lijin
- 🌿 introducing fern docs (#779) - (46f06a9) - fern
- Add test for dynamic list input (#798) - (7528d6a) - aaronvg
0.50.0 - 2024-07-11
Bug Fixes
- [Playground] Environment variable button is now visible on all themes (#762) - (adc4da1) - aaronvg
- [Playground] Fix to cURL rendering and mime_type overriding (#763) - (67f9c6a) - Anish Palakurthi
Features
- [Runtime] Add support for clients that change at runtime using ClientRegistry (#683) - (c0fb454) - hellovai https://docs.boundaryml.com/docs/calling-baml/client-registry
Documentation
- Add more documentation for TypeBuilder (#767) - (85dc8ab) - Samuel Lijin
0.49.0 - 2024-07-08
Bug Fixes
- Fixed Azure / Ollama clients. Removing stream_options from azure and ollama clients (#760) - (30bf88f) - hellovai
Features
- Add support for arm64-linux (#751) - (adb8ee3) - Samuel Lijin
0.48.0 - 2024-07-04
Bug Fixes
- Fix env variables dialoge on VSCode (#750)
- Playground selects correct function after loading (#757) - (09963a0) - aaronvg
Miscellaneous Chores
- Better error messages on logging failures to Boundary Studio (#754) - (49c768f) - aaronvg
0.47.0 - 2024-07-03
Bug Fixes
- make settings dialog work in vscode again (#750) (c94e355) - aaronvg
- restore releases on arm64-linux (#751) - (adb8ee3) - Samuel Lijin
0.46.0 - 2024-07-03
Bug Fixes
- Fixed tracing issues for Boundary Studio (#740) - (77a4db7) - Samuel Lijin
- Fixed flush() to be more reliable (#744) - (9dd5fda) - Samuel Lijin
- Remove error when user passes in extra fields in a class (#746) - (2755b43) - aaronvg
Features
- Add support for base_url for the google-ai provider (#747) - (005b1d9) - hellovai
- Playground UX improvements (#742) - (5cb56fd) - hellovai
- Prompt Fiddle now auto-switches functions when to change files (#745)
Documentation
- Added a large example project on promptfiddle.com (#741) - (f80da1e) - aaronvg
- Mark ruby as in beta (#743) - (901109d) - Samuel Lijin
0.45.0 - 2024-06-29
Bug Fixes
- Fixed streaming in Python Client which didn’t show result until later (#726) - (e4f2daa) - Anish Palakurthi
- Improve playground stability on first load (#732) - (2ac7b32) - Anish Palakurthi
- Add improved static analysis for jinja (#734) - (423faa1) - hellovai
Documentation
- Docs for Dynamic Types (#722) https://docs.boundaryml.com/docs/calling-baml/dynamic-types
Features
- Show raw cURL request in Playground (#723) - (57928e1) - Anish Palakurthi
- Support bedrock as a provider (#725) - (c64c665) - Samuel Lijin
0.44.0 - 2024-06-26
Bug Fixes
- Fix typebuilder for random enums (#721)
0.43.0 - 2024-06-26
Bug Fixes
- fix pnpm lockfile issue (#720)
0.42.0 - 2024-06-26
Bug Fixes
- correctly propagate LICENSE to baml-py (#695) - (3fda880) - Samuel Lijin
Miscellaneous Chores
- update jsonish readme (#685) - (b19f04a) - Samuel Lijin
Vscode
- add link to tracing, show token counts (#703) - (64aa18a) - Samuel Lijin
[0.41.0] - 2024-06-20
Bug Fixes
- rollback git lfs, images broken in docs rn (#534) - (6945506) - Samuel Lijin
- search for markdown blocks correctly (#641) - (6b8abf1) - Samuel Lijin
- restore one-workspace-per-folder (#656) - (a464bde) - Samuel Lijin
- ruby generator should be ruby/sorbet (#661) - (0019f39) - Samuel Lijin
- ruby compile error snuck in (#663) - (0cb2583) - Samuel Lijin
Documentation
- add typescript examples (#477) - (532481c) - Samuel Lijin
- add titles to code blocks for all CodeGroup elems (#483) - (76c6b68) - Samuel Lijin
- add docs for round-robin clients (#500) - (221f902) - Samuel Lijin
- add ruby example (#689) - (16e187f) - Samuel Lijin
Features
- implement
baml version --check --output json
(#444) - (5f076ac) - Samuel Lijin - show update prompts in vscode (#451) - (b66da3e) - Samuel Lijin
- add tests to check that baml version —check works (#454) - (be1499d) - Samuel Lijin
- parse typescript versions in version —check (#473) - (b4b2250) - Samuel Lijin
- implement round robin client strategies (#494) - (599fcdd) - Samuel Lijin
- add integ-tests support to build (#542) - (f59cf2e) - Samuel Lijin
- make ruby work again (#650) - (6472bec) - Samuel Lijin
- Add RB2B tracking script (#682) - (54547a3) - hellovai
Miscellaneous Chores
- add nodemon config to typescript/ (#435) - (231b396) - Samuel Lijin
- finish gloo to BoundaryML renames (#452) - (88a7fda) - Samuel Lijin
- set up lfs (#511) - (3a43143) - Samuel Lijin
- add internal build tooling for sam (#512) - (9ebacca) - Samuel Lijin
- delete clients dir, this is now dead code (#652) - (ec2627f) - Samuel Lijin
- consolidate vscode workspace, bump a bunch of deps (#654) - (82bf6ab) - Samuel Lijin
- Add RB2B tracking script to propmt fiddle (#681) - (4cf806b) - hellovai
- Adding better release script (#688) - (5bec282) - hellovai
[AUTO
- patch] Version bump for nightly release [NIGHTLY:cli] [NIGHTLY:vscode_ext] [NIGHTLY:client-python] - (d05a22c) - GitHub Action
Build
- fix baml-core-ffi script (#521) - (b1b7f4a) - Samuel Lijin
- fix engine/ (#522) - (154f646) - Samuel Lijin
Integ-tests
- add ruby test - (c0bc101) - Sam Lijin
Readme
- add function calling, collapse the table (#505) - (2f9024c) - Samuel Lijin
Release
- bump versions for everything (#662) - (c0254ae) - Samuel Lijin
Vscode
- check for updates on the hour (#434) - (c70a3b3) - Samuel Lijin