Skip to content

chore(deps): bump kstreams from 0.26.5 to 0.26.9 #35

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

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 Apr 21, 2025

Bumps kstreams from 0.26.5 to 0.26.9.

Release notes

Sourced from kstreams's releases.

0.26.9 (2025-04-18)

Fix

  • flush all events in producer buffer before the producer is stopped (#312)

[master d9937a9] bump: version 0.26.8 → 0.26.9 2 files changed, 7 insertions(+), 1 deletion(-)

0.26.8 (2025-04-10)

Fix

  • RuntimeError await wasn't used with future when the stop engine on a failing test (#311)

[master 97e6e8b] bump: version 0.26.7 → 0.26.8 2 files changed, 7 insertions(+), 1 deletion(-)

0.26.7 (2025-03-19)

Fix

  • stop properly asyncio.Tasks that run in background mode (streams and monitoring). Related to #299 (#300)

[master 1d9c437] bump: version 0.26.6 → 0.26.7 2 files changed, 7 insertions(+), 1 deletion(-)

0.26.6 (2025-02-03)

Fix

  • send: _NoDefault serializer sentinel introduced in order to make possible to send raw data even when a global serializer has been set (#280)

[master ffd7560] bump: version 0.26.5 → 0.26.6 2 files changed, 7 insertions(+), 1 deletion(-)

Changelog

Sourced from kstreams's changelog.

0.26.9 (2025-04-18)

Fix

  • flush all events in producer buffer before the producer is stopped (#312)

0.26.8 (2025-04-10)

Fix

  • RuntimeError await wasn't used with future when the stop engine on a failing test (#311)

0.26.7 (2025-03-19)

Fix

  • stop properly asyncio.Tasks that run in background mode (streams and monitoring). Related to #299 (#300)

0.26.6 (2025-02-03)

Fix

  • send: _NoDefault serializer sentinel introduced in order to make possible to send raw data even when a global serializer has been set (#280)
Commits
  • d9937a9 bump: version 0.26.8 → 0.26.9
  • a4580d3 fix: flush all events in producer buffer before the producer is stopped (#312)
  • 6ecf730 build(deps-dev): bump mypy from 1.14.1 to 1.15.0 (#304)
  • 70fb02b bench: current release
  • 97e6e8b bump: version 0.26.7 → 0.26.8
  • de9e6a8 fix: RuntimeError await wasn't used with future when the stop engine on a fai...
  • ce80106 docs: documentation updated to be compliant with latest mkdocs (#310)
  • b1a5660 build(deps-dev): bump mkdocstrings from 0.27.0 to 0.29.1 (#308)
  • 04f48fd build(deps-dev): bump jinja2 from 3.1.5 to 3.1.6 (#302)
  • f1012d5 docs: StreamErrorPolicy docs fixed. Example with StreamErrorPolicy fixed (#303)
  • 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 [kstreams](https://github.com/kpn/kstreams) from 0.26.5 to 0.26.9.
- [Release notes](https://github.com/kpn/kstreams/releases)
- [Changelog](https://github.com/kpn/kstreams/blob/master/CHANGELOG.md)
- [Commits](kpn/kstreams@0.26.5...0.26.9)

---
updated-dependencies:
- dependency-name: kstreams
  dependency-version: 0.26.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Apr 21, 2025
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