v0.10.4
github-actions
released this
23 Jan 19:40
·
728 commits
to master
since this release
Release Notes
Platform Version 0.10.4 - 2022-01-23
- Add 'cdk test' command (#2948)
- Add download connector package command (#2944)
- Add Hub support for installing binary packages (#2942)
- Add support for OpenSSL as an optional dependency for Fluvio (#2923)
- Add support for local deploy from
ipkg
file for Connector Development Kit (CDK) (#2939) - Add support custom configs in connector SDK (#2910)
- Add cluster shutdown support (#2912)
- Add sink connector support to SDK (#2906)
- Fix
read_records
to truncatemax_offset
toend_offset
of current segment if it is larger than that so we can read records of that segment without failures (#2950) - Fix use
i64
overu64
for fuel measure to align with wasmtime (#2945) - Fix use
anyhow
overthiserror
(#2916) - Fix CLI help text typo (#2918)
- Fix replace
Smart Module
ocurrences withSmartModule
(#2913) - Fix split Custom Config and Common Config Separate custom config from common config (#2917)
- Fix exposes
retry
function by re-exporting for common connector crate (#2922) - Fix recover from invalid segments (#2909)
- Fix remove connector metadata and API (#2887)