Fluvio v0.8.5 Release Notes

Release Date: 2021-07-14 // almost 3 years ago
    • โž• Add unstable Admin Watch API for topics, partitions, and SPUs (#1136)
    • ๐Ÿ— Make recipes for smoke tests no longer build by default, helps caching. (#1165)
    • ๐Ÿ˜Œ Relax requirement of FluvioAdmin methods from &mut self to &self. (#1178)
    • Sort output of fluvio partition list by Topic then Partition. (#1181)
    • โž• Add SmartStream Map (#[smartstream(map)]) API for transforming records. (#1174)
    • ๐Ÿ”„ Change C compiler to zig and linker to lld. Resolves segfaults when cross compiling to musl. (#464)
    • ๐Ÿ–จ Consumer CLI prints a status when consuming from the end of a partition. (#1171)
    • โฌ†๏ธ Upgrade wasmtime to thread-safe API. (#1200)
    • โšก๏ธ Update fluvio-package to support arbitrary Targets. (#1234)
    • ๐Ÿ“ฆ Future-proof PackageKind by deserializing all Strings. (#1249)