Skip to content

v5.0.1 / 2021.04.09

Choose a tag to compare

@remeh remeh released this 09 Apr 07:40
· 245 commits to master since this release
v5.0.1
50dd3e7
  • [OTHER] Re-introduce a Statsd#batch method to help with compatibility with v4.x versions. #176 by @remeh
    • It is deprecated and will be removed in v6.x
    • It does not have the exact same behavior as the batch method from v4.x versions since the flush could now automatically occur while the batch block is executed if the buffer has been filled.
  • [BUGFIX] Safely close concurrent resources on Sender #175 by @marcotc