MK-2001 / ioBroker.message-queue

This adapter implements the integration to different message queues like Kafka, Rabbit-MQ, ... suggestions are welcome
Apache License 2.0
0 stars 1 forks source link

Bump kafkajs from 2.0.0 to 2.2.4 #93

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps kafkajs from 2.0.0 to 2.2.4.

Release notes

Sourced from kafkajs's releases.

v2.2.4

[2.2.4] - 2023-02-27

Added

  • Include groupId in debug log when failing to find group coordinator #1522

Fixed

  • Rejoin group after ILLEGAL_GENERATION error #1474
  • Fix consumer getting stuck after very brief throttling #1532
  • Prevent infinite crash loop when no brokers are available #1408

v2.2.3

[2.2.3] - 2022-11-21

Fixed

  • Fix regression in SASL/PLAIN authentication #1480

v2.2.2

[2.2.2] - 2022-10-18

Fixed

  • Fix compatibility with AWS MSK Serverless #1463

v2.2.1

[2.2.1] - 2022-10-13

Fixed

  • Fixed Typescript definitions for custom authentication mechanisms #1459

v2.2.0

[2.2.0] - 2022-08-16

Added

  • Add the ability to inject custom authentication mechanisms #1372
  • Add admin methods alterPartitionReassignments & listPartitionReassignments #1419

Fixed

  • Fix deprecation warning when connecting to a broker over TLS via IP address #1425
  • Improve consumer performance when subscribed to thousands of topics #1436

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

... (truncated)

Changelog

Sourced from kafkajs's changelog.

[2.2.4] - 2023-02-27

Added

  • Include groupId in debug log when failing to find group coordinator #1522

Fixed

  • Rejoin group after ILLEGAL_GENERATION error #1474
  • Fix consumer getting stuck after very brief throttling #1532
  • Prevent infinite crash loop when no brokers are available #1408

[2.2.3] - 2022-11-21

Fixed

  • Fix regression in SASL/PLAIN authentication #1480

[2.2.2] - 2022-10-18

Fixed

  • Fix compatibility with AWS MSK Serverless #1463

[2.2.1] - 2022-10-13

Fixed

  • Fixed Typescript definitions for custom authentication mechanisms #1459

[2.2.0] - 2022-08-16

Added

  • Add the ability to inject custom authentication mechanisms #1372
  • Add admin methods alterPartitionReassignments & listPartitionReassignments #1419

Fixed

  • Fix deprecation warning when connecting to a broker over TLS via IP address #1425
  • Improve consumer performance when subscribed to thousands of topics #1436

[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

[2.0.2] - 2022-05-31

Fixed

... (truncated)

Commits
  • c084728 Merge pull request #1541 from tulios/release-v2.2.4
  • 7bdebb6 Bump version (v2.2.4) and update changelog
  • 066767c Merge pull request #1540 from tulios/combined-prs
  • 955e213 build(deps): bump eventsource from 1.0.7 to 1.1.2 in /website
  • cd190ed Bump css-what from 2.1.2 to 2.1.3 in /website
  • aede196 Bump minimatch from 3.0.4 to 3.1.2
  • f2ff84e Bump decode-uri-component from 0.2.0 to 0.2.2 in /website
  • dd46088 Bump qs from 6.5.2 to 6.5.3
  • a8193aa Bump express from 4.17.1 to 4.18.2 in /website
  • 66747c0 Bump jsonwebtoken from 8.5.1 to 9.0.0
  • 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)