Changelog.md 466 B

Changelog

0.2 (xx-xxx-2022)

  • [feature] Introduce transmit() method which has similar to send() method arguments, except that the subject message is always put into the queue; in the cases, where queue is full, the most outdated message is silently replaced.

  • [feature] Add ROTOR_LIGHT_QUEUE_SZ build option, which allows to measure maximum amount of messages in queue; mostly useful during development

0.1 (07-Sep-2022)

  • initial version