Breaking changes
-
[FEATURE] Support sending counters and gauges with timestamp. See #185 and #188.
These PRs add a default parameter to the methods ofDogStatsdService
,DogStatsd
andIDogStatsd
. They also removeparams
fortags
inIDogStatsd.Decrement
. -
[COMPATIBILITY] Remove support for old frameworks. See #186.
This PR updates the targeted frameworks fromnetstandard1.3;netstandard2.0;netstandard2.1;net45;net461
tonet461;netstandard2.0;netcoreapp3.1;net6.0
It meansnetstandard1.3
andnet45
are not supported anymore. -
[IMPROVEMENT] Add an exception handler. See #183 and #187.
These PRs add a default parameter toDogStatsdService.Configure
,DogStatsd.Configure
andIDogStatsd.Configure
-
[IMPROVEMENT] Add a
Flush
method toIDogStatsd
. See #182.
This PR adds a new method toIDogStatsd
.
Changes
- [IMPROVEMENT] Setting up codescanning action. See #175.