Skip to content

Release v0.200.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 23:39

[0.200.0] - 2024-09-13

Added

  • Added first integration of Prometheus metrics starting with Outbox
  • Added --metrics CLI flag that will dump metrics into a file after command execution

Changed

  • Telemetry improvements:
    • Improved data collected around transactional code
    • Revised associating span objects with large JSON structures such as messages
    • Suppressed several noisy, but not very useful events
  • Improved Outbox stability when message consumers fail
  • Similarly, Task Executor keeps executing next tasks in case running a task results in an internal error