Releases: BoundaryML/baml
Releases · BoundaryML/baml
0.59.0
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
Bugfixes
- Fix syntax highlight issues and a "use of recursive object" crash 1013
- Remove some instances where the parser could crash with a rust panic
0.58.0
0.57.1
0.57.0
0.57.0 - 2024-09-27
Documentation
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
- 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