Skip to content

Commit a45dd54

Browse files
authored
chore(main): release 0.0.8
1 parent 8d0322c commit a45dd54

2 files changed

Lines changed: 67 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.7"
2+
".": "0.0.8"
33
}

CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,71 @@
11
# Changelog
22

3+
## [0.0.8](https://github.com/eleboucher/mktxp/compare/0.0.7...0.0.8) (2026-05-16)
4+
5+
6+
### Features
7+
8+
* add dhcpv6 support ([fdfc360](https://github.com/eleboucher/mktxp/commit/fdfc360a9f092dea6ab9865dbfaa6410980fd989))
9+
* add missing collectors ([76f86fd](https://github.com/eleboucher/mktxp/commit/76f86fd703acf1a25231c75672cbe1421b1742ed))
10+
* add missing metrics ([c0a23dc](https://github.com/eleboucher/mktxp/commit/c0a23dcab191c58c29e6f8d4f422278e5be4f664))
11+
* allow routers settings to be override by env var ([b41a3c1](https://github.com/eleboucher/mktxp/commit/b41a3c114257fcbd88e81bceedd1dec531677cfd))
12+
* apply overengineer optimization for memory and cpu ([19b87f5](https://github.com/eleboucher/mktxp/commit/19b87f549771284c8784038527ca74367b40273f))
13+
* merge health and hw_health ([87e7644](https://github.com/eleboucher/mktxp/commit/87e764476bd4bf466294727cdbc783407f9ae429))
14+
* properly handle bandwidth ([4df1a68](https://github.com/eleboucher/mktxp/commit/4df1a6844b7a94de8ed3867e971b17e08c0c019c))
15+
* remove duplicated metrics ([0ce2ed3](https://github.com/eleboucher/mktxp/commit/0ce2ed39380998a353e8313f00d7c02ee8ac4d97))
16+
* rewrite mktxp in golang ([523359e](https://github.com/eleboucher/mktxp/commit/523359ed958f1667434829148c31d27290c86ba5))
17+
* **speedtest:** use github.com/showwin/speedtest-go ([2af5808](https://github.com/eleboucher/mktxp/commit/2af5808e0cc87e246817523ebb87edcbc787c4c4))
18+
* use counter where it's accumulating data ([b70afb8](https://github.com/eleboucher/mktxp/commit/b70afb89ec063bfbf00d4af0a07bd4a164f77669))
19+
* use header for scrape timeout ([b7b603d](https://github.com/eleboucher/mktxp/commit/b7b603daafddb8c001c0eec8041c96c51fccf313))
20+
* use semaphore to handle concurrency ([98466ad](https://github.com/eleboucher/mktxp/commit/98466adfcd0c70272177f94a95402b2b15cbe370))
21+
22+
23+
### Bug Fixes
24+
25+
* **ci:** fix build and release ci ([edb8b45](https://github.com/eleboucher/mktxp/commit/edb8b4545f0dd3bfe9f84e124d2af84daf6aaa4a))
26+
* **ci:** update golangci lint version ([fd67825](https://github.com/eleboucher/mktxp/commit/fd67825e611d86da9de7ec3c932ca2fde88805d7))
27+
* clean duplicated labels ([f91adf5](https://github.com/eleboucher/mktxp/commit/f91adf5ffe188eb10d45205584b00694de131208))
28+
* correctly handle client mutex to avoid deadlock ([e30881f](https://github.com/eleboucher/mktxp/commit/e30881ffaf5101e8afc3cc5df604a8f11b2cafe3))
29+
* fix lint ([e4f1f03](https://github.com/eleboucher/mktxp/commit/e4f1f03accb42a454477b50293c1da64cc7defa7))
30+
* fix lint ([2ed3673](https://github.com/eleboucher/mktxp/commit/2ed36734088d5d42ec827e3203f96955bfa03a1d))
31+
* fix the tests ([e6a0e28](https://github.com/eleboucher/mktxp/commit/e6a0e2847a945604dcf9bed2c7d938a3197fc299))
32+
* fix typo in metrics declaration ([84b0e30](https://github.com/eleboucher/mktxp/commit/84b0e30ab6bc3e051e435d890ec319361821cac9))
33+
* handle missing configuration ([8391b98](https://github.com/eleboucher/mktxp/commit/8391b98a91799607bcd72a199b3cc3fe109897b8))
34+
* rename label correctly ([001e632](https://github.com/eleboucher/mktxp/commit/001e632123fcfe0cf5f44602db8be284b180342a))
35+
36+
37+
### Documentation
38+
39+
* update readme with the latest feature ([ed26716](https://github.com/eleboucher/mktxp/commit/ed267166aaafe7475bc575bfc6a914932def78b1))
40+
41+
42+
### Miscellaneous Chores
43+
44+
* clean up ([170356a](https://github.com/eleboucher/mktxp/commit/170356ac5925a3b9273a777a3ca8878830faecc6))
45+
* delete unecessary config ([6899ba2](https://github.com/eleboucher/mktxp/commit/6899ba297ead4d6505114d1ec3347a4287a3d1f9))
46+
* **deps:** update all non-major dependencies ([#17](https://github.com/eleboucher/mktxp/issues/17)) ([0155326](https://github.com/eleboucher/mktxp/commit/01553260fe71c0d4f1f0ae81be3214f3d064a72f))
47+
* **deps:** update docker/build-push-action action to v7 ([#12](https://github.com/eleboucher/mktxp/issues/12)) ([79fa627](https://github.com/eleboucher/mktxp/commit/79fa6277688dccacbe8b7fa2af943f565b94908c))
48+
* **deps:** update docker/metadata-action action to v6 ([#7](https://github.com/eleboucher/mktxp/issues/7)) ([f9ffcc9](https://github.com/eleboucher/mktxp/commit/f9ffcc9c0f7b926689b6f3b928190689b48ea631))
49+
* **deps:** update googleapis/release-please-action action to v5 ([3d8517f](https://github.com/eleboucher/mktxp/commit/3d8517fcae6882bf121a5b406b88378bfe01d440))
50+
* **errors:** correctly handle error ([0d99056](https://github.com/eleboucher/mktxp/commit/0d990566e50844d947d7791c99c128b9cd433060))
51+
* handle prometheus error better ([a3cef6a](https://github.com/eleboucher/mktxp/commit/a3cef6a2ed3c0b38cb16c9c3fa5d9ab363aa3bd1))
52+
* improve bandwidth concurrency ([906ac3b](https://github.com/eleboucher/mktxp/commit/906ac3bb3254e3f57f40c55b9fabf4f2454acd6e))
53+
* improve env handling ([6010b6c](https://github.com/eleboucher/mktxp/commit/6010b6c551f48e39376dd4be607c759a4cf71890))
54+
* improve logging in case of insecure connection ([098457f](https://github.com/eleboucher/mktxp/commit/098457f8ab81560d891fcfa46eeaecc72369b2ca))
55+
* **main:** release 0.0.1 ([#1](https://github.com/eleboucher/mktxp/issues/1)) ([4d26fe8](https://github.com/eleboucher/mktxp/commit/4d26fe8d35934768123bfaf85a034a96f1e4b078))
56+
* **main:** release 0.0.2 ([#9](https://github.com/eleboucher/mktxp/issues/9)) ([0d1931d](https://github.com/eleboucher/mktxp/commit/0d1931d7631d3cf2e913e23d3bec5e955d7d2894))
57+
* **main:** release 0.0.3 ([#10](https://github.com/eleboucher/mktxp/issues/10)) ([d56d8b6](https://github.com/eleboucher/mktxp/commit/d56d8b672b552f3ed60b80667052bec08d766ae8))
58+
* **main:** release 0.0.4 ([#11](https://github.com/eleboucher/mktxp/issues/11)) ([a4df197](https://github.com/eleboucher/mktxp/commit/a4df1972cf54389370833499ee77f649ca896060))
59+
* **main:** release 0.0.5 ([#15](https://github.com/eleboucher/mktxp/issues/15)) ([b10addc](https://github.com/eleboucher/mktxp/commit/b10addca50cf8446da9be547fad8e537946d4671))
60+
* **main:** release 0.0.6 ([#16](https://github.com/eleboucher/mktxp/issues/16)) ([85c3316](https://github.com/eleboucher/mktxp/commit/85c33162710f5997190f6141b42f163f8d29d70c))
61+
* **main:** release 0.0.7 ([#21](https://github.com/eleboucher/mktxp/issues/21)) ([8d0322c](https://github.com/eleboucher/mktxp/commit/8d0322c29bb2fd05a4f806048c45e45a1cfea7c2))
62+
63+
64+
### Code Refactoring
65+
66+
* refactor config ([6545b9f](https://github.com/eleboucher/mktxp/commit/6545b9f94a1cb9619d70e4edca90a7194d30b139))
67+
* rewrite the collector to be clean ([5f947c8](https://github.com/eleboucher/mktxp/commit/5f947c86efb56a9a59ac9048664c4037a62c6d6e))
68+
369
## [0.0.7](https://github.com/eleboucher/mktxp/compare/0.0.6...0.0.7) (2026-05-16)
470

571

0 commit comments

Comments
 (0)