mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 15:22:12 +03:00
docs(changelog): add entry for PR #2308
- Add auth+build fix entry to [Unreleased] - Update @mrmm PR count (2 -> 3)
This commit is contained in:
@@ -64,6 +64,7 @@
|
||||
- **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(auth+build):** Bearer manage scope on management routes + lazy-load deepseek PoW solver — unblocks MCP remote usage and Docker Next.js standalone builds. ([#2308](https://github.com/diegosouzapw/OmniRoute/pull/2308) — thanks @mrmm)
|
||||
- **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)
|
||||
- **build(deps):** bump `actions/checkout` from 4 to 6 in CI workflows. ([#2288](https://github.com/diegosouzapw/OmniRoute/pull/2288))
|
||||
@@ -351,7 +352,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) | 2 | #2286, #2305 |
|
||||
| [@mrmm](https://github.com/mrmm) | 3 | #2286, #2305, #2308 |
|
||||
|
||||
## [3.7.9] — 2026-05-03
|
||||
|
||||
|
||||
Reference in New Issue
Block a user