diff --git a/CHANGELOG.md b/CHANGELOG.md index e306345..25529dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Support for header-based logger - Added `risk_start_time` and `enforcer_start_time` fields to enforcer activities. +- Added `failOnEmptyBody` flag for `callServer` to specify weather or not a request should fail if it has no body. +- Updated the configuration of PX first-party requests to include a connection timeout + +### Changed +- Updated the captcha template to handle empty captcha responses ## [7.8.0] - 2023-05-16 diff --git a/package.json b/package.json index 2726860..036bdeb 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "axios": "^0.21.1", "cookie-parser": "^1.4.1", - "perimeterx-node-core": "^3.12.0" + "perimeterx-node-core": "^3.13.0" }, "devDependencies": { "chai": "^4.3.6",