Skip to content

v0.8.5

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 20:28
· 1680 commits to master since this release

Release Notes

Platform Version 0.8.5 - 2021-07-18

  • 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 (preview). (#1174)
  • Change C compiler to zig and linker to lld. Resolves segaults 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)

Compatibility Notice:

  • This release includes a backwards-incompatible update to the Fluvio Package Registry that is used to deliver Fluvio updates and plugins. To upgrade to 0.8.5, please do not use fluvio update, instead re-use the installation script with this one-liner:
curl -fsS https://packages.fluvio.io/v1/install.sh | bash