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.2 #66

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps kafkajs from 2.0.0 to 2.2.2.

Release notes

Sourced from kafkajs's releases.

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
  • 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

v2.0.2

[2.0.2] - 2022-05-31

Fixed

  • Fix consumer.seek when seeking on multiple partitions for the same topic #1378

v2.0.1

[2.0.1] - 2022-05-23

Fixed

  • Fix members leaving the group after not being assigned any partitions #1362
  • Make REPLICA_NOT_AVAILABLE retriable #1351
  • Document admin.createTopics respecting cluster default partitions number and replication factor #1360
Changelog

Sourced from kafkajs's changelog.

[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

  • Fix consumer.seek when seeking on multiple partitions for the same topic #1378

[2.0.1] - 2022-05-23

Fixed

  • Fix members leaving the group after not being assigned any partitions #1362
  • Make REPLICA_NOT_AVAILABLE retriable #1351
  • Document admin.createTopics respecting cluster default partitions number and replication factor #1360
Commits
  • 46e56c9 Merge pull request #1467 from tulios/v2.2.2
  • 9352010 Bump version (v2.2.2) and update changelog
  • a963bd8 Merge pull request #1463 from sankalpbhatia/master
  • ca37eb5 Merge branch 'master' into master
  • 7d57406 Downgrade RoundRobinAssigner to version 0 so that MemberMetadata adheres to t...
  • 4abd8e4 Merge pull request #1461 from tulios/v2.2.1
  • 2bca3f9 Bump version (v2.2.1) and update changelog
  • b5db7ab Merge pull request #1459 from markgaylard/fix-custom-authenticator-types
  • 8816d9b fix saslAuthenticate parameter type definitions
  • fd28b46 Merge pull request #1450 from javigaralva/patch-3
  • 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[bot] commented 1 year ago

Superseded by #80.