·
2 commits
to main
since this release
v11.0.0 (2025-07-21)
Breaking:
- breaking(go.mod): Upgrade to version 11. #719
- fix(product_enablement): Remove deprecated functionality. (#719)
- feat(context): context.Context support has been added to all exported functions. (#717)
- refactor(ngwaf/v1/workspaces): move all workspace specific endpoints into the appropriate folder (#708)
- fix(ngwaf/v1/workspaces/requests): add missing field to metadata struct and update documentation around limits (#711)
- fix(ngwaf/v1/workspaces/redactions): remove mode and page params and remove requirement for both field and type for update (#712)
- refactor(ngwaf/v1/rules): combine workspaces and account rules and provide tooling to do the same for lists and signals (#721)
- feat(ngwaf/v1/lists): add account level support to ngwaf lists (#723)
- feat(ngwaf/v1/signals): moves signals up to the base level and adds support for account level signals (#722)
Enhancements:
- feat(ngwaf): add support for alerts (#714)
- feat(ngwaf/v1/workspaces/thresholds): adds CRUD support for NGWAF Thresholds (#713)
- feat(tls_custom_certificate): Add support for allow_untrusted_root attribute (#596)
Bug fixes:
- fix(client): Implement new mechanism for serializing mutating requests. (#715)