Fluvio v0.8.3 Release Notes

Release Date: 2020-05-25 // almost 4 years ago
    • โž• Added builder for fluvio_storage::config::ConfigOption. (#1076)
    • ๐Ÿ‘‰ Use batch record sending in CLI producer (#915)
    • Now ResponseApi and RequestApi encoder-decoders are symmetric (#1075)
    • ๐Ÿ—„ FluvioCodec encoder now supports FluvioEncoder types. Implementation with bytes::Bytes now is deprecated. (#1076)
    • โž• Added implementations of FluvioEncoder for &T: FluvioEncoder. (#1081)
    • โšก๏ธ Updated RecordAPI with RecordKey and RecordData (#1088)
    • ๐Ÿ‘Œ Support WASM for client (#1101)
    • ๐Ÿ‘ spu_pool to support wasm runtime. (#1106)
    • โœ‚ Remove async trait for more wasm support to client (#1108)
    • ๐Ÿ‘ Better logging for SPU health check (#1109)
    • ๐Ÿ— fluvio-socket build for wasm32 (#1111)
    • Add Fluvio::connect_with_connector to support custom connectors. (#1120)