Releases: infinyon/fluvio
Releases · infinyon/fluvio
v0.8.2
Release Notes
Platform Version 0.8.2 - 2021-05-06
- Fix Replication fail over with duplication (#1052)
- Relax platform version requirement for upgrade check (#1055)
- Update logic for finding latest package release (#1061)
v0.8.1
Release Notes
Platform Version 0.8.1 - 2021-05-03
- Use file name for the external commands (fixes #889) (#1008)
- Fix Fluvio log directory on K8 (#1043)
- Add RecordKey API for sending records without keys (#985)
- Make Fluvio Client compatitble with WASM (#1042)
- Update Replication logic for SPU (#1011)
v0.8.0
Release Notes
Platform Version 0.8.0 - 2021-04-27
- Added Partitioner trait for assigning partitions based on record keys (#965)
- Deprecated the
TopicProducer::send_record
method (#965)
- Decoupled Fluvio CLI from Fluvio server components (#928)