Releases: 52Lxcloud/pushtest
Release list
V3.4.9
v3.4.5
refactor(telemetry): remove authentication checks for telemetry endpoints
- Eliminated the checkAuth function and unauthorizedResponse for the '/stats' and '/dashboard' endpoints.
- Updated comments to indicate that these endpoints are now protected by Cloudflare Zero Trust.
This change simplifies the authentication logic for telemetry-related routes.
v3.4.4
refactor(telemetry): remove authentication checks for telemetry endpoints
- Eliminated the checkAuth function and unauthorizedResponse for the '/stats' and '/dashboard' endpoints.
- Updated comments to indicate that these endpoints are now protected by Cloudflare Zero Trust.
This change simplifies the authentication logic for telemetry-related routes.
v3.3.3
V3.5.0
V3.4.8
Full Changelog: v2.3.9...V3.4.8
refactor(telemetry): remove authentication checks for telemetry endpoints
- Eliminated the checkAuth function and unauthorizedResponse for the '/stats' and '/dashboard' endpoints.
- Updated comments to indicate that these endpoints are now protected by Cloudflare Zero Trust.
This change simplifies the authentication logic for telemetry-related routes.
V3.4.7
V3.4.6
CaThis release contains critical security updates; please update as soon as possible.
Updating to this version will cause the following unavoidable side effects:
All active login sessions will be invalidated;
Existing direct links for non-redirected local storage policies will become invalid (URLs containing ?sign=xxx);
Other signed temporary links that have not yet expired will become invalid (URLs containing ?sign=xxx).
If your database was first initialized with Cloudreve version >= 4.10.0, this security vulnerability does not affect you.
Specific details will be disclosed 60 days after this release.
Fix: Use cryptographically secure random number generator for sensitive fields (Kudos to @orenyomtov)
Improvement: File list tooltips should no longer obstruct downward mouse movement (cloudreve/cloudreve#3170)
Improvement: Performance optimization for drag-selection of files
Fix: Unable to drag and drop files in list view (cloudreve/cloudreve#2937)
Fix: Inaccessible direct links for newly created empty files (cloudreve/cloudreve#3239)
Fix: 500 error when uploading to SeaweedFS S3 storage policies (cloudreve/cloudreve#3265)
Fix: OAuth endpoint handling of code_challenge inconsistent with documentation (cloudreve/cloudreve#3261)