Skip to content

Commit

Permalink
Merge pull request #189 from DataDog/olivierg/prepare-release-8.0.0
Browse files Browse the repository at this point in the history
Update the changelog and increment version
  • Loading branch information
ogaca-dd authored Oct 26, 2022
2 parents 536a9fc + 46d6bfd commit 832b411
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
CHANGELOG
=========

# 8.0.0 / 10-26-2022
## 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][].


# 7.0.1 / 06-28-2022
## Changes
* [BUGFIX] Don't throw an exception when the size of the metric exceeds the internal buffer capacity. See [#178][].
Expand Down Expand Up @@ -241,7 +262,14 @@ DogStatsD-CSharp-Client `2.2.1` is the last version to support .NET Framework 3.
[#170]: https://github.com/DataDog/dogstatsd-csharp-client/issues/170
[#171]: https://github.com/DataDog/dogstatsd-csharp-client/issues/171
[#172]: https://github.com/DataDog/dogstatsd-csharp-client/issues/172
[#175]: https://github.com/DataDog/dogstatsd-csharp-client/issues/175
[#178]: https://github.com/DataDog/dogstatsd-csharp-client/issues/178
[#182]: https://github.com/DataDog/dogstatsd-csharp-client/issues/182
[#183]: https://github.com/DataDog/dogstatsd-csharp-client/issues/183
[#185]: https://github.com/DataDog/dogstatsd-csharp-client/issues/185
[#186]: https://github.com/DataDog/dogstatsd-csharp-client/issues/186
[#187]: https://github.com/DataDog/dogstatsd-csharp-client/issues/187
[#188]: https://github.com/DataDog/dogstatsd-csharp-client/issues/188
[@DanielVukelich]: https://github.com/DanielVukelich
[@albertofem]: https://github.com/albertofem
[@alistair]: https://github.com/alistair
Expand Down
4 changes: 2 additions & 2 deletions src/StatsdClient/StatsdClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Description>A DogStatsD client for C#. DogStatsD is an extension of the StatsD metric server for use with Datadog. For more information visit http://datadoghq.com.</Description>
<Authors>Datadog</Authors>
<TargetFrameworks>net461;netstandard2.0;netcoreapp3.1;net6.0</TargetFrameworks>
<PackageVersion>7.0.1</PackageVersion>
<Version>7.0.0</Version>
<PackageVersion>8.0.0</PackageVersion>
<Version>8.0.0</Version>
<PackageLicenseUrl>https://github.com/DataDog/dogstatsd-csharp-client/blob/master/MIT-LICENCE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/DataDog/dogstatsd-csharp-client</PackageProjectUrl>
<SignAssembly>true</SignAssembly>
Expand Down

0 comments on commit 832b411

Please sign in to comment.