What's Changed
- refactor(rpc): 统一 RPC2 管道并全量迁移 REST 接口 by @Akizon77 in #550
- fix(router): 修复 RPC2 迁移引入的接口契约回归 by @Akizon77 in #551
- fix: 修复流量报告为 0 B 问题 by @airium in #555
Full Changelog: 1.2.3...1.2.5
Commits
- refactor(rpc): 统一 RPC2 管道并全量迁移 REST 接口 (0abd9ff) @Akizon77
- Merge pull request #550 from komari-monitor/refactor/rpc2-unified-pipeline (cbe6655) @Akizon77
- fix(router): 修复 RPC2 迁移引入的接口契约回归 (091eafa) @Akizon77
- Merge pull request #551 from komari-monitor/fix/rpc2-route-contract-regressions (25f3e1d) @Akizon77
- Merge pull request #555 from airium/fix-traffic-report (b6e36ee) @airium
- docs: add abuse warning and remote control disclosure (95cc65e) @Akizon77
- chore(deps): upgrade Go and add SQL database drivers (771a192) @Akizon77
- feat(metric): support arbitrary percentile aggregations (2e0c598) @Akizon77
- fix(metric): isolate compaction scan and delete to prevent data loss (a980bef) @Akizon77
- ci: expand release notes (e446bee) @Akizon77
Komari Web Release Notes
Source: komari-web 1.2.5
What's Changed
- fix(build): force @xterm/xterm to CJS to fix ReferenceError in vi by @Akizon77 in komari-monitor/komari-web#75
- fix(remote-exec): 修复远程执行命令输入框输入时高度持续缩小 by @airium in komari-monitor/komari-web#76
- Fix/xterm requestmode referenceerror by @Akizon77 in komari-monitor/komari-web#77
- ci: expand release notes by @Akizon77 in komari-monitor/komari-web#78
Full Changelog: komari-monitor/komari-web@1.2.3...1.2.5
Commits
- fix(build): force @xterm/xterm to CJS to fix ReferenceError in vi (6cd2a29) @Akizon77
- fix(build): force @xterm/xterm to CJS to fix ReferenceError in vi (#75) (64967be) @Akizon77
- fix(remote-exec): stabilize multiline command editor height (73a7b9e) @airium
- fix(remote-exec): stabilize multiline command editor height (#76) (05be773) @Akizon77
- feat: add auto discovery and onboarding setup UI (c665779) @Akizon77
- chore(i18n): sync locales [skip ci] (21b3cb3) @github-actions[bot]
- Merge pull request #77 from komari-monitor/fix/xterm-requestmode-referenceerror (af7135b) @Akizon77
- ci: expand release notes (7e91f68) @Akizon77
- Merge pull request #78 from komari-monitor/fix/xterm-requestmode-referenceerror (55a8e9b) @Akizon77