Connector Code Bundle Changelog¶
This document lists the versions of connector code bundles that work with the Native Node (MuleSoft, Cloudflare, etc.).
Version format¶
Connector code bundle versions follow this format:
Element | Description |
---|---|
<MAJOR_VERSION> | Significant updates, new features, or breaking changes. Requires a Native Node update. |
<MINOR_VERSION> | Enhancements or new features without breaking changes. |
<PATCH_VERSION> | Minor bug fixes or enhancements. |
MuleSoft¶
The current version can be found in the pom.xml
file of the downloaded Wallarm policy or in the policy information in the Mulesoft UI.
Policy version | Native Node version |
---|---|
2.x | 0.8.2 and lower |
3.0.x | 0.8.3 and higher |
3.2.x | 0.10.1 and higher |
3.2.0 (2025-01-31)¶
Requires Native Node version 0.10.1 or higher.
-
The response code to blocked malicious requests is now set to 403 using the
http-transform
plugin from the MuleSoft Enterprise Edition repositoryPreviously, a 200 status code was returned with a message indicating the request was blocked in the response body. Authentication for the
mulesoft-releases-ee
repository in your Mavensettings.xml
is now required in addition to the standardanypoint-exchange-v3
repository to use the new connector version. -
Bugfix: ensure the uniqueness of the request identifiers
-
Optimized memory consumption
3.0.1 (2024-11-20)¶
-
Added the
WALLARM NODE MAX RETRIES
andWALLARM NODE RETRY INTERVAL
parametersThese parameters allow users to configure the maximum number of retry attempts and the interval between retries when sending data to Wallarm Nodes during network failures.
3.0.0 (2024-11-14)¶
Requires Native Node version 0.8.3 or higher.
-
Added the
CLIENT HOST EXPRESSION
andCLIENT IP EXPRESSION
parametersThey allow to specify custom DataWeave expressions for extracting the original host and remote IP, aligning with Mulesoft's IP Blocklist policy.
2.0.3 (2024-11-13)¶
- Bug fixes
2.0.2 (2024-11-06)¶
- Bug fixes
2.0.1 (2024-10-10)¶
- Initial release
CloudFront¶
1.0.0 (2024-10-10)¶
- Initial release
Cloudflare¶
1.0.1¶
-
Support custom blocking pages for malicious requests, configurable with the parameters:
wallarm_block_page.custom_path
wallarm_block_page.html_page
wallarm_block_page.support_email
1.0.0 (2024-10-10)¶
- Initial release
Kong API Gateway¶
1.0.0 (2024-09-13)¶
- Initial release
Istio¶
1.0.0 (2024-09-13)¶
- Initial release
Broadcom Layer7 API Gateway¶
1.0.0 (2024-11-07)¶
- Initial release
Fastly¶
1.2.0 (2025-04-03)¶
-
Added ability to use alternative configurations
If you run multiple Compute services for Wallarm, you can create multiple config stores with different configurations and link each of them to corresponding service.
1.1.0 (2025-01-06)¶
- Added support for log streaming endpoints with configuring via the optional
LOGGING_ENDPOINT
parameter
1.0.0 (2025-01-02)¶
- Initial release