Bytewax

Latest version: v0.20.1

Safety actively analyzes 638763 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.15.0

- *Breaking change* Fixes issue with multi-worker recovery. If the
cluster crashed before all workers had completed their first epoch,
the cluster would resume from the incorrect position. This requires
a change to the recovery store. You cannot resume from recovery data
written with an older version.

0.14.0

- Dataflow continuation now works. If you run a dataflow over a finite
input, all state will be persisted via recovery so if you re-run the
same dataflow pointing at the same input, but with more data
appended at the end, it will correctly continue processing from the
previous end-of-stream.

- Fixes issue with multi-worker recovery. Previously resume data was
being routed to the wrong worker so state would be missing.

- *Breaking change* The above two changes require that the recovery
format has been changed for all recovery stores. You cannot resume
from recovery data written with an older version.

- Adds an introspection web server to dataflow workers.

- Adds `collect_window` operator.

0.13.1

- Added Google Colab support.

0.13.0

- Added tracing instrumentation and configurations for tracing backends.

0.12.0

- Fixes bug where window is never closed if recovery occurs after last
item but before window close.

- Recovery logging is reduced.

- *Breaking change* Recovery format has been changed for all recovery stores.
You cannot resume from recovery data written with an older version.

- Adds a `DynamoDB` and `Bigquery` output connector.

0.11.2

- Performance improvements.

- Support SASL and SSL for `bytewax.inputs.KafkaInputConfig`.

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.