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

chore(deps-dev): bump kafkajs from 2.0.2 to 2.1.0 #9851

Merged
merged 1 commit into from Jul 7, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 29, 2022

Bumps kafkajs from 2.0.2 to 2.1.0.

Release notes

Sourced from kafkajs's releases.

v2.1.0

[2.1.0] - 2022-06-28

Added

  • Add pause function to eachMessage/eachBatch to pause the current topic-partition #1364
  • The KafkaMessage type is now a union between the pre-Kafka 0.10 message format and the current #1401

Fixed

  • Fix 100% CPU utilization when all brokers are unavailable #1402
  • Fix persistent error when trying to produce after a topic authorization error #1385
  • Fix error when aborting or committing an empty transaction #1388
  • Don't re-process messages from a paused partition after breaking the consumption flow #1382
Changelog

Sourced from kafkajs's changelog.

[2.1.0] - 2022-06-28

Added

  • Add pause function to eachMessage/eachBatch to pause the current topic-partition #1364
  • The KafkaMessage type is now a union between the pre-Kafka 0.10 message format and the current #1401

Fixed

  • Fix 100% CPU utilization when all brokers are unavailable #1402
  • Fix persistent error when trying to produce after a topic authorization error #1385
  • Fix error when aborting or committing an empty transaction #1388
  • Don't re-process messages from a paused partition after breaking the consumption flow #1382
Commits
  • df31679 Merge pull request #1403 from tulios/release/v2.1.0
  • ce163a1 Bump version (v2.1.0) and update changelog
  • 48b8bc7 Merge pull request #1401 from tulios/fix-message-size-type
  • e1b016e Make it possible to narrow between message types
  • c360613 Fix invalid KafkaMessage type
  • 196105c Merge pull request #1364 from brianphillips/pause-resume-helper
  • 6b0be34 Merge remote-tracking branch 'origin/master' into pause-resume-helper
  • 51a4947 Merge pull request #1382 from arszen123/fix/consumer-pause-resume-functionality
  • 214427f Merge branch 'master' into fix/consumer-pause-resume-functionality
  • 67f20ca Merge branch 'master' into pause-resume-helper
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 29, 2022
@coveralls
Copy link

coveralls commented Jun 29, 2022

Pull Request Test Coverage Report for Build fc998aff-7806-4d81-94c9-04b5bcb71057

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build d377659d-86e1-4ceb-8fed-937ab6e5ba72: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/kafkajs-2.1.0 branch from ca200df to 0d23ce4 Compare July 7, 2022 07:30
@kamilmysliwiec
Copy link
Member

@dependabot rebase

Bumps [kafkajs](https://github.com/tulios/kafkajs) from 2.0.2 to 2.1.0.
- [Release notes](https://github.com/tulios/kafkajs/releases)
- [Changelog](https://github.com/tulios/kafkajs/blob/master/CHANGELOG.md)
- [Commits](tulios/kafkajs@v2.0.2...v2.1.0)

---
updated-dependencies:
- dependency-name: kafkajs
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/kafkajs-2.1.0 branch from 0d23ce4 to f6e3831 Compare July 7, 2022 09:00
@kamilmysliwiec kamilmysliwiec merged commit 5ac821c into master Jul 7, 2022
@delete-merged-branch delete-merged-branch bot deleted the dependabot/npm_and_yarn/kafkajs-2.1.0 branch July 7, 2022 09:22
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants