Skip to content

Releases: seanpianka/tracing-layer-slack-discord

v0.6.1

20 Jul 22:26
Compare
Choose a tag to compare

[0.6.1] - 2023-07-20
Fixed
Handle network failures in message delivery with retry and exponential backoff

v0.6.0

17 May 00:06
Compare
Choose a tag to compare

Added

  • Messages are now formatted with Slack's Block Kit by default. This can be disabled by disabling the default features so that blocks is not enabled.
  • Reduced the size of each message and added emojis.
  • Added feature flags for enabling gzip compression in reqwest and controlling the usage of native-tls versus rustls.

v0.5.1

09 Mar 07:09
Compare
Choose a tag to compare

Added

  • Filter messages sent to Slack by their level. Offers optional control over messages sent to Slack, independent of the tracing subscriber's current logging level.

v0.5.0

07 Mar 21:30
Compare
Choose a tag to compare

Added

  • Remove all configuration except webhook URL, as Slack Apps control all configuration centrally now (and custom integrations are deprecated)

Documentation

  • Add example for filtering traces from being sent to Slack by the content of their messages

v0.4.0

28 Oct 00:43
Compare
Choose a tag to compare

[0.4.0] - 2021-10-27

Added

  • Upgrade to tracing-subscriber and tracing-bunyan-formatter 0.3

Documentation

  • Updated docs.rs URLs to dependencies in README.md

v0.3.1

27 Oct 21:36
Compare
Choose a tag to compare

[0.3.1] - 2021-08-17

Documentation

  • Added documentation for all public items