Releases: BoundaryML/baml
Releases · BoundaryML/baml
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
0.56.1
0.56.0
0.55.3
0.55.2
0.55.1
0.55.0
0.54.2
0.54.1
0.54.0
0.54.0 - 2024-08-27
BREAKING CHANGE
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