Skip to content

Releases: ENTERPILOT/GoModel

v0.1.30

12 May 18:47
ddd80ae

Choose a tag to compare

Changelog

Features

  • ddd80ae feat(config): make user path header configurable (#330)

Bug Fixes

  • 2f13f68 fix(providers): mark allowlist mode as authoritative inventory in runtime status (#326)
  • d3d1c10 fix(providers): propagate quota project to Vertex via X-Goog-User-Project (#325)

v0.1.29

10 May 23:11
2eacd61

Choose a tag to compare

Changelog

Features

  • b4c8f8d feat(deepseek): add Passthrough support and PassthroughSemanticEnricher (#314)
  • d47c61c feat(providers): add Amazon Bedrock provider (#316)

Bug Fixes

  • b894c46 fix(auditlog): reconstruct streamed tool calls (#317)
  • 2eacd61 fix(batches): resolve providers for input file batches (#318)

v0.1.28

09 May 08:13
233b8e6

Choose a tag to compare

Changelog

Bug Fixes

  • d6b7732 fix(admin): avoid encoded slash admin URLs (#310)
  • 233b8e6 fix(dashboard): trim trailing zeros in cost display (#313)

v0.1.27

07 May 19:57
91ac883

Choose a tag to compare

Changelog

Features

  • fbb05fc feat(dashboard): show version on settings page (#305)
  • 91ac883 feat(pricing): add admin-managed model pricing overrides (#306)

v0.1.26

06 May 15:02
4378574

Choose a tag to compare

Changelog

Features

  • 71458d8 feat(gemini): add native API translator (#299)
  • 4378574 feat(providers): add vertex ai provider (#302)

Bug Fixes

  • 0115157 fix(passthrough): preserve original provider name in route resolution (#298)
  • 7bb6190 fix(usage): track xAI response costs (#297)

v0.1.25

30 Apr 18:09
9f7ecef

Choose a tag to compare

Changelog

Features

  • 770db28 feat(usage): prefer OpenRouter response costs (#293)

v0.1.24

29 Apr 10:31
89ce22e

Choose a tag to compare

Changelog

Bug Fixes

  • 89ce22e fix(admin): allow pricing recalculation without master key (#291)

v0.1.23

28 Apr 23:17
d5b4936

Choose a tag to compare

Changelog

Features

  • d5b4936 feat(admin): recalculate usage pricing (#289)

Bug Fixes

  • 0388d4d fix(usage): price dated OpenRouter model IDs (#288)

v0.1.22

27 Apr 22:24
a26fbd1

Choose a tag to compare

Changelog

Features

  • 005c035 feat(budget): add user path budget management (#276)
  • a26fbd1 feat(providers): add deepseek responses adapter (#285)

v0.1.21

25 Apr 21:46

Choose a tag to compare

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)