Skip to content

Releases: PerimeterX/perimeterx-nginx-plugin

v7.3.3

19 Jul 16:12
3a464c8
Compare
Choose a tag to compare

[7.3.3] - 2024-07-19

Fixed

  • Fix rate_limit code for JSON responses

v7.3.2

17 Jul 15:41
766ea85
Compare
Choose a tag to compare

[7.3.2] - 2024-07-17

Fixed

  • Fix rate_limit code

v7.3.1

17 Jul 11:44
257e28e
Compare
Choose a tag to compare

[7.3.1] - 2024-07-17

Changed

  • Remove lua-resty-nettle version restriction

Fixed

  • Install PX package symlink in OpenResty Lua directory

v7.3.0

13 Jun 09:37
fa39358
Compare
Choose a tag to compare

[7.3.0] - 2023-06-13

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

Changed

  • rename "px_graphql_paths" to "px_graphql_routes"

Fixed

  • correctly add GraphQL routes (requests must contain specified GraphQL Type/Name) to sensitive routes

v7.2.1

20 Apr 20:45
b135801
Compare
Choose a tag to compare

[7.2.1] - 2023-04-20

Added

  • custom_sensitive_routes a custom function to determine if url path is a sensitive route

v7.2.0

13 Apr 09:24
4be844b
Compare
Choose a tag to compare

[7.2.0] - 2023-04-13

Added

  • custom_enabled_routes a custom function to determine if url path is an enabled route
  • px_graphql_paths to specify a list of GraphQL endpoints
  • support for JWT and pxcts

Changed

  • support for multiple GraphQL endpoints

Fixed

  • Add CI paths to the sensitive routes

v7.1.3

27 Jun 12:29
edf7708
Compare
Choose a tag to compare

[7.1.3] - 2022-06-27

Fixed

  • Export ngx.ctx.pxde variable

v7.1.2

22 Jun 08:26
1def75a
Compare
Choose a tag to compare

[7.1.2] - 2022-06-22

Fixed

  • Properly handle multiple instances of the same header
  • Fix field name in telemetry command

Version 7.1.1

10 May 12:17
4a39e03
Compare
Choose a tag to compare

Fixed

  • Call enrich_custom_parameters() only once

v7.1.0

20 Apr 18:38
6cc28d4
Compare
Choose a tag to compare

[7.1.0] - 2022-04-20

Added

  • Credential Intelligence v2 protocol

Changed

  • Credential Intelligence v2 is the default protocol
  • New block page

Fixed

  • Send custom_params with page_req and block activities