Skip to content

Commit

Permalink
release version 7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-zimmer-px committed Dec 21, 2023
1 parent f9e2bc8 commit f07cae2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ 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.X.X] - 2023-XX-XX
## [7.9.0] - 2023-12-21

### Added

- Support for header-based logger
- Added `sending_risk_timestamp` and `start_enforcer_timestamp` fields to enforcer activities.
- Added `risk_start_time` and `enforcer_start_time` fields to enforcer activities.

## [7.8.0] - 2023-05-16

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.8.0](https://www.npmjs.com/package/perimeterx-node-express)
> Latest stable version: [v7.9.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.8.0';
const MODULE_VERSION = 'NodeJS Module v7.9.0';
const MILLISECONDS_IN_MINUTE = 60000;

function parseCookies(req, res) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perimeterx-node-express",
"version": "7.8.0",
"version": "7.9.0",
"description": "PerimeterX Express.js middleware to monitor and block traffic according to PerimeterX risk score",
"main": "index.js",
"directories": {
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.8.0",
"version": "7.9.0",
"supported_features": [
"additional_activity_handler",
"advanced_blocking_response",
Expand Down

0 comments on commit f07cae2

Please sign in to comment.