| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-04-02 | 600 Bytes | |
| gomodel_0.1.13_darwin_amd64.tar.gz | 2026-04-02 | 17.6 MB | |
| gomodel_0.1.13_darwin_arm64.tar.gz | 2026-04-02 | 16.6 MB | |
| gomodel_0.1.13_linux_amd64.tar.gz | 2026-04-02 | 17.3 MB | |
| gomodel_0.1.13_linux_arm64.tar.gz | 2026-04-02 | 16.0 MB | |
| gomodel_0.1.13_windows_amd64.zip | 2026-04-02 | 17.6 MB | |
| gomodel_0.1.13_windows_arm64.zip | 2026-04-02 | 16.0 MB | |
| README.md | 2026-04-02 | 2.2 kB | |
| v0.1.13 source code.tar.gz | 2026-04-02 | 4.6 MB | |
| v0.1.13 source code.zip | 2026-04-02 | 4.9 MB | |
| Totals: 10 Items | 110.6 MB | 1 | |
Changelog
The features introduced in this massive release:
- multi API key support
- workflows
- caching (for streaming and non streaming
- semantic caching (experimental)
- support for oracle AI-model provider (experimental)
- introduced
user pathconcept (most of the features should be user path scoped in the future) - configurable timezone in dashboard
Important fix:
- [UI] timezone defaults to browser-set one
Features
- [b9e4fe] feat(auth): add API key path scoping and workflow auth node styling (#197)
- [255d77] feat(auth): add managed API key support (#190)
- [180fc9] feat(dashboard): add dashboard functions to the exectution plan/workflow feature (#183)
- [ce6b39] feat(dashboard): add managed API keys page (#195)
- [f9fb8e] feat(executionplans): implement policy-resolved execution plans (#180)
- [9aa8aa] feat(fallback): add model fallback routing (#179)
- [142ba2] feat(modeldata): support model-list aliases in metadata lookup (#175)
- [a617ba] feat(provider): add oracle provider (#170)
- [bd2c19] feat(tracking): add hierarchical user path scoping (#189)
- [ca63f7] feat(usage): add cache analytics support (#196)
- [64320e] feat(workflows): expose failover controls in execution plans (#186)
- [602e19] feat: implement semantic caching (#162)
Bug Fixes
- [3740a6] fix(admin): honor user timezones in dashboard (#185)
- [021992] fix(core): preserve slash model ids for explicit providers (#176)
- [2e6788] fix(core): remove custom JSON field scanner (#201)
- [5d6286] fix(deps): remove vulnerable Docker SDK path from root module (#188)
- [6b4608] fix(fallback): reject null rules and cover responses guards (#184)
- [a47857] fix(mongodb): run as replica set in docker-compose to enable transactions (#181)
- [ade473] fix(providers): reduce metadata enrichment log noise (#187)
- [0ebac8] fix(release): adapt gpt-5 chat params and batch aliases (#199)
- [d5728e] fix(responsecache): cache streaming responses (#200)
- [cc42d4] fix(responsecache): split stream cache entries and validate SSE (#202)
- [48f2b4] fix(security): fixed the possible overflow related issue (#167)
Performance
- [ab9d4c] perf(streaming): fast-path unchanged chat streams (#171)