[PR #217] [MERGED] Fix delta versions with v2 download API #263

Closed
opened 2026-02-17 17:06:32 -05:00 by yindo · 0 comments
Owner

📋 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: developHead: v2-download-api-fixes


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop/pull/217 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 8/27/2025 **Status:** ✅ Merged **Merged:** 8/27/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `v2-download-api-fixes` --- ### 📝 Commits (3) - [`c68bda1`](https://github.com/Drop-OSS/drop/commit/c68bda14faf8f38bc407d4b7d237452fb9e8c1e1) fix: add granular versioning - [`17e478a`](https://github.com/Drop-OSS/drop/commit/17e478ad479b98f22ada03b989394a264ad8154a) fix: lint - [`b2d3a95`](https://github.com/Drop-OSS/drop/commit/b2d3a95c1f1fe3b8a8bcfd107368c85c38004ac6) fix: bump version ### 📊 Changes **3 files changed** (+10 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `drop-base` (+1 -1) 📝 `package.json` (+1 -1) 📝 `server/api/v2/client/chunk.post.ts` (+8 -2) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:06:32 -05:00
yindo closed this issue 2026-02-17 17:06:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#263