diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-26 21:34:26 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-26 21:34:26 -0400 |
| commit | 507d53e6e8a0ab7ae31c7515cc64b0fb8e319a6d (patch) | |
| tree | 764513edb0f9de7c39258feb9fd79657c0920bb1 | |
| parent | 7870017918c76294ac6ec69829d25170cf54c245 (diff) | |
| download | x-507d53e6e8a0ab7ae31c7515cc64b0fb8e319a6d.tar.xz x-507d53e6e8a0ab7ae31c7515cc64b0fb8e319a6d.zip | |
ci(release): fix??????
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | CHANGELOG.md | 16 | ||||
| -rw-r--r-- | package-lock.json | 4 | ||||
| -rw-r--r-- | package.json | 7 |
3 files changed, 24 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b47f9..dc7afdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # [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-lock.json b/package-lock.json index 51ff2f4..c8414be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@xe/x", - "version": "1.13.6", + "version": "1.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@xe/x", - "version": "1.13.6", + "version": "1.14.0", "license": "CC0-1.0", "dependencies": { "@semantic-release/exec": "^7.0.3" diff --git a/package.json b/package.json index b709bfd..fe80524 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,11 @@ "@commitlint/config-conventional" ], "rules": { + "body-max-line-length": [ + 2, + "always", + 99999 + ], "footer-max-line-length": [ 2, "always", @@ -190,4 +195,4 @@ "dependencies": { "@semantic-release/exec": "^7.0.3" } -} +}
\ No newline at end of file |
