Releases: ZaneL1u/cloud-cli-proxy
Releases · ZaneL1u/cloud-cli-proxy
Release list
v4.2.9
What's Changed
Backend (Go / API)
- fix(runtime): keep prepare host status unchanged (546a323)
Full Changelog: v4.2.8...v4.2.9
v4.2.8
v4.2.7
v4.2.6
What's Changed
Backend (Go / API)
- fix(network): 修正容器 DNS 劫持与网络校验日志 (bd97e0b)
- Update internal/controlplane/http/admin_hosts.go (698acdf)
- feat(hosts): 支持配置主机 PIDs 限制 (1f07e46)
Frontend (Admin Web)
- feat(hosts): 支持配置主机 PIDs 限制 (1f07e46)
Runtime & Deployment
- fix(network): 修正容器 DNS 劫持与网络校验日志 (bd97e0b)
Full Changelog: v4.2.5...v4.2.6
v4.2.5
What's Changed
Runtime & Deployment
- fix: update chown command to prevent recursion into bind mount points (1d8a4ff)
Full Changelog: v4.2.4...v4.2.5
v4.2.4
What's Changed
Runtime & Deployment
- fix: add fail-safe for chown -R /workspace when bind mounts exist (732cfd9)
Full Changelog: v4.2.3...v4.2.4
v4.2.3
What's Changed
Backend (Go / API)
- fix: strip leading slash in SPA handler and remove standalone managed-user service (e21a6ea)
Runtime & Deployment
- fix: strip leading slash in SPA handler and remove standalone managed-user service (e21a6ea)
Full Changelog: v4.2.2...v4.2.3
v4.2.2
What's Changed
Backend (Go / API)
- fix: correct migration 0019 test to expect DATETIME not TEXT for CURRENT_TIMESTAMP (6bfda7b)
- refactor: remove disk limit from host resource management (904bd03)
Frontend (Admin Web)
- refactor: remove disk limit from host resource management (904bd03)
Full Changelog: v4.2.1...v4.2.2
v4.2.0
What's Changed
Backend (Go / API)
- docs: purge all remaining PostgreSQL references across the project (b9c8ac4)
- feat(60): embed sing-box binary in control-plane image, prefer native over Docker (bb4d536)
- feat(59): embed admin UI dist into control-plane binary (b979d6c)
- feat(58-sqlite): 全项目移除pgx,HTTP handlers+runtime改用database/sql (bbcffa8)
- feat(58-sqlite): App初始化改为sql.Open+PRAGMA,移除pgxpool,内嵌迁移文件 (db13722)
- feat(58-02): rewrite queries.go + queries_bypass.go from pgx to database/sql (c3615ea)
- feat(58-02): rewrite 21 migration files from PostgreSQL to SQLite syntax (a69057f)
- feat(58-01): switch migrator to database/sql + modernc.org/sqlite, add SQLite driver dependency (13d5cbc)
Frontend (Admin Web)
- feat(59): embed admin UI dist into control-plane binary (b979d6c)
Runtime & Deployment
- docs: purge all remaining PostgreSQL references across the project (b9c8ac4)
- docs: update all remaining docs, docker-compose for v4.2.0 (085d525)
- feat(61): simplify deployment — 2 services, SQLite, unified config (41cd188)
- feat(60): embed sing-box binary in control-plane image, prefer native over Docker (bb4d536)
- feat(59): embed admin UI dist into control-plane binary (b979d6c)
Docs
- docs: purge all remaining PostgreSQL references across the project (b9c8ac4)
- docs: update all remaining docs, docker-compose for v4.2.0 (085d525)
- docs(62): update docs for SQLite migration and unified port :8080 (94626f2)
- feat: implement configurable resource limits for hosts (2c69826)
Full Changelog: v4.1.4...v4.2.0
v4.1.4
What's Changed
Backend (Go / API)
- fix: 创建主机选择"无限制"时不再转换为 NULL,与 PATCH 路径保持一致 (b86ff11)
- fix: restart 策略改为 unless-stopped,启动时立即协调恢复容器 (ddbd50a)
Full Changelog: v4.1.3...v4.1.4