[pull] main from LibreChat-AI:main - #35
Merged
Merged
Conversation
* fix(codeapi): require bridge credentials only when configured Source: ClickHouse/ai@da81d707c6538b509be70e2401b649693a3f3dce * chore(codeapi): import 🫗 fix: Drain Cancelled BYOM Settlements Source: ClickHouse/ai@2391d77aab6ff81689cf8a834d74992399f41173 Co-authored-by: danny-avila <110412045+danny-avila@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: danny-avila <110412045+danny-avila@users.noreply.github.com>
….4.2 (fixes silent upload truncation) (#174) * fix(api): stream uploads to the file-server with fetch, not axios over node:http On Bun, node:http's ClientRequest can drop the tail of a chunked request body: write() accepts every byte and end() is called after the last write, yet the peer receives 32 KiB-800 KiB less. The file-server then stores a short object and reports success, so a 20 MiB upload comes back corrupt with no error anywhere (Bun 1.3.10-1.3.14; 1 MiB is unaffected). Send the busboy file part with the global fetch and a web ReadableStream instead. Bun's native fetch and Node's undici stream the body intact. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> * build: bump Bun base images 1.3.14 -> 1.4.2 Bun 1.3.x's node:http client drops the tail of chunked request bodies under load (see the previous commit). Bun 1.4.2 streams them intact in the same test, so the base image bump is the second line of defence for every remaining node:http client in the services. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )