Skip to content

Commit

Permalink
Merge pull request #160 from PerimeterX/release/v7.8.0
Browse files Browse the repository at this point in the history
Release/v7.8.0
  • Loading branch information
DanBezalelpx authored May 16, 2023
2 parents 72e25a7 + 778e829 commit 145befc
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [7.8.0] - 2023-05-16

### Changed

- Custom cookie header is processed in addition to (not instead of) default cookie header
- Custom cookie header default value has been set to x-px-cookies

### Added

- Added PXHD from risk response to the async activities

## [7.7.1] - 2023-03-28

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# [PerimeterX](http://www.perimeterx.com) Express.js Middleware

> Latest stable version: [v7.7.1](https://www.npmjs.com/package/perimeterx-node-express)
> Latest stable version: [v7.8.0](https://www.npmjs.com/package/perimeterx-node-express)
## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion lib/pxenforcer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { PxEnforcer, PxCdFirstParty } = require('perimeterx-node-core');
const PxExpressClient = require('./pxclient');
const PxCdEnforcer = require('./pxcdenforcer');

const MODULE_VERSION = 'NodeJS Module v7.7.1';
const MODULE_VERSION = 'NodeJS Module v7.8.0';
const MILLISECONDS_IN_MINUTE = 60000;

function parseCookies(req, res) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perimeterx-node-express",
"version": "7.7.1",
"version": "7.8.0",
"description": "PerimeterX Express.js middleware to monitor and block traffic according to PerimeterX risk score",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"axios": "^0.21.1",
"cookie-parser": "^1.4.1",
"perimeterx-node-core": "^3.10.1"
"perimeterx-node-core": "^3.11.0"
},
"devDependencies": {
"chai": "^4.3.6",
Expand Down
2 changes: 1 addition & 1 deletion px_metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.7.1",
"version": "7.8.0",
"supported_features": [
"additional_activity_handler",
"advanced_blocking_response",
Expand Down

0 comments on commit 145befc

Please sign in to comment.