Warning: This release introduce a non-backward compatible change: call
blocks take closures as argument instead of function names. In practice, a function call like call: f
must be replace by call: ${f}
.
What's Changed
- The argument of
call:
is a closure, not a name by @mandel in #242 - Initial OpenTelemetry support by @esnible in #254
- Removed upper bound on LiteLLM version by @vazirim in #255
- Add comments to examples to make them more obvious by @esnible in #259
Full Changelog: v0.1.1...v0.2.0