For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Version 1.10.1
Fixed
- Fixed exception swallowing issue that prevented proper error handling in downstream middleware and controllers
- Downgraded
Microsoft.Extensions.* package versions from 9.0.1 to 6.0.0 to support .NET 6.0 target framework
Version 1.10.0
Added
- Account Defender (User Identifiers), including support for:
- Reporting of the cross tab session cookie
- Extracting user ID and additional fields from cookie- or header-based JWT
- Added Documentation enforcement workflow - verify that the documentation is up to date with the latest changes in the codebase
Version 1.9.0
Added
- Added support for dependency injection in custom function filter
- Added support for additional fields on px3 cookies
Version 1.8.0
Added
- Added support for filter request by custom function feature
Version 1.7.0
Added
- Added Cross Tab Session cookie support on
risk_api and async activities
Version 1.6.1
Added
- Added support for
inc_id and f_access_token data enrichment fields
- Added
c, add and i fields to the decrypted cookie structure
Version 1.6.0
Added
- Added support for passing logger factory using DI
- Using
IHttpClientFactory to manage HTTP client lifetimes
- Added First Party origin response headers to the first party client response
- Added support for all HTTP methods for First Party requests
Changed
- Replaced
Nustache nuget package with Stubble which used for template rendering
- Replaced blocking
Wait function with non blocking await
Version 1.5.1
Fixed
- Fixed first party XHR headers to send the content type of the source request
- Fixed the
ipc_id field type in data enrichment from string to number
- Added default values
NONE to BotDefenderPassReason and BotDefenderS2SCallReason for accuracy
Version 1.5.0
Changed
- Modify telemetry activity to include all types of config
- Telemetry activity includes redacted sensitive configuration fields
Version 1.4.0
Added
- Logging exception message at top level for improved debugging
- Added support for custom ip extraction feature
Fixed
- Converting IP headers value to Lower case
- Add exception handling for an invalid ip input in filter by ip logic