Releases: BoundaryML/baml
Releases · BoundaryML/baml
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
Internal
0.53.1
0.53.0
0.53.0 - 2024-08-05
Bug Fixes
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