@boundaryml/baml
Advanced tools
Changelog
0.57.0 - 2024-09-27
Changelog
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 :)
post_generate
comment (#968) - (919c79f) - lorenzohChangelog
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 :)
post_generate
comment (#968) - (919c79f) - lorenzohChangelog
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.