|
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)) |
2 | 13 |
|
| 14 | +## [5.0.2](https://github.com/immobiliare/dats/compare/v5.0.1...v5.0.2) (2023-10-26) |
3 | 15 |
|
4 | 16 | ### Bug Fixes |
5 | 17 |
|
6 | | -* release more architectures ([3a7f630](https://github.com/immobiliare/dats/commit/3a7f630efaa06b2ef16efa5840a590cf13cce26e)) |
| 18 | +- release more architectures ([3a7f630](https://github.com/immobiliare/dats/commit/3a7f630efaa06b2ef16efa5840a590cf13cce26e)) |
7 | 19 |
|
8 | 20 | ## [5.0.1](https://github.com/immobiliare/dats/compare/v5.0.0...v5.0.1) (2023-10-03) |
9 | 21 |
|
10 | | - |
11 | 22 | ### Bug Fixes |
12 | 23 |
|
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)) |
16 | 27 |
|
17 | 28 | # [5.0.0](https://github.com/immobiliare/dats/compare/v4.1.0...v5.0.0) (2023-03-22) |
18 | 29 |
|
19 | | - |
20 | 30 | ### Bug Fixes |
21 | 31 |
|
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)) |
25 | 34 |
|
26 | 35 | ### BREAKING CHANGES |
27 | 36 |
|
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' |
30 | 39 |
|
31 | 40 | # [4.1.0](https://github.com/immobiliare/dats/compare/v4.0.0...v4.1.0) (2023-02-13) |
32 | 41 |
|
33 | | - |
34 | 42 | ### Features |
35 | 43 |
|
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)) |
37 | 45 |
|
38 | 46 | # [4.0.0](https://github.com/immobiliare/dats/compare/v3.0.1...v4.0.0) (2023-02-08) |
39 | 47 |
|
40 | | - |
41 | 48 | ### Bug Fixes |
42 | 49 |
|
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)) |
47 | 53 |
|
48 | 54 | ### Features |
49 | 55 |
|
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)) |
54 | 59 |
|
55 | 60 | ### BREAKING CHANGES |
56 | 61 |
|
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 |
59 | 64 |
|
60 | 65 | # [4.0.0-next.3](https://github.com/immobiliare/dats/compare/v4.0.0-next.2...v4.0.0-next.3) (2023-01-31) |
61 | 66 |
|
62 | | - |
63 | 67 | ### Bug Fixes |
64 | 68 |
|
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)) |
66 | 70 |
|
67 | 71 | # [4.0.0-next.2](https://github.com/immobiliare/dats/compare/v4.0.0-next.1...v4.0.0-next.2) (2023-01-31) |
68 | 72 |
|
69 | | - |
70 | 73 | ### Bug Fixes |
71 | 74 |
|
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)) |
73 | 76 |
|
74 | 77 | # [4.0.0-next.1](https://github.com/immobiliare/dats/compare/v3.0.1...v4.0.0-next.1) (2023-01-30) |
75 | 78 |
|
76 | | - |
77 | 79 | ### Bug Fixes |
78 | 80 |
|
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)) |
81 | 82 |
|
82 | 83 | ### Features |
83 | 84 |
|
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)) |
88 | 88 |
|
89 | 89 | ### BREAKING CHANGES |
90 | 90 |
|
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 |
93 | 93 |
|
94 | 94 | ## [3.0.1](https://github.com/immobiliare/dats/compare/v3.0.0...v3.0.1) (2022-06-06) |
95 | 95 |
|
|
0 commit comments