mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-01-28 21:31:00 +03:00
Release v3.2.5 - Complete fix for releases mirroring authentication
This patch completes the authentication fixes from v3.2.4, specifically addressing the releases mirroring function that was missed in the previous update. Fixes: - Critical authentication error in releases mirroring (encrypted token usage) - Missing repository existence verification for releases - "user does not exist [uid: 0]" error for GitHub releases sync Improvements: - Duplicate release detection to prevent errors - Better error handling with per-release fault tolerance - Enhanced logging with [Releases] prefix for debugging Issue: #68
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "gitea-mirror",
|
||||
"type": "module",
|
||||
"version": "3.2.4",
|
||||
"version": "3.2.5",
|
||||
"engines": {
|
||||
"bun": ">=1.2.9"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user