Commit Graph

21 Commits

Author SHA1 Message Date
237899745
408e09cda8 fix(storage): make queue and object ownership durable 2026-07-26 10:54:13 +08:00
237899745
4d0e8aa70a fix: finalize failed batch enqueue atomically 2026-07-26 06:46:29 +08:00
237899745
910e60ab59 fix: settle anonymous single-file reservations 2026-07-26 05:47:54 +08:00
237899745
923ba495c4 fix: fence concurrent ZIP archive builds 2026-07-26 05:47:19 +08:00
237899745
3aefacec6b fix: charge anonymous batch reservations correctly 2026-07-26 04:53:09 +08:00
237899745
1f55bd45ca test: require the selected worker storage backend
Some checks failed
CI / verify (push) Has been cancelled
2026-07-26 02:15:00 +08:00
237899745
57892f6509 fix: fence worker retries and object publication 2026-07-26 02:03:57 +08:00
237899745
de5f451cd1 perf: improve worker and storage throughput
Some checks failed
CI / verify (push) Has been cancelled
2026-07-26 00:57:29 +08:00
237899745
86da5cf1f5 perf: harden quotas and reduce compression overhead
Some checks failed
CI / verify (push) Has been cancelled
2026-07-25 23:10:59 +08:00
237899745
b67275b3e8 fix: settle quota and bound compression work
Some checks failed
CI / verify (push) Has been cancelled
2026-07-25 21:40:57 +08:00
237899745
64b1169e8c feat: add runtime policy and observability
Some checks failed
CI / verify (push) Has been cancelled
2026-07-25 20:00:11 +08:00
237899745
f389dfb567 fix: harden queue retries and quota reservation 2026-07-25 18:15:39 +08:00
237899745
c6e96464d3 feat: add configurable verification and redemption codes 2026-07-25 13:57:39 +08:00
237899745
d1f093685d feat: add configurable S3 object storage 2026-07-25 13:23:11 +08:00
237899745
61fa9cb820 fix: harden compression boundaries and target search 2026-07-25 12:23:35 +08:00
237899745
9d7668bdee perf: improve compression reliability and deployment safety 2026-07-25 10:29:49 +08:00
06220ca921 fix(worker): parse anonymous client ip without cidr mask 2026-02-08 19:01:17 +08:00
5f432998a3 feat: 支持按目标大小压缩图片
- 新增 target_size_bytes 参数,支持直接指定压缩后的目标大小(字节)
- 实现自动缩放算法:当仅调整质量无法达到目标时,自动缩小图片尺寸
- 前端新增压缩模式切换:百分比模式 / 目标大小模式
- 支持 KB/MB 单位选择
- 优化二分搜索算法,提高目标大小的精准度

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 17:51:15 +08:00
df9c40e456 Parallelize worker batch processing 2025-12-20 18:37:27 +08:00
04483c6ef1 Adjust compression_rate semantics and no-charge at 100% 2025-12-20 16:28:14 +08:00
11f48fd3dd Implement compression quota refunds and admin manual subscription 2025-12-19 23:28:32 +08:00