Skip to content

Commit 38a59cd

Browse files
chore(release): 5.1.0 [skip ci]
# [5.1.0](v5.0.2...v5.1.0) (2024-05-21) ### Bug Fixes * commitlint ([2fac4aa](2fac4aa)) * upgrade autocannon from 7.12.0 to 7.14.0 ([3d07078](3d07078)) ### Features * **client:** add support for tags ([3c6a0de](3c6a0de)) * **client:** move tag serialization into constructor ([d1f4915](d1f4915)) * **client:** support simple tags ([8a753ff](8a753ff))
1 parent 2fac4aa commit 38a59cd

File tree

3 files changed

+41
-41
lines changed

3 files changed

+41
-41
lines changed

CHANGELOG.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,95 @@
1-
## [5.0.2](https://github.com/immobiliare/dats/compare/v5.0.1...v5.0.2) (2023-10-26)
1+
# [5.1.0](https://github.com/immobiliare/dats/compare/v5.0.2...v5.1.0) (2024-05-21)
2+
3+
### Bug Fixes
4+
5+
- commitlint ([2fac4aa](https://github.com/immobiliare/dats/commit/2fac4aa7bfe7b9363c3c897aa145c62f256c098a))
6+
- upgrade autocannon from 7.12.0 to 7.14.0 ([3d07078](https://github.com/immobiliare/dats/commit/3d070780567f8206e34ec266b93d652c60bc9da5))
7+
8+
### Features
9+
10+
- **client:** add support for tags ([3c6a0de](https://github.com/immobiliare/dats/commit/3c6a0de0eaf216020182eb54b2961d3106f888cd))
11+
- **client:** move tag serialization into constructor ([d1f4915](https://github.com/immobiliare/dats/commit/d1f4915631d3bb475f11108423baafc89ddbc24e))
12+
- **client:** support simple tags ([8a753ff](https://github.com/immobiliare/dats/commit/8a753ff717790397d48cbb2bc9c79eae48152059))
213

14+
## [5.0.2](https://github.com/immobiliare/dats/compare/v5.0.1...v5.0.2) (2023-10-26)
315

416
### Bug Fixes
517

6-
* release more architectures ([3a7f630](https://github.com/immobiliare/dats/commit/3a7f630efaa06b2ef16efa5840a590cf13cce26e))
18+
- release more architectures ([3a7f630](https://github.com/immobiliare/dats/commit/3a7f630efaa06b2ef16efa5840a590cf13cce26e))
719

820
## [5.0.1](https://github.com/immobiliare/dats/compare/v5.0.0...v5.0.1) (2023-10-03)
921

10-
1122
### Bug Fixes
1223

13-
* **cli:** added missing shebang ([57b2762](https://github.com/immobiliare/dats/commit/57b27626c046956e461fdf2cd5f7618d102e8fe4))
14-
* upgrade autocannon from 7.10.0 to 7.11.0 ([01b4d9d](https://github.com/immobiliare/dats/commit/01b4d9dd58275a2cb140429e5cf2e0c52ca8bac0))
15-
* upgrade autocannon from 7.11.0 to 7.12.0 ([48931ca](https://github.com/immobiliare/dats/commit/48931ca765a045974a029598edb8dbbf45cba693))
24+
- **cli:** added missing shebang ([57b2762](https://github.com/immobiliare/dats/commit/57b27626c046956e461fdf2cd5f7618d102e8fe4))
25+
- upgrade autocannon from 7.10.0 to 7.11.0 ([01b4d9d](https://github.com/immobiliare/dats/commit/01b4d9dd58275a2cb140429e5cf2e0c52ca8bac0))
26+
- upgrade autocannon from 7.11.0 to 7.12.0 ([48931ca](https://github.com/immobiliare/dats/commit/48931ca765a045974a029598edb8dbbf45cba693))
1627

1728
# [5.0.0](https://github.com/immobiliare/dats/compare/v4.1.0...v5.0.0) (2023-03-22)
1829

19-
2030
### Bug Fixes
2131

22-
* build remove .exe ([ef65194](https://github.com/immobiliare/dats/commit/ef6519463df5b0a6824cca3fb7e8ebdaf4099c7f))
23-
* **hostname:** fixed sanitize hostnames with multiple dots. ([4b3fa20](https://github.com/immobiliare/dats/commit/4b3fa20b1bf4bf797f637b9e0963346ecf7f1c9f))
24-
32+
- build remove .exe ([ef65194](https://github.com/immobiliare/dats/commit/ef6519463df5b0a6824cca3fb7e8ebdaf4099c7f))
33+
- **hostname:** fixed sanitize hostnames with multiple dots. ([4b3fa20](https://github.com/immobiliare/dats/commit/4b3fa20b1bf4bf797f637b9e0963346ecf7f1c9f))
2534

2635
### BREAKING CHANGES
2736

28-
* **hostname:** Now the Namespacing with Hostname feature 'myGrafanaNamespace.${hostname}' replace all the dots with `_`: now 'myGrafanaNamespace.custom_host_net', before
29-
'myGrafanaNamespace.custom_host.net'
37+
- **hostname:** Now the Namespacing with Hostname feature 'myGrafanaNamespace.${hostname}' replace all the dots with `_`: now 'myGrafanaNamespace.custom_host_net', before
38+
'myGrafanaNamespace.custom_host.net'
3039

3140
# [4.1.0](https://github.com/immobiliare/dats/compare/v4.0.0...v4.1.0) (2023-02-13)
3241

33-
3442
### Features
3543

36-
* **cli:** adds alpine distro ([b9c1252](https://github.com/immobiliare/dats/commit/b9c125229ed0d6942234954bfc03f47a20054dbc))
44+
- **cli:** adds alpine distro ([b9c1252](https://github.com/immobiliare/dats/commit/b9c125229ed0d6942234954bfc03f47a20054dbc))
3745

3846
# [4.0.0](https://github.com/immobiliare/dats/compare/v3.0.1...v4.0.0) (2023-02-08)
3947

40-
4148
### Bug Fixes
4249

43-
* --dry-run correct casing ([5de9798](https://github.com/immobiliare/dats/commit/5de9798cf67919f05af531e0b1c1ddddd903d51a))
44-
* invalid namespace when using prefix ([517309f](https://github.com/immobiliare/dats/commit/517309f47c8caa0a26b2cfcc8fb7e9b7de7ed1f6))
45-
* upgrade autocannon from 7.9.0 to 7.10.0 ([5a4df5e](https://github.com/immobiliare/dats/commit/5a4df5e6550febd35718309f943ce5c25ee44509))
46-
50+
- --dry-run correct casing ([5de9798](https://github.com/immobiliare/dats/commit/5de9798cf67919f05af531e0b1c1ddddd903d51a))
51+
- invalid namespace when using prefix ([517309f](https://github.com/immobiliare/dats/commit/517309f47c8caa0a26b2cfcc8fb7e9b7de7ed1f6))
52+
- upgrade autocannon from 7.9.0 to 7.10.0 ([5a4df5e](https://github.com/immobiliare/dats/commit/5a4df5e6550febd35718309f943ce5c25ee44509))
4753

4854
### Features
4955

50-
* .datsrc config file ([38588aa](https://github.com/immobiliare/dats/commit/38588aafdc70fb0b3000bf8c4894f134b8f22eaf))
51-
* pin node lts ([31b1cfe](https://github.com/immobiliare/dats/commit/31b1cfe389889ce2fc8317e7215f6e6211215af9))
52-
* use as a cli ([12d45bb](https://github.com/immobiliare/dats/commit/12d45bbe42635f8c929a5baa7998ec711394a165))
53-
56+
- .datsrc config file ([38588aa](https://github.com/immobiliare/dats/commit/38588aafdc70fb0b3000bf8c4894f134b8f22eaf))
57+
- pin node lts ([31b1cfe](https://github.com/immobiliare/dats/commit/31b1cfe389889ce2fc8317e7215f6e6211215af9))
58+
- use as a cli ([12d45bb](https://github.com/immobiliare/dats/commit/12d45bbe42635f8c929a5baa7998ec711394a165))
5459

5560
### BREAKING CHANGES
5661

57-
* Engine set to Node.js 18, the package may work with
58-
older version tho
62+
- Engine set to Node.js 18, the package may work with
63+
older version tho
5964

6065
# [4.0.0-next.3](https://github.com/immobiliare/dats/compare/v4.0.0-next.2...v4.0.0-next.3) (2023-01-31)
6166

62-
6367
### Bug Fixes
6468

65-
* --dry-run correct casing ([5de9798](https://github.com/immobiliare/dats/commit/5de9798cf67919f05af531e0b1c1ddddd903d51a))
69+
- --dry-run correct casing ([5de9798](https://github.com/immobiliare/dats/commit/5de9798cf67919f05af531e0b1c1ddddd903d51a))
6670

6771
# [4.0.0-next.2](https://github.com/immobiliare/dats/compare/v4.0.0-next.1...v4.0.0-next.2) (2023-01-31)
6872

69-
7073
### Bug Fixes
7174

72-
* invalid namespace when using prefix ([517309f](https://github.com/immobiliare/dats/commit/517309f47c8caa0a26b2cfcc8fb7e9b7de7ed1f6))
75+
- invalid namespace when using prefix ([517309f](https://github.com/immobiliare/dats/commit/517309f47c8caa0a26b2cfcc8fb7e9b7de7ed1f6))
7376

7477
# [4.0.0-next.1](https://github.com/immobiliare/dats/compare/v3.0.1...v4.0.0-next.1) (2023-01-30)
7578

76-
7779
### Bug Fixes
7880

79-
* upgrade autocannon from 7.9.0 to 7.10.0 ([5a4df5e](https://github.com/immobiliare/dats/commit/5a4df5e6550febd35718309f943ce5c25ee44509))
80-
81+
- upgrade autocannon from 7.9.0 to 7.10.0 ([5a4df5e](https://github.com/immobiliare/dats/commit/5a4df5e6550febd35718309f943ce5c25ee44509))
8182

8283
### Features
8384

84-
* .datsrc config file ([38588aa](https://github.com/immobiliare/dats/commit/38588aafdc70fb0b3000bf8c4894f134b8f22eaf))
85-
* pin node lts ([31b1cfe](https://github.com/immobiliare/dats/commit/31b1cfe389889ce2fc8317e7215f6e6211215af9))
86-
* use as a cli ([12d45bb](https://github.com/immobiliare/dats/commit/12d45bbe42635f8c929a5baa7998ec711394a165))
87-
85+
- .datsrc config file ([38588aa](https://github.com/immobiliare/dats/commit/38588aafdc70fb0b3000bf8c4894f134b8f22eaf))
86+
- pin node lts ([31b1cfe](https://github.com/immobiliare/dats/commit/31b1cfe389889ce2fc8317e7215f6e6211215af9))
87+
- use as a cli ([12d45bb](https://github.com/immobiliare/dats/commit/12d45bbe42635f8c929a5baa7998ec711394a165))
8888

8989
### BREAKING CHANGES
9090

91-
* Engine set to Node.js 18, the package may work with
92-
older version tho
91+
- Engine set to Node.js 18, the package may work with
92+
older version tho
9393

9494
## [3.0.1](https://github.com/immobiliare/dats/compare/v3.0.0...v3.0.1) (2022-06-06)
9595

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": "5.0.2",
3+
"version": "5.1.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)