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
ipkgfile 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_recordsto truncatemax_offsettoend_offsetof current segment if it is larger than that so we can read records of that segment without failures (#2950) - Fix use
i64overu64for fuel measure to align with wasmtime (#2945) - Fix use
anyhowoverthiserror(#2916) - Fix CLI help text typo (#2918)
- Fix replace
Smart Moduleocurrences withSmartModule(#2913) - Fix split Custom Config and Common Config Separate custom config from common config (#2917)
- Fix exposes
retryfunction by re-exporting for common connector crate (#2922) - Fix recover from invalid segments (#2909)
- Fix remove connector metadata and API (#2887)