Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Bolin
5fe0cd1943 ## Bug Fixes
- Improve SSE response streaming performance by avoiding redundant per-event cloning (#9238)

## Changelog

Full Changelog: https://github.com/openai/codex/compare/rust-v0.82.0...rust-v0.83.0

- #9238 fix: eliminate unnecessary clone() for each SSE event @bolinfest
2026-01-14 16:23:08 -08:00

View File

@@ -51,7 +51,7 @@ members = [
resolver = "2"
[workspace.package]
version = "0.0.0"
version = "0.83.0"
# Track the edition for all workspace crates in one place. Individual
# crates can still override this value, but keeping it here means new
# crates created with `cargo new -w ...` automatically inherit the 2024