mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 04:15:36 -04:00
[PR #217] [MERGED] Fix delta versions with v2 download API #263
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop/pull/217
Author: @DecDuck
Created: 8/27/2025
Status: ✅ Merged
Merged: 8/27/2025
Merged by: @DecDuck
Base:
develop← Head:v2-download-api-fixes📝 Commits (3)
c68bda1fix: add granular versioning17e478afix: lintb2d3a95fix: bump version📊 Changes
3 files changed (+10 additions, -4 deletions)
View changed files
📝
drop-base(+1 -1)📝
package.json(+1 -1)📝
server/api/v2/client/chunk.post.ts(+8 -2)📄 Description
Because the v2 download API unifies all the chunk requests into a single context, you can't have granular version requests. This PR fixes that.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.