You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
+
## [2.0.0] - 2022-10-25
9
+
### Changed
10
+
- Configuration fields' names align with the spec
11
+
- Async activities fields align with the spec
12
+
- Risk activity fields align with the spec
13
+
- Monitored and enforced routes functionality aligned with the spec
14
+
-`px_custom_verification_handler` function return `Response` object instead of data, headers and status
15
+
-`px_sensitive_routes_regex`, `px_sensitive_routes`, `px_whitelist_routes_regex` and `px_whitelist_routes` configuration fields should contain the exact path
16
+
- Changed `debug_mode` configuration field to `px_logger_severity` and change the expected values to `error` and `debug`
17
+
18
+
### Fixed
19
+
- Remove unnecessary risk api activity fields which might cause a bad request response from the collector
20
+
21
+
### Added
22
+
- Added `request_id` field to the context
23
+
- Added implementation for handling s2s_error and enforcer_error.
@@ -362,14 +364,14 @@ Allows you to test an enforcer’s blocking flow while you are still in Monitor
362
364
When the header name is set(eg. `x-px-block`) and the value is set to `1`, when there is a block response (for example from using a User-Agent header with the value of `PhantomJS/1.0`) the Monitor Mode is bypassed and full block mode is applied. If one of the conditions is missing you will stay in Monitor Mode. This is done per request.
363
365
To stay in Monitor Mode, set the header value to `0`.
364
366
365
-
The Header Name is configurable using the `bypass_monitor_header` property.
367
+
The Header Name is configurable using the `px_bypass_monitor_header` property.
0 commit comments