Fluvio v0.10.1 Release Notes
Release Date: 2022-11-18 // almost 2 years ago-
- ๐ Improve performance for
RecordAccumulator
inbatches
(#2799) - Replace
PartitionId
,PartitionCount
andReplicationFactor
aliased types to useu32
overi32
(#2799) - Standardize reading records from CLI input (#2756)
- Smdk publish signing error w/ cross-fs tmp file (#2767)
- 0๏ธโฃ Smkd template dir includes default gitignore (#2768)
- โก๏ธ Clap-command updates (#2766)
- โฌ๏ธ Reduce wasm size by stripping symbols (#2774)
- โ Remove old comment from src (#2778)
- Ci-dev workflow fix (#2783)
- โ Fluvio-test harness bug (#2790)
- โ Added chain support to producer (#2753)
- Capability to validate WASM files (#2760)
- โ Added smartmodule chain support for consumer (#2759)
- Benches with criterion and dedicated workflow (#2770)
- Benches for SmartModuleInput encoding (#2773)
- ๐ Use
content: write
permission for benchmarks (#2775) - Check for
Smart.toml
file to be present in cwd (#2739) - Introduce
ByteBuf
forSmartModuleSpec
(#2738) - โก๏ธ Fluvio cli update check (#2679)
- โก๏ธ Update cargo generate to use
Default
(#2786) - ๐ Moved versioned socket to fluvio-socket crate (#2797)
- โ Added chaining support to smdk test (#2784)
- โ Added chaining support to fluvio-cli (#2812)
- โ Add additional test for encoding/decoding version (#2761)
- โก๏ธ Update dev version (#2817)
- ๐ Improve performance for
Previous changes from v0.10.0
-
- โ Add throughput control to fluvio producer (#2512)
- โ Added blocking on Producer if the batch queue is full (#2562)
- ๐ Initial support for SmartEngine v2 (#2610)
- SmartModule chaining (#2618)
- โ Add
smdk
(#2632) - ๐ Support to build
SmartModules
usingsmdk build
(#2638) - SmartModule Load Phase 1 (#2639)
- โ Add fluvio sm download (#2656)
- โ Add instrumentation to client producer (#2717)
- โ Added metrics to smartengine (#2726)
- โ Add otel to consumer (#2725)
- โ Add record counters to spu (#2731)
- Metric endpoint (#2737)
- โก๏ธ Update clap to v4 (#2670)
- โ
smdk
test Mode (#2636) - Generate SmartModules using
smdk
(#2630) - โ Add
smdk
publish (#2657) - โ Add
smdk
install support in CLI and release (#2648) - โ
Rewrite
test-crate-version
in Rust (#2595) smdk
generate template (#2677)- โ Add non-interactive
smdk generate
flow (#2693) - ๐ Use
localhost
asproxy-addr
for k8s cluster on macOS (#2740) - โ Add prompt for project group in
smdk generate
(#2746) - ๐ Use dynamic local port for k8 port forwarding (#2578)
- Producer stat (#2743)