Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 2.87 KB

CHANGELOG.md

File metadata and controls

36 lines (25 loc) · 2.87 KB

Changelog

3.0.0 - 2020-03-12

2.0.2 - 2019-06-03

2.0.1 - 2019-05-08

2.0.0 - 2019-05-02

1.0.1 - 2019-03-20

1.0.0 - 2019-03-13

Code breaking

Improvements

0.1.1 - 2019-03-12

Improvements

  • #8: Improvement: allow reusing code from this library to inject & extract tracing info
  • #11: Support for tracing other AmqpTemplate send methods @sudr to AMQP messages when application doesn't have RabbitTemplate bean @atsu85
  • #15: Enhance RabbitMqSendTracingAspect to support convertAndSend with routingKey,message,messagePostProcessor,correlationData arguments @sudr
  • #18: Rename span.kind to produce/consumer @ask4gilles