chore: add changelog entry

This commit is contained in:
Andrew Mayorov 2023-05-30 22:21:52 +03:00
parent 26819a647c
commit 42a4c0200d
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
The MQTT bridge has been enhanced to utilize connection pooling and leverage available parallelism, substantially improving throughput.
As a consequence, single MQTT bridge now uses a pool of `clientid`s to connect to the remote broker.