v5.0.0
Notable changes
- Add support for tags using the new
IStatsDPublisherWithTags
interface - thanks @jgpayvision - Add support for sending metrics over TCP - thanks @firerain-fd
- Add TFM for
net6.0
. - Drop TFMs for
netstandard2.1
,netcoreapp2.1
andnet5.0
. - Mark assembly as native AoT compatible.
What's Changed
- Use GitHub action to update SDK by @martincostello in #295
- Rename default branch to main by @martincostello in #316
- Fix code coverage result upload by @martincostello in #317
- Tagging by @jgpayvision in #312
- Enable deterministic builds by @martincostello in #326
- Deterministics builds by @martincostello in #343
- .NET 6 support by @martincostello in #352
- Adopt file-scoped namespaces by @martincostello in #360
- Add GitHubActionsTestLogger by @martincostello in #366
- Delete stale.yml by @martincostello in #392
- Enable colour output from .NET CLI by @martincostello in #394
- Add package source mappings by @martincostello in #400
- Improve conditions in workflows by @martincostello in #421
- Improve commit messages by @martincostello in #458
- Add GitHub coverage summaries by @martincostello in #460
- Add PackageReadmeFile by @martincostello in #464
- PR automation and repo/workflow-hardening by @martincostello in #468
- .NET 8 preparation by @martincostello in #484
- Add security policy and OpenSSF Scorecard badge by @martincostello in #496
- Remove ExcludeByAttribute by @martincostello in #522
- Remove Moq by @martincostello in #531
- Use HTTPS for NuGet link by @martincostello in #544
- Add actionlint by @martincostello in #547
- Use actionlint Docker image by @martincostello in #559
- Use SHA-256 for checksums by @martincostello in #562
- Group xunit updates by @martincostello in #569
- Pin .NET SDK version by @martincostello in #575
- Configure allowed licences by @martincostello in #574
- Update to .NET 8 by @martincostello in #475
- Support AoT by @martincostello in #585
- Move tags to IStatsDPublisherWithTags by @martincostello in #416
- TCP protocol support. by @firerain-fd in #538
New Contributors
- @jgpayvision made their first contribution in #312
- @firerain-fd made their first contribution in #538
Full Changelog: v4.2.0...v5.0.0