chore(deps): bump aionrs to v0.2.7#671
Merged
Merged
Conversation
Picks up the streaming SSE UTF-8 fix (iOfficeAI/aionrs#238): partial multibyte UTF-8 characters split across network chunk boundaries were lossy-decoded per chunk and dropped as U+FFFD, garbling CJK streamed output. v0.2.7 buffers incomplete trailing bytes across chunks. Updates all aion-* git tag pins v0.2.6 -> v0.2.7 and refreshes Cargo.lock (445a18e1). Workspace builds clean. Addresses Sentry ELECTRON-3NH / ELECTRON-3P5.
kaizhou-lab
enabled auto-merge (squash)
July 23, 2026 09:06
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
Bump the
aion-*git dependencies from v0.2.6 → v0.2.7 and refreshCargo.lock(3cb928d4→445a18e1).Why
v0.2.7 picks up the streaming SSE UTF-8 fix (iOfficeAI/aionrs#238): partial multibyte UTF-8 characters split across network chunk boundaries were previously
from_utf8_lossy-decoded per chunk and dropped as�(U+FFFD), garbling streamed CJK model output. v0.2.7 buffers the incomplete trailing bytes across chunks so complete characters are emitted.Reported via Sentry ELECTRON-3NH / ELECTRON-3P5 (OpenCode Zen
deepseek-v4-flash-free); the defect affected all streaming providers with multibyte output.Changes
Cargo.toml: all sixaion-*tag pinsv0.2.6→v0.2.7.Cargo.lock: aionrs source updated totag=v0.2.7#445a18e1; 169 other dependencies unchanged.Verification
cargo build(full workspace) →Finished(exit 0), compiles clean against v0.2.7.