Skip to content

v0.0.2

Choose a tag to compare

@stefanDeveloper stefanDeveloper released this 24 Mar 15:44

Fluvio C/C++ Client v0.0.2

This release explicitly patches our C-language header boundaries and bumps internal version bindings across our CMake ecosystem for seamless package ingestion.

Improvements & Fixes

  • Unified Header Packaging: The pure C interface header (fluvio.h) is now directly bundled alongside the CXX generated wrappers in the GitHub deployment tarball, guaranteeing gcc compliance natively without source cloning!
  • Version Propagation: Internal registries, portfiles, and Cargo.toml have been synchronized to specifically broadcast v0.0.2.
  • vcpkg Dependency Alignment: Examples evaluating dynamic discovery via FetchContent have been incremented to pull v0.0.2 ensuring complete header parity out-of-the-box.