Skip to content

Latest commit

 

History

History
44 lines (20 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

44 lines (20 loc) · 2.07 KB

0.2.0 (2023-10-09)

Features

  • patch new aedes.wrapDeliveryFunc to correctly modify delivery function (44cbaef)

Bug Fixes

  • introduce middleware in aedes to patch delivery function at init or runtime (d790cad)
  • make broker URL retrieval method safer (12482fd)
  • solve review issues (5d83cf2)
  • update aedes patched types (ad3c224)

Test added

  • add script and config to run aedes tests with intrumentation lib (0f7170a)
  • duplicate and patch original aedes tests (52e9685)

Chores

0.1.1 (2023-09-26)

Bug Fixes

  • correctly create and close spans when no client is defined in Aedes methods (961db1a)

Test added

  • ensure broker.subscribe can be used by consumer (15de1a4)

Chores

  • add changelog generator (8970b43)