Release Notes
Platform Version 0.10.15 - 2023-09-28
Added
- Update
fluvio hub
subcommands (#3409) - Add stdin input support for
smdk test
(#3464) - Multi partition consumer in sink connectors (#3470)
- Print more error causes (#3475)
- Add nonzero copy option (#3519)
- Remove unnecessary generics (#3529)
- Add
--truncate
arg tofluvio consume
and pretty print json output (#3551) - Add generic signature to topic controller to make it easier to test (#3445)
- Make k8 feature available in fluvio-run (#3446)
- Reduce metadata item bound (#3448)
CI
- Update Zig to
v0.11.0
(#3484) - Update rust toolchain (#3501)
- Clean up zig install (#3508)
- Ci badge should report master status (#3524)
- Point ci badge to staging (#3526)
- Update k8 crates (#3546)
- Add capability to start SC on read-only mode. Read-only mode me… (#3525)
- Post release (#3431)
- Configure fluvio-run build for armv7 (#3444)
Changed
- Update dep (#3560)
- Update dep (#3474)
- Update dep (#3504)
- Update
fluvio-connector-derive
to syn@2 (#3513) - Update zstd@
v0.12.4
(#3514) - Update toml and wasmtime (#3547)
- Update dep (#3436)
- Update dep (#3447)
Fixed
- Install.sh, fluvio install/update, add arch/target overrides (#3463)
- Enable connector crates tests in CI (#3471)
- Cleanup format in some crates and fix fluvio cluster status wh… (#3500)
- Provision topics in resource insufficient state if there is a ne… (#3549)
- Run replica test on stable (#3432)
- Re-enable skipped backwards compatibility tests (#3434)
Other
- Unify common dependencies (#3442)
- Use generic client on sm migration and on k8 controllers (#3468)
- Components tests on local cluster (#3457)
- Include cli in docker image (#3483)
- Expose use_cluster_ip cli flag (#3480)
- Consume all partitions by default (#3489)
- Fvm type definitions (#3531)
- Use
SmartModuleRecord
instead ofRecord
forsmdk generate
(#3427) - Unify common dependencies (#3408)
- Migrate anyhow for replica assignment (#3439)
- Sc k8 feature flag (#3443)
- Quote protection for pw inconvenient chars (#3451)
- Move spu smartmodule to controlplane only (#3453)
- Decouple from K8MetaItem struct on fluvio-sc (#3454)
Removed
- Remove lazy_static in favor of once_cell (#3466)
- Remove SmartModuleMigrationController (#3472)
- Provides deprecation docs for warning (#3488)
- Remove legacy install script (#3503)
- Clean up partition creation path (#3540)
- Fair replica scheduler (#3545)
- Remove unnecessary test for PartitionMap (#3438)
- Remove unnecessary dep in controlplane-metadata (#3450)
- More cleanup (#3452)