All Versions
48
Latest Version
Avg Release Cycle
17 days
Latest Release
525 days ago

Changelog History
Page 3

  • v0.9.15 Changes

    December 10, 2021
    • Migrate Rust crates to edition 2021 (#1798)
    • ๐Ÿ‘ TableFormat support for JSON array of objects (#1967)
  • v0.9.14 Changes

    December 04, 2021
    • โž• Add support for tuple structs in fluvio-protocol derived macros. (#1828)
    • ๐Ÿ”ฆ Expose fluvio completions in the top-level subcommand. (#1850)
    • ๐Ÿ‘‰ Make installation more reliable (#1961)
    • โž• Add Spinner to fluvio consume command. (#1881)
    • ๐Ÿ”„ Change CLI multi-word subcommand names to use kebab-case. (#1947
    • โšก๏ธ Update subcommand descriptions for consistency #1948)
    • โž• Add fluvio connector logs <connector name> (#1969).
  • v0.9.13 Changes

    November 19, 2021
    • ๐Ÿ›  Fix connector create with create_topic option to succeed if topic already exists. (#1823)
    • โž• Add #[smartstream(filter_map)] for filtering and transforming at the same time. (#1826)
    • โž• Add table display output option to consumer for json objects (#1642)
    • Streamlined Admin API (#1803)
    • โž• Add SpuDirectory trait to Fluvio Client (#1863)
    • โž• Add fluvio consume <topic> --output=full_table to render row updates over fullscreen terminal screen (#1846)
    • ๐Ÿ›  Fix macOS kubernetes cluster management (#1867)
    • Persist aggregate accumulator across file batches (#1869)
    • ๐Ÿ‘‰ Make Fluvio cluster working on Apple Silicon (#1896)
    • ๐Ÿ“‡ Rename fluvio table to fluvio tableformat (#1918)
    • Restrict max version in fluvio client (#1930)
    • ๐Ÿ‘‰ Use version from the client in SmartEngine to encode/decode input/output (#1924)
  • v0.9.12 Changes

    October 27, 2021
    • โž• Add examples for ArrayMap. (#1804)
    • Report error when missing #[1462] attribute in SmartStream (#1462)
    • ๐Ÿ›  Fix consumer read after restart #[1815] attribute in SmartStream (#1815)
    • โž• Added smartengine feature flag to fluvio client which adds ability to apply smartstream on producer. (#1788)
  • v0.9.11 Changes

    October 22, 2021
    • Reconnect producer to SPU if network error. (#770)
    • ๐Ÿ”€ Merge fluvio-protocol-{api,core,codec} crates into fluvio-protocol (#1594)
    • โž• Add #[smarstream(array_map)] for expanding one record into many (#1335)
    • โž• Add capability to use input parameters in smartstreams (#1643)
    • ๐Ÿ‘‰ Make it easier to debug inline chart (#1779)
  • v0.9.10 Changes

    October 07, 2021
    • ๐Ÿ‘Œ Improve error handling for socket timeout (#791)
    • Report error when using invalid WASM in SmartStream consumer (#1713)
    • โฌ‡๏ธ Reduce time for validating log file(#1726)
  • v0.9.9 Changes

    September 30, 2021
    • โž• Add impl std::error::Error for ErrorCode for better error reporting (#1693)
    • โž• Add ability to create a consumer that can read from multiple partitions concurrently. (#1568)
    • ๐Ÿ”ฆ Expose partition for fluvio consume --format. (#1701)
    • ๐Ÿ›  Fix consumer stream hanging after rollver (#1700)
    • โž• Added deployment controller for managed connectors (#1499).
  • v0.9.8 Changes

    September 23, 2021
    • โž• Add progress indicator to fluvio cluster start (#1627)
    • โž• Added fluvio cluster diagnostics to help debugging with support (#1671)
    • ๐Ÿ›  Fix installation of sys charts when running fluvio cluster start --local --develop (#1647)
  • v0.9.7 Changes

    September 16, 2021
    • ๐Ÿ‘Œ Improve progress message in fluvio cluster start --local (#1586)
    • ๐Ÿ›  Fix handling large stream fetch (#1630)
    • Create error variant and propagate that in case of attempt of creation of a topic with an invalid name. (#1464)
  • v0.9.6 Changes

    September 11, 2021
    • ๐Ÿ‘Œ Improve display representation for some variants in FluvioError type (#1581)
    • โž• Add spinner to fluvio cluster --local --setup command (#1574)
    • โž• Add --format string for custom Consumer printouts (#1593)