Releases: apple/swift-statsd-client
Releases · apple/swift-statsd-client
1.1.0
Bumped the minimum Swift tools version to 5.9.
What's Changed
SemVer Minor
- Migrate to GitHub Actions by @rnro in #48
- Enable strict concurrency by @czechboy0 in #49
Other Changes
- Update release.yml by @FranzBusch in #50
New Contributors
- @FranzBusch made their first contribution in #46
- @lamtrinhdev made their first contribution in #47
- @rnro made their first contribution in #48
- @czechboy0 made their first contribution in #49
Full Changelog: 1.0.1...1.1.0
1.0.1 Release
What's Changed
- Update README.md by @hassila in #35
- DocC setup by @yim-lee in #36
- Allow client to send metrics to IPV6 addresses by @Palleas in #40
- Address deprecation warnings by @Palleas in #41
New Contributors
- @hassila made their first contribution in #35
- @yim-lee made their first contribution in #37
- @Palleas made their first contribution in #40
Full Changelog: 1.0.0...1.0.1
1.0.0 release
First 1.0 release
1.0.0-alpha.4
Introduces MetricNameSanitizer
and enables it by default, allowing statsd-client to be used directly with Vapor apps (as their metric labels may include :
which was causing trouble).
See #21 for details.
1.0.0-alpha.3
3rd alpha release, fixes important issue with connection leak #14
1.0.0-alpha.2
second alpha release
1.0.0-alpha.1
first alpha release