Skip to content

Commit da37a94

Browse files
authored
Merge pull request #333 from PerimeterX/release/v7.3.2
v7.3.2
2 parents 9a637ea + 5f70a54 commit da37a94

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88

9+
## [7.3.2] - 2024-07-17
10+
### Fixed
11+
- Fix rate_limit code
12+
13+
914
## [7.3.1] - 2024-07-17
1015
### Changed
1116
- Remove lua-resty-nettle version restriction

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# [PerimeterX](http://www.perimeterx.com) NGINX Lua Plugin
44

5-
> Latest stable version: [v7.3.1](https://luarocks.org/modules/bendpx/perimeterx-nginx-plugin/7.3.1-1)
5+
> Latest stable version: [v7.3.2](https://luarocks.org/modules/bendpx/perimeterx-nginx-plugin/7.3.2-1)
66
77
## [Introduction](#introduction)
88

lib/px/utils/pxconstants.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
----------------------------------------------
44

55
local _M = {
6-
MODULE_VERSION = "NGINX Module v7.3.1",
6+
MODULE_VERSION = "NGINX Module v7.3.2",
77
RISK_PATH = "/api/v3/risk",
88
CAPTCHA_PATH = "/api/v2/risk/captcha",
99
ACTIVITIES_PATH = "/api/v1/collector/s2s",

perimeterx-nginx-plugin-7.3.1-1.rockspec renamed to perimeterx-nginx-plugin-7.3.2-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "perimeterx-nginx-plugin"
2-
version = "7.3.1-1"
2+
version = "7.3.2-1"
33
source = {
44
url = "git+https://github.com/PerimeterX/perimeterx-nginx-plugin.git",
5-
tag = "v7.3.1",
5+
tag = "v7.3.2",
66
}
77
description = {
88
summary = "PerimeterX NGINX Lua Middleware.",

px_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"module_name" : "NGINX Module",
3-
"version": "7.3.1",
3+
"version": "7.3.2",
44
"spec_version" : "1.0.0",
55
"supported_features": [
66
"advanced_blocking_response",

0 commit comments

Comments
 (0)