Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump bytewax from 0.17.1 to 0.21.0 #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps bytewax from 0.17.1 to 0.21.0.

Release notes

Sourced from bytewax's releases.

v0.21.0

Overview

  • bytewax.inputs.SimplePollingSource now allows you to retain state to support at-least-once delivery.

  • Fixes a bug when using bytewax.operators.windowing.SlidingWindower where values would be assigned to an extra window if their timestamps were near the end of the correct window.

  • Upstream type hints on bytewax.connectors.kafka.operators.serialize_key, bytewax.connectors.kafka.operators.serialize_value, and bytewax.connectors.kafka.operators.serialize have been made more broad to support all Kafka serializers, like confluent_kafka.serialization.StringSerializer.

  • Breaking change - Fixes a bug which caused two of the same types of windowing operators in a dataflow to spuriously result in a ValueError. This fix invalidates any recovery data for all windowing operators; it is recommended to delete and re-create the recovery store if you are using windowing operators.

  • Fixes a performance issue where bytewax.operators.StatefulBatchLogic.notify_at (and thus many of the other stateful operators' notify_at derived from it) was being called superfluously.

What's Changed

... (truncated)

Changelog

Sourced from bytewax's changelog.

v0.21.0

  • {py:obj}~bytewax.inputs.SimplePollingSource now allows you to retain state to support at-least-once delivery.

  • Fixes a bug when using {py:obj}~bytewax.operators.windowing.SlidingWindower where values would be assigned to an extra window if their timestamps were near the end of the correct window.

  • Upstream type hints on {py:obj}bytewax.connectors.kafka.operators.serialize_key, {py:obj}~bytewax.connectors.kafka.operators.serialize_value, and {py:obj}~bytewax.connectors.kafka.operators.serialize have been made more broad to support all Kafka serializers, like {py:obj}confluent_kafka.serialization.StringSerializer.

  • Breaking change - Fixes a bug which caused two of the same types of windowing operators in a dataflow to spuriously result in a ValueError. This fix invalidates any recovery data for all windowing operators; it is recommended to delete and re-create the recovery store if you are using windowing operators.

  • Fixes a performance issue where {py:obj}bytewax.operators.StatefulBatchLogic.notify_at (and thus many of the other stateful operators' notify_at derived from it) was being called superfluously.

v0.20.1

  • Fixes a bug when using {py:obj}~bytewax.operators.windowing.EventClock where in-order but "slow" data results in watermark assertion errors.

v0.20.0

  • Adds a dataflow structure visualizer. Run python -m bytewax.visualize.

  • Breaking change The internal format of recovery databases has been changed from using JsonPickle to Python's built-in {py:obj}pickle. Recovery stores that used the old format will not be usable after upgrading.

  • Breaking change The unary operator and UnaryLogic have been renamed to stateful and StatefulLogic respectively.

  • Adds a stateful_batch operator to allow for lower-level batch control while managing state.

... (truncated)

Commits
  • c06d785 Merge pull request #496 from bytewax/prepare_0.20.2
  • faec791 Bump version to v0.21.0 and update Changelog
  • f3e24bc Prepare for v0.20.2 release
  • d18792b Merge pull request #494 from bytewax/namespace_module
  • 2e62055 Revert imports after fixing mypy namespace detection
  • 3f0058b Update justfile
  • f195922 Fix mypy to understand namespace packages
  • dba22b8 Don't generate hashes for documentation requirements, as VCS requirements can...
  • d058b5f Depend on fork of sphinx-autodoc2
  • 7c77f24 Working on doc generation as a namespace module
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bytewax](https://github.com/bytewax/bytewax) from 0.17.1 to 0.21.0.
- [Release notes](https://github.com/bytewax/bytewax/releases)
- [Changelog](https://github.com/bytewax/bytewax/blob/main/CHANGELOG.md)
- [Commits](bytewax/bytewax@v0.17.1...v0.21.0)

---
updated-dependencies:
- dependency-name: bytewax
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants