Skip to content

Releases: ENTERPILOT/GoModel

v0.1.49

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:10
6b1728b

Changelog

Features

  • 49f895e feat(fireworks): add Fireworks AI provider (#475)
  • 6b1728b feat(ratelimit): scoped request, token, and concurrency limits (user paths, providers, models) (#482)
  • 1085323 feat(usage): track prompt tokens and cost saved by request rewriters (#481)
  • 9e21e80 feat: public extension API and embeddable bootstrap (#479)

Bug Fixes

  • eb08268 fix(anthropicapi): carry top_p/user in typed fields + architecture-review quick wins (#472)
  • 54b3429 fix(config): honor the http: YAML block for upstream client timeouts (#483)
  • 5b885dd fix(docs): make Discord nav link blue (#471)
  • 832c0ed fix(docs): set Mintlify theme colors to blue (#470)
  • a069a2c fix(memory): bound live-log retention and persist responses/conversations (#488)
  • 72246d5 fix(resilience): circuit breaker correctness, stale provider inventory, fast health rechecks (#480)

v0.1.48

Choose a tag to compare

@github-actions github-actions released this 04 Jul 14:05

Changelog

Features

  • 3c817e8 feat(authkeys): labels on managed API keys applied to every request (#467)
  • 1d7cfe5 feat(dashboard): label analytics and page-level filters on usage page (#461)
  • 4c8e0d7 feat: added labelling system (#454)

Bug Fixes

  • 4a951ae fix(gateway): skip failover sweep when request context is done (#453)
  • 3573295 fix: redact provider api keys, bound cache writers, harden pgvector init (#452)

Performance

  • 7a052e8 perf: cut hot-path allocations across streaming, live logs, and request adaptation (#456)

Other Changes

  • 87d78d2 tests(e2e): added new labelling related tests to the set

v0.1.47

Choose a tag to compare

@github-actions github-actions released this 30 Jun 23:21
33e4d75

Changelog

Features

  • 92d4e88 feat(dashboard): refine activity calendar gradation, colors, alignment + chart day markers (#443)
  • abc9129 feat: add manual failover management (#444)

Other Changes

  • 33e4d75 tests: better test coverage for failover (#450)

v0.1.46

Choose a tag to compare

@github-actions github-actions released this 29 Jun 14:46
236c2f0

Changelog

Bug Fixes

  • 236c2f0 fix(usage): apply cached-token discounts to all OpenAI-compatible providers (#439)

v0.1.45

Choose a tag to compare

@github-actions github-actions released this 29 Jun 11:09
2318d7d

Changelog

The overview page has been changed. It surfaces prompt caching stats and live preview:
Screenshot 2026-06-29 at 01 28 07

Also, load balancing has been added to virtual models feature.

More details:

Features

  • f291083 feat(dashboard): add token cache meter and overview refinements (#428)
  • 34f13d6 feat(dashboard): live token throughput chart, prompt cache gauge, and overview refinements (#434)
  • 9502487 feat(virtualmodels): load-balanced virtual models (round-robin + cost) with IaC config (#433)

Bug Fixes

  • c8b6a80 fix(virtualmodels): don't gate IaC startup on catalog availability (#436)

v0.1.44

Choose a tag to compare

@github-actions github-actions released this 25 Jun 11:44
2662963

Changelog

In this release, we unified aliases with model overrides because, technically, they are the same thing. The biggest changes from the user perspective are:

  1. The admin API for aliases and model overrides changed to virtual models.
  2. Aliases are now called virtual models.

Thank you, @vfeitoza, for your PR, which inspired me to make this simplification. The reported issue is now fixed by design: #387

The detailed list of changes below:

Breaking Changes

  • 6b29627 feat(virtualmodels)!: unify engine, admin API, and dashboard UI (#423)

Features

  • b113cab feat(admin): refine dashboard model and overview UI (#426)
  • df9d185 feat(virtualmodels): unify aliases and access overrides into virtual models (#416)

Bug Fixes

  • 787f878 fix(dashboard): scale usage calendar intensity by daily volume (#425)

v0.1.43

Choose a tag to compare

@github-actions github-actions released this 18 Jun 18:30
2677c1f

Changelog

Bug Fixes

  • 9025183 fix(streaming): normalize non-SSE upstream chat completions (#412)

Performance

  • 2677c1f perf: faster model resolution, JSON decoding, and request snapshotting (#413)

v0.1.42

Choose a tag to compare

@github-actions github-actions released this 17 Jun 12:57
faf65b1

Changelog

Features

  • faf65b1 feat(dashboard): support fully offline use (#408)

v0.1.41

Choose a tag to compare

@github-actions github-actions released this 16 Jun 15:59
d24d71b

Changelog

Features

  • 9115c3b feat(cli): add --health probe and Docker HEALTHCHECK (#404)
  • 85c772b feat(server): add /health/ready readiness endpoint (#405)

Bug Fixes

  • d24d71b fix(embeddings): honor encoding_format + fail loudly on empty ollama embeddings (#406)

v0.1.40

Choose a tag to compare

@github-actions github-actions released this 15 Jun 13:10

Changelog

Features

  • 48fee93 feat(bailian): add native support for Alibaba Cloud Bailian (百炼) (#392)
  • 284043d feat(opencode_go): add native OpenCode Go (OpenCode Zen) provider (#395)
  • 72bf0a1 feat(realtime): add Azure OpenAI and Z.ai/Zhipu GLM realtime providers (#396)
  • aa9cc0f feat(realtime): add OpenAI Realtime voice via websocket reverse proxy (#394)

Bug Fixes

  • 70e5301 fix(bailian): preserve passthrough bodies (#393)