Skip to content

Version 0.2.0

Latest
Compare
Choose a tag to compare
@mandel mandel released this 16 Jan 21:24
· 2 commits to main since this release
505afa6

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