Skip to content

Commit a82f4ae

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.1.0...v5.0.0) (2023-03-22) ### Bug Fixes * build remove .exe ([ef65194](ef65194)) * **hostname:** fixed sanitize hostnames with multiple dots. ([4b3fa20](4b3fa20)) ### BREAKING CHANGES * **hostname:** Now the Namespacing with Hostname feature 'myGrafanaNamespace.${hostname}' replace all the dots with `_`: now 'myGrafanaNamespace.custom_host_net', before 'myGrafanaNamespace.custom_host.net'
1 parent 3011043 commit a82f4ae

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [5.0.0](https://github.com/immobiliare/dats/compare/v4.1.0...v5.0.0) (2023-03-22)
2+
3+
4+
### Bug Fixes
5+
6+
* build remove .exe ([ef65194](https://github.com/immobiliare/dats/commit/ef6519463df5b0a6824cca3fb7e8ebdaf4099c7f))
7+
* **hostname:** fixed sanitize hostnames with multiple dots. ([4b3fa20](https://github.com/immobiliare/dats/commit/4b3fa20b1bf4bf797f637b9e0963346ecf7f1c9f))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* **hostname:** Now the Namespacing with Hostname feature 'myGrafanaNamespace.${hostname}' replace all the dots with `_`: now 'myGrafanaNamespace.custom_host_net', before
13+
'myGrafanaNamespace.custom_host.net'
14+
115
# [4.1.0](https://github.com/immobiliare/dats/compare/v4.0.0...v4.1.0) (2023-02-13)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@immobiliarelabs/dats",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "Minimalistic zero-dependencies UDP/TCP statsd client for Node.js",
55
"bin": {
66
"dats": "./dist/dats-cli.js"

0 commit comments

Comments
 (0)