Skip to content

Releases: GrayCodeAI/graycode-router

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 04 Sep 04:59
v0.0.1
612dd15

What's Changed

  • fix(catalog): enrich Ollama models with capabilities from /api/show by @Patel230 in #106
  • feat: add Fireworks AI provider by @Patel230 in #109
  • fix: canonicalize live provider model IDs by @Patel230 in #107
  • fix: complete provider autodetection and Ollama model wiring by @Patel230 in #108
  • fix: Concentrate adapter timeout/retries/error taxonomy, stream diagnostics, Gemini request-ID by @Patel230 in #110
  • feat(batch): async wait/reconcile primitives for the Batches API by @Patel230 in #111
  • feat(client): OpenAI-compatible image generation and audio transcription by @Patel230 in #112
  • Bridge coordinated ecosystem branch onto main history by @Patel230 in #114
  • chore!: rename eyrie to graycode-router, reset version to 0.0.1 by @Patel230 in #115

Full Changelog: v0.2.2...v0.0.1

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 03 Aug 11:34
v0.2.2
ed62022

What's Changed

  • fix: repair CI failures from submodule merge artifacts by @Patel230 in #99
  • feat: add OpenGateway provider (pay-as-you-go inference gateway) by @Patel230 in #100
  • refactor: registry-driven credentials — remove legacy credential mapping by @Patel230 in #102
  • refactor: remove legacy fallback chains and dual-protocol shims by @Patel230 in #103
  • fix(client): reject brace-match tool calls with trailing prose by @Patel230 in #104
  • fix(router): don't re-select the same failed deployment within a stage by @Patel230 in #105

Full Changelog: v0.1.3...v0.2.2

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 03:01
2e5ec4e

0.2.1 (2026-05-16)

Bug Fixes

  • flaky test TestOpenAIStreamChat_MultipleToolCalls order assertion (f5e7f3b)
  • gofumpt formatting (7de54e3)
  • gofumpt formatting + go mod tidy (8bd58dc)
  • remaining errcheck issues (a0a746a)
  • resolve all lint errors (bodyclose, errcheck, gocritic, noctx, unlambda) (566980f)
  • syntax errors in test files (51809bc)
  • upgrade Go from 1.26.1 to 1.26.3 to patch stdlib vulnerabilities (f4a6594)

Tests

  • fix flaky TestBackoffDelay by accounting for jitter (5fa573f)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 02:30
b7a4989

What's Changed

Full Changelog: v0.1.4...v0.2.0

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 11 Jul 05:16
v0.1.4
22541ca

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 04 Jul 23:21

What's Changed

  • chore: remove stale go.work.sum; release 0.1.3 by @Patel230 in #58

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 12:31

What's Changed

  • docs: add sync-clone and commit-clean helpers by @Patel230 in #43
  • fix: drop tracked .githooks; use lefthook-only hook install by @Patel230 in #44
  • fix: security and correctness hardening across credentials, API, storage, and tooling by @Patel230 in #45
  • refactor: make retry fallbacks and sqlite pooling configurable by @Patel230 in #46
  • refactor: split oversized Go files (>1000 LOC) for clarity by @Patel230 in #47
  • fix(config): normalize provider env category resolution by @Patel230 in #48
  • ci: add release workflow for tagged releases by @Patel230 in #49
  • ci(boundary): enforce Hawk ecosystem import boundaries by @Patel230 in #50
  • fix(boundaries): untrack go.work, add cross-engine import guard by @Patel230 in #51
  • chore: quality hardening — t.Parallel(), CODEOWNERS, dependabot by @Patel230 in #52
  • fix(config): remove t.Parallel from tests sharing global singletons by @Patel230 in #53
  • feat(runtime): centralize provider selection and direct fallback by @Patel230 in #54
  • refactor: centralize runtime provider policy by @Patel230 in #55
  • feat(catalog): centralize model policy helpers by @Patel230 in #56
  • perf(runtime): cache credential-backed selection state by @Patel230 in #57

Full Changelog: https://github.com/GrayCodeAI/eyrie/commits/v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 05:51

What's Changed

  • docs: add sync-clone and commit-clean helpers by @Patel230 in #43
  • fix: drop tracked .githooks; use lefthook-only hook install by @Patel230 in #44
  • fix: security and correctness hardening across credentials, API, storage, and tooling by @Patel230 in #45
  • refactor: make retry fallbacks and sqlite pooling configurable by @Patel230 in #46
  • refactor: split oversized Go files (>1000 LOC) for clarity by @Patel230 in #47
  • fix(config): normalize provider env category resolution by @Patel230 in #48
  • ci: add release workflow for tagged releases by @Patel230 in #49
  • ci(boundary): enforce Hawk ecosystem import boundaries by @Patel230 in #50

Full Changelog: https://github.com/GrayCodeAI/eyrie/commits/v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 00:36

eyrie v0.1.0

Universal LLM provider runtime.

Changelog

Features

Bug Fixes

Read more