@boundaryml/baml
Advanced tools
Changelog
0.55.1 - 2024-09-10
Changelog
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
Changelog
0.54.2 - 2024-09-05
Changelog
0.54.1 - 2024-09-03
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.
Changelog
0.54.0 - 2024-08-27
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.
Changelog
0.53.1 - 2024-08-11
fix github release not passing params to napi script causing issues in x86_64 (#872)
(06b962b) - aaronvg
Changelog
0.53.0 - 2024-08-05