⚠️ BREAKING CHANGES
- The format used to represent
Callback,Endpoint, andTokenizerin savedrun_config.jsonfiles has changed (due to #54), which will prevent LLMeter v0.1 installations from reading run configs saved by LLMeter v0.2+. However, at this time we believe v0.2 should still be backward-compatible for loading data files written by recent v0.1 releases.
Other Changes
- fix: call after_run() on callbacks when run is interrupted by @acere in #93
- feat: Dynamic callback serialization via llmeter_class marker by @acere in #54
Full Changelog: v0.1.12...v0.2.0