v0.6.0

google-research/timesfmv0.6.0Jun 9, 2025by ekzhang

AI Summary

This release addresses a critical bug in TCP stream handling where half-closing a stream (FIN) previously caused the entire proxy connection to drop. The update implements proper half-closed stream management to ensure only the specified stream is closed without affecting the rest of the connection.

Key Highlights

  • Fixes bug where half-closing TCP streams (FIN) would drop the entire proxy connection
  • Implements `copy_bidirectional` logic to handle stream halves correctly
  • Ensures proxy connection stability during stream termination

Full Release Notes

This version fixes a bug in handling of half-closed TCP streams. Previously, half-closing a TCP stream (FIN) would result in the entire proxy connection being dropped, but now it only closes that half of the stream.

## What's Changed
* Use copy_bidirectional, handle half-closed TCP streams by @ekzhang in https://github.com/ekzhang/bore/pull/165


**Full Changelog**: https://github.com/ekzhang/bore/compare/v0.5.3...v0.6.0