Skip to content

v0.1.21

Choose a tag to compare

@github-actions github-actions released this 25 Apr 21:46
· 108 commits to main since this release

Changelog

Features

  • 30ed1ba feat(anthropic): configure default max tokens (#270)
  • af9d31b feat(providers): add MiniMax provider support (#265)
  • 398774d feat(providers): configure provider model lists consistently (#268)
  • 92283fe feat(providers): per-model metadata overrides for custom endpoints (#264)
  • 1bd0f9f feat(server): support base path mounting

Bug Fixes

  • 00134ed fix(admin): treat canceled admin requests as client closed (#278)
  • b772999 fix(base-path): consolidate prefix handling (#277)
  • cc63c46 fix(core): normalize provider error payloads (#275)
  • 13a2d07 fix(dashboard): correct workflow charts and cache overview requests (#271)
  • 54bc2b7 fix(providers): fall back to configured models when upstream /models fails (#266)
  • 54044f1 fix(responsecache): avoid memory leak in MapVecStore.DeleteExpired (#258)
  • 1ffe4d4 fix(server): flush non-SSE passthrough responses after copy (#256)