Skip to content

Commit

Permalink
v7.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzard committed Jul 19, 2024
1 parent 2154f66 commit 8872edb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [7.3.3] - 2024-07-19
### Fixed
- Fix rate_limit code for JSON responses


## [7.3.2] - 2024-07-17
### Fixed
- Fix rate_limit code
Expand All @@ -23,7 +28,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- CORS support
- Set X-PX-COOKIES as the default custom cookie name
- _M.px_login_creds_settings configuration, to allow specify CI settings in Lua configuration file
- `_M.px_login_creds_settings` configuration, to allow specify CI settings in Lua configuration file

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

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

> Latest stable version: [v7.3.2](https://luarocks.org/modules/bendpx/perimeterx-nginx-plugin/7.3.2-1)
> Latest stable version: [v7.3.3](https://luarocks.org/modules/bendpx/perimeterx-nginx-plugin/7.3.3-1)
## [Introduction](#introduction)

Expand Down
2 changes: 1 addition & 1 deletion lib/px/utils/pxconstants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
----------------------------------------------

local _M = {
MODULE_VERSION = "NGINX Module v7.3.2",
MODULE_VERSION = "NGINX Module v7.3.3",
RISK_PATH = "/api/v3/risk",
CAPTCHA_PATH = "/api/v2/risk/captcha",
ACTIVITIES_PATH = "/api/v1/collector/s2s",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "perimeterx-nginx-plugin"
version = "7.3.2-1"
version = "7.3.3-1"
source = {
url = "git+https://github.com/PerimeterX/perimeterx-nginx-plugin.git",
tag = "v7.3.2",
tag = "v7.3.3",
}
description = {
summary = "PerimeterX NGINX Lua Middleware.",
Expand Down
2 changes: 1 addition & 1 deletion px_metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"module_name" : "NGINX Module",
"version": "7.3.2",
"version": "7.3.3",
"spec_version" : "1.0.0",
"supported_features": [
"advanced_blocking_response",
Expand Down

0 comments on commit 8872edb

Please sign in to comment.