Skip to content

v0.10.0

Choose a tag to compare

@fabpot fabpot released this 16 Jun 08:53
· 18 commits to main since this release
Immutable release. Only release title and notes can be modified.

Changelog (v0.9.0...v0.10.0)

  • bug #2178 Fix double-counting of Anthropic streaming prompt and cache tokens (@fabpot)
  • bug #2163 Replace malformed UTF-8 in request bodies instead of abort… (@fabpot)
  • bug #2162 Fix incomplete stream terminal events (@fabpot)
  • feature #2165 Throw ExceedContextSizeException when a request exceeds the model's context window (@fabpot)
  • feature #2117 Support cache_control on system prompt block (@4lxndr)
  • data #2153 Add support for claude-fable-5 (@vinceAmstoutz)
  • data #2141 Update model catalogs (@github-actions)
  • feature #2099 Allow overriding tool_choice from caller options (@4lxndr)