v0.0.2
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, guaranteeinggcccompliance 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
FetchContenthave been incremented to pullv0.0.2ensuring complete header parity out-of-the-box.