v3.63.0
Added 4
- Add an opt-in parallel upload mode for personal_new
- Add CSTCloud Capsule (数据胶囊) driver
- Make ranged download concurrency and part size configurable for quark_uc
- Add optional User-Agent override for client-gated providers in S3
Fixed 11
- Wire the offline download temp dir like the other cloud tools in 123_open
- Keep polling while the server merges an upload in 123_open
- Include part 101 when fetching remaining upload URLs in 139
- Declare the PC client type to lift the 50 GB upload cap in 139
- Limit total decompressed size to prevent disk exhaustion in archive
- Stream upload slices to avoid buffering whole parts in memory in baidu_netdisk
- Handle acw_sc__v2 anti-bot challenge on login in lanzou
- Bound overload retries with backoff and fail fast on unrecoverable download errors in net
- Refresh __puus cookie periodically to keep download signature valid in quark
- Persist login token and clear consumed credit key in thunder
- Tolerate refresh responses without rotated refresh token in thunder
Security 1
- Enforce user base path on all request paths
🚀 Features
- 139: Add an opt-in parallel upload mode for personal_new - by @okatu-loli (6ff46)
- driver: Add CSTCloud Capsule (数据胶囊) driver - by @okatu-loli (1e327)
- quark_uc: Make ranged download concurrency and part size configurable - by @okatu-loli (60009)
- s3: Add optional User-Agent override for client-gated providers - by @okatu-loli (32e7e)
🐞 Bug Fixes
- 123_open:
- 139:
- archive:
- Limit total decompressed size to prevent disk exhaustion - by @okatu-loli (cb529)
- baidu_netdisk:
- Stream upload slices to avoid buffering whole parts in memory - by @okatu-loli (1c360)
- lanzou:
- Handle acw_sc__v2 anti-bot challenge on login - by @okatu-loli (9246a)
- net:
- Bound overload retries with backoff and fail fast on unrecoverable download errors - by @okatu-loli (e79d3)
- quark:
- Refresh __puus cookie periodically to keep download signature valid - by alist-dev (fdcd8)
- security:
- Enforce user base path on all request paths - by @okatu-loli (e9a7d)
- thunder: