diff options
| author | semantic-release-bot <semantic-release-bot@martynus.net> | 2025-04-26 21:35:37 -0400 |
|---|---|---|
| committer | semantic-release-bot <semantic-release-bot@martynus.net> | 2025-04-26 21:35:37 -0400 |
| commit | 1bac68968c5b13a1655944827355fce282be2723 (patch) | |
| tree | 8e4f4d36e88224a2077b7d436fc4eeac829cf2b5 | |
| parent | 507d53e6e8a0ab7ae31c7515cc64b0fb8e319a6d (diff) | |
| download | x-1bac68968c5b13a1655944827355fce282be2723.tar.xz x-1bac68968c5b13a1655944827355fce282be2723.zip | |
chore(release): 1.14.0 [skip ci]v1.14.0
# [1.14.0](https://github.com/Xe/x/compare/v1.13.6...v1.14.0) (2025-04-27)
### Bug Fixes
* **relayd:** disable TCP fingerprinting on Linux for now ([6aa26b7](https://github.com/Xe/x/commit/6aa26b7defa02515fcc8473b8c8603e5fbe45f3f))
* **relayd:** rename HTTP headers for fingerprints ([b64f843](https://github.com/Xe/x/commit/b64f8430190d0a49f8ec6a105e2978714342dd3e))
### Features
* **anubis:** replace with tombstone ([929e2de](https://github.com/Xe/x/commit/929e2debb8b9a63c44e3bb02387a6774821ccb99))
* cmd/aws-secgen for generating fake AWS secrets ([7b8662a](https://github.com/Xe/x/commit/7b8662a0a877fd708afc679b4898e0a54343fe7a))
* **relayd:** add standard reverse proxy headers ([33ebd25](https://github.com/Xe/x/commit/33ebd254071288ae5925b39cc59c3aba67cce499))
* **relayd:** ja4t fingerprinting ([8ecbe6f](https://github.com/Xe/x/commit/8ecbe6f42e0eed79e899178570690aab1ce67c3f))
Signed-Off-By: Mimi Yasomi <mimi@techaro.lol>
| -rw-r--r-- | CHANGELOG.md | 16 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dc7afdf..039b48d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,22 @@ # [1.14.0](https://github.com/Xe/x/compare/v1.13.6...v1.14.0) (2025-04-27) + +### Bug Fixes + +* **relayd:** disable TCP fingerprinting on Linux for now ([6aa26b7](https://github.com/Xe/x/commit/6aa26b7defa02515fcc8473b8c8603e5fbe45f3f)) +* **relayd:** rename HTTP headers for fingerprints ([b64f843](https://github.com/Xe/x/commit/b64f8430190d0a49f8ec6a105e2978714342dd3e)) + + +### Features + +* **anubis:** replace with tombstone ([929e2de](https://github.com/Xe/x/commit/929e2debb8b9a63c44e3bb02387a6774821ccb99)) +* cmd/aws-secgen for generating fake AWS secrets ([7b8662a](https://github.com/Xe/x/commit/7b8662a0a877fd708afc679b4898e0a54343fe7a)) +* **relayd:** add standard reverse proxy headers ([33ebd25](https://github.com/Xe/x/commit/33ebd254071288ae5925b39cc59c3aba67cce499)) +* **relayd:** ja4t fingerprinting ([8ecbe6f](https://github.com/Xe/x/commit/8ecbe6f42e0eed79e899178570690aab1ce67c3f)) + +# [1.14.0](https://github.com/Xe/x/compare/v1.13.6...v1.14.0) (2025-04-27) + ### Bug Fixes - **relayd:** disable TCP fingerprinting on Linux for now ([6aa26b7](https://github.com/Xe/x/commit/6aa26b7defa02515fcc8473b8c8603e5fbe45f3f)) diff --git a/package.json b/package.json index fe80524..de15d45 100644 --- a/package.json +++ b/package.json @@ -195,4 +195,4 @@ "dependencies": { "@semantic-release/exec": "^7.0.3" } -}
\ No newline at end of file +} |
