Skip to content

8.0.0

Latest
Compare
Choose a tag to compare
@ogaca-dd ogaca-dd released this 27 Oct 10:38
· 11 commits to master since this release
832b411

Breaking changes

  • [FEATURE] Support sending counters and gauges with timestamp. See #185 and #188.
    These PRs add a default parameter to the methods of DogStatsdService, DogStatsd and IDogStatsd. They also remove params for tags in IDogStatsd.Decrement.

  • [COMPATIBILITY] Remove support for old frameworks. See #186.
    This PR updates the targeted frameworks from netstandard1.3;netstandard2.0;netstandard2.1;net45;net461 to net461;netstandard2.0;netcoreapp3.1;net6.0
    It means netstandard1.3 and net45 are not supported anymore.

  • [IMPROVEMENT] Add an exception handler. See #183 and #187.
    These PRs add a default parameter to DogStatsdService.Configure, DogStatsd.Configure and IDogStatsd.Configure

  • [IMPROVEMENT] Add a Flush method to IDogStatsd. See #182.
    This PR adds a new method to IDogStatsd.

Changes

  • [IMPROVEMENT] Setting up codescanning action. See #175.