mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 07:12:12 +03:00
docs(changelog): add entry for PR #2305
- Add v3.8.0 ui polish fixes entry to [Unreleased] - Update @mrmm PR count (1 -> 2)
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
- **fix(providers/command-code):** send required `skills` and `stream` payload fields — Command Code upstream wrapper now includes `skills: ""` and forces `params.stream: true` to align with upstream API requirements. Validation probe defaults to `deepseek/deepseek-v4-flash`. ([#2271](https://github.com/diegosouzapw/OmniRoute/pull/2271) — thanks @ddarkr)
|
||||
- **fix(sse):** strip stale `Content-Encoding`, `Content-Length`, and `Transfer-Encoding` from upstream responses — prevents JSON truncation and `ZlibError` on gzipped provider responses forwarded through the proxy. ([#2291](https://github.com/diegosouzapw/OmniRoute/pull/2291) — thanks @thepigdestroyer)
|
||||
- **fix(sse):** remove dead-code flag leak in `claudeCodeToolRemapper` — eliminates a stale boolean flag that could cause incorrect tool remapping behavior on subsequent requests. ([#2290](https://github.com/diegosouzapw/OmniRoute/pull/2290) — thanks @thepigdestroyer)
|
||||
- **fix(ui):** v3.8.0 polish — connections border, sticky tabs, EN translations, save toasts, auto-combo catalog. ([#2305](https://github.com/diegosouzapw/OmniRoute/pull/2305) — thanks @mrmm)
|
||||
- **fix:** remove implicit API key request caps — removes the default daily/weekly/monthly rate caps (1K/5K/20K) that silently applied 429s to API keys without explicit limits configured, causing unexpected throttling for operators who hadn't set custom rate policies. ([#2289](https://github.com/diegosouzapw/OmniRoute/pull/2289) — thanks @josephvoxone)
|
||||
- **fix(migrations):** resolve version collision at migration slot 056 by renaming the quota thresholds migration to 057, and add batch deletion API with bulk cleanup support and batch/file management UI. ([#2294](https://github.com/diegosouzapw/OmniRoute/pull/2294) — thanks @hartmark)
|
||||
- **chore:** ignore `.playwright-mcp/` generated artifacts (CSP error logs, accessibility tree snapshots) — removes tracked test artifacts and adds the directory to `.gitignore`. ([#2269](https://github.com/diegosouzapw/OmniRoute/pull/2269) — thanks @backryun)
|
||||
@@ -350,7 +351,7 @@ Thank you to all **55+ community contributors** who made v3.8.0 possible! 🎉
|
||||
| [@one-vs](https://github.com/one-vs) | 1 | #2236 |
|
||||
| [@thepigdestroyer](https://github.com/thepigdestroyer) | 2 | #2290, #2291 |
|
||||
| [@josephvoxone](https://github.com/josephvoxone) | 1 | #2289 |
|
||||
| [@mrmm](https://github.com/mrmm) | 1 | #2286 |
|
||||
| [@mrmm](https://github.com/mrmm) | 2 | #2286, #2305 |
|
||||
|
||||
## [3.7.9] — 2026-05-03
|
||||
|
||||
|
||||
Reference in New Issue
Block a user