Releases: fastly/go-fastly
Releases · fastly/go-fastly
v12.1.0 - 2025-09-30
v12.0.0 - 2025-09-17
v12.0.0 (2025-09-17)
Breaking:
- breaking(ngwaf/rules): group and multival conditions no longer accept a 'type' field (#755)
- breaking(ngwaf): rename package
commontoscopeandScopeTypeto justType(#754)
Enhancements:
-
feat(logging): Add support for 'Period' attribute to the HTTPS endpoint.#749
-
feat(ngwaf/rules): add support for the multival condition type (#755)
Dependencies:
v11.3.1 - 2025-09-03
v11.3.1 (2025-09-03)
Bug fixes:
- fix(logging): Add CompressionCodec and GZipLevel to HTTPS update struct
Dependencies:
v11.3.0 - 2025-08-14
v11.3.0 (2025-08-14)
Enhancements:
- feat(logging): Add support for 'CompressionCodec' and 'GzipLevel' attribute to the HTTPS endpoint.#734
- feat(domainmanagement): Adds support for domain-management/v1/domains endpoints #726
- feat(ngwaf/rules): adds support for the deception action type and the allow_interactive field #736
Dependencies:
- build(deps):
actions/checkoutfrom 4 to 5 (#735)
v11.2.0
v11.1.1 - 2025-08-04
v11.1.0 - 2025-08-04
v11.1.0 (2025-08-04)
Enhancements:
v11.0.0 - 2025-07-21
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)