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
Features
- implement BAML-over-HTTP (#908) - (484fa93) - Samuel Lijin
- Add anonymous telemetry about playground actions (#925) - (6f58c9e) - hellovai