All Versions
48
Latest Version
Avg Release Cycle
17 days
Latest Release
196 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.10.1 Changes
November 18, 2022- ๐ 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
-
v0.10.0 Changes
October 24, 2022- โ 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)
-
v0.9.33 Changes
August 10, 2022- โ Added
DeliverySemantic
tofluvio-cli
. (#2508) - CLI: Added ability to delete multiple connectors, smart modules and topics with one command. (#2427)
- โ Added
--use-k8-port-forwarding
option tofluvio cluster start
. (#2516) - ๐ SmartModule package: add missing metadata (#2532)
- โ Adds feedback and debug info to 'smart-module create' (#2513)
- Prevent collisions between namespaces (#2539)
- โ Added proxy support during packages installation (#2535)
- โ Added
-
v0.9.32 Changes
July 26, 2022- Restrict usage of
--initial
,--extra-params
and--join-topic
influvio consume
. Those options only should be accepted when using specific smartmodules. (#2476) - ๐ Rename
--smartmodule
option influvio consume
to--smart-module
. `--smartmodule is still an alias for backward compatibility. (#2485) - ๐ค Measure latency for stats using macro. (#2483)
- Keep serving incoming requests even if socket closed to write. (#2484)
- ๐ Support async response in multiplexed socket. (#2488)
- ๐ Drop write lock before async IO operations. (#2490)
- โ Add
Clone
trait toDefaultProduceRequest
. (#2501) - โ Add
AtMostOnce
andAtLeastOnce
delivery semantics. (#2503)
- Restrict usage of
-
v0.9.31 Changes
July 13, 2022- ๐ Move stream publishers to connection-level context (#2452)
- ๐ง Prefer ExternalIP to InternalIP if configured in kubernetes (#2448)
- โ Add
fluvio connector config <connector-name>
(#2464) - โ Add performance counters to producer (#2424)
- โฌ๏ธ Upgrade to fluvio-future 0.4.0 (#2470)
- โ Add support to detecting smartmodule type from WASM payload on SPU (#2457)
- Require
version
field in connector yaml. (#2472)
-
v0.9.30 Changes
June 29, 2022- ๐ Improve CLI error output when log_dir isn't writable (#2425)
- ๐ Fix issue in producer when sending more than one batch in a request ([#2443](//github.com/infinyon/fluvio/issues/2443))
- Fix bug in
last_partition_offset
update when handling smartmodules on SPU (#2432) - Re-allow string, dictionaries and lists as options to
parameters
section in connector yaml. (#2446)
-
v0.9.29 Changes
June 27, 2022- โก๏ธ Revert 0.9.28 updates to Connector yaml config (#2436)
-
v0.9.28 Changes
June 26, 2022- โฌ๏ธ Upgrade to Wasmtime 0.37 (#2400)
- ๐ Allow Cluster diagnostics to continue even if profile doesn't exist (#2400)
- โ Add timeout when creating SPG (#2364)
- ๐ฒ Log fluvio version and git rev on client creation (#2403)
- Display multi-word subcommand aliases in CLI help info (#2033)
- โ Add filter-map support to SmartProducer (#2418)
- ๐ Fix
wasi
functions binding relying on order (#2428) - โ Add top level
producer
andconsumer
entries to connector yaml configurations. (#2426) - ๐ Allow string, dictionaries and lists as options to
parameters
section in connector yaml. (#2426)
-
v0.9.27 Changes
May 25, 2022 -
v0.9.26 Changes
May 10, 2022- Increase default
STORAGE_MAX_BATCH_SIZE
(#2342)
- Increase default