Victor Nguen
Victor Nguen
- update testcontainers version to 1.19.8 - add wrapper for Milvus
# Problem The style of the statistics is a bit different from the overall style. # Solution Changed the style of #stats to keep it consistent with the overall style...
# Websocket transport support ## Summary Implemented support of WebSocket transport ## Changes - Add `FastApiWebSocketTransport` class for WebSocket transport - Example usage scripts for websocket and multi transport server...
## Motivation Resolves #2298 This PR adds support for HTTP proxying to Tonic clients ## Solution This PR implements HTTP proxy support for Tonic clients by leveraging [`hyper-util`]'s built-in proxy...
## Motivation Add support for LZ4 compression with lz4_flex. Closes #2312 ## Solution - Added the `lz4_flex` crate as an optional dependency behind a new `lz4` feature flag. - Updated...