Releases: wallarm/api-firewall
Releases · wallarm/api-firewall
Release v0.8.6 (2024-12-20)
- Dependency upgrade
- Make the release binaries version detectable by Syft for the other architectures (#121) (LaurentGoderre)
Other upgraded assets:
Release v0.8.5 (2024-12-13)
- Dependency upgrade
- Bump Go version to 1.22.10
- Make the release binaries version detectable by Syft (#119)
Other upgraded assets:
Release v0.8.4 (2024-11-12)
- Fixed the DNS resolver issue in the GraphQL mode
- Updated the Helm chart
- Bump Go version to 1.22.9
Other upgraded assets:
Release v0.8.3 (2024-10-22)
- Bump up Go version to 1.22.8
- Add additional conf params in proxy and API modes
Other upgraded assets:
Release v0.8.2 (2024-09-24)
- Fix DNS resolver cache issue
Other upgraded assets:
Release v0.8.1 (2024-09-13)
- Fixed incorrect request to get API specification structure issue
- Update Go version to 1.22.7
- Dependency upgrade
Other upgraded assets:
Release v0.8.0 (2024-08-19)
-
Added DNS cache update feature
Allows making asynchronous DNS requests and cache results for a configured period of time. This could be useful when DNS load balancing is used.
-
Fixed GQL proxying configuration issue
-
Dependency upgrade
Other upgraded assets:
Release v0.7.4 (2024-07-12)
- Added
APIFW_API_SPECS_CUSTOM_HEADER_NAME
andAPIFW_API_SPECS_CUSTOM_HEADER_VALUE
environment variables. These allow adding a custom header to requests for your OpenAPI specification URL (defined inAPIFW_API_SPECS
). For example, this can be used to specify the authentication data for API Firewall to reach the specification URL. - Added the
APIFW_SPECIFICATION_UPDATE_PERIOD
environment variable to specify the interval for updating the OpenAPI specification from the hosted URL (defined inAPIFW_API_SPECS
). - Bump Alpine version to 3.20
- Bump Go version to 1.21.12
Other upgraded assets:
Release v0.7.3 (2024-06-06)
- Dependency upgrade
- Supported new interface for the
api
mode usage, only for internal use - Added the
APIFW_SERVER_REQUEST_HOST_HEADER
environment variable to set a customHost
header for requests forwarded to your backend after API Firewall validation
Other upgraded assets:
Release v0.7.2 (2024-04-16)
- Add demo of the APIFW with OWASP CRS
- [API Mode] Fix multiple entries in the related_fields
- [API Mode] Change the log level for the request validation errors
Other upgraded assets: