Skip to content

Releases: fastly/go-fastly

v12.1.0 - 2025-09-30

30 Sep 14:58
v12.1.0
6e4a65c

Choose a tag to compare

v12.1.0 (2025-09-30)

Full Changelog

Enhancements:

  • feat(products/apidiscovery): Add enable/disable support for API Discovery (#760)

v12.0.0 - 2025-09-17

17 Sep 16:54
v12.0.0
0955b64

Choose a tag to compare

v12.0.0 (2025-09-17)

Full Changelog

Breaking:

  • breaking(ngwaf/rules): group and multival conditions no longer accept a 'type' field (#755)
  • breaking(ngwaf): rename package common to scope and ScopeType to just Type (#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:

  • build(deps): golang.org/x/crypto from 0.41.0 to 0.42.0 (#751)
  • build(deps): golang.org/x/sys from 0.35.0 to 0.36.0 (#751)
  • build(deps): actions/setup-go from 5 to 6 (#752)

v11.3.1 - 2025-09-03

03 Sep 19:30
v11.3.1
e5d5dbd

Choose a tag to compare

v11.3.1 (2025-09-03)

Full Changelog

Bug fixes:

  • fix(logging): Add CompressionCodec and GZipLevel to HTTPS update struct

Dependencies:

  • build(deps): golang.org/x/crypto from 0.40.0 to 0.41.0 (#740)
  • build(deps): golang.org/x/sys from 0.34.0 to 0.35.0 (#740)
  • build(deps): github.com/stretchr/testify from 1.10.0 to 1.11.0 (#742)
  • build(deps): github.com/stretchr/testify from 1.11.0 to 1.11.1 (#746)

v11.3.0 - 2025-08-14

14 Aug 18:51
v11.3.0
6e1a343

Choose a tag to compare

v11.3.0 (2025-08-14)

Full Changelog

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/checkout from 4 to 5 (#735)

v11.2.0

06 Aug 19:18
v11.2.0
6f51edc

Choose a tag to compare

v11.2.0 (2025-08-06)

Full Changelog

Enhancements:

  • feat(ngwaf/workspaces): add DefaultRedirectURL field to workspaces. #731

v11.1.1 - 2025-08-04

04 Aug 21:41
v11.1.1
467be00

Choose a tag to compare

v11.1.1 (2025-08-04)

Full Changelog

Bug fixes:

  • fix(ngwaf/v1/rules): Fix Typing on rate limit struct. #729

v11.1.0 - 2025-08-04

04 Aug 19:07
v11.1.0
02a0115

Choose a tag to compare

v11.1.0 (2025-08-04)

Full Changelog

Enhancements:

  • feat(client): Add support for impersonation. #724
  • feat(ngwaf/v1/rules): Add support for rate limit workspace rules #727

v11.0.0 - 2025-07-21

21 Jul 15:39
v11.0.0
9cc73a4

Choose a tag to compare

v11.0.0 (2025-07-21)

Full Changelog

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)

Dependencies:

  • build(deps): golang.org/x/crypto from 0.39.0 to 0.40.0 (#720)
  • build(deps): golang.org/x/sys from 0.33.0 to 0.34.0 (#720)

v10.5.1 - 2025-06-30

30 Jun 20:14
32d19c6

Choose a tag to compare

v10.5.1 (2025-06-30)

Full Changelog

Bug fixes:

  • fix(debug mode): ensure that HTTP errors are displayed in debug mode (#704)
  • fix(ngwaf): address various issues in NGWAF APIs (#705)

v10.5.0 - 2025-06-24

24 Jun 14:57
07c4e4a

Choose a tag to compare

v10.5.0 (2025-06-24)

Full Changelog

Enhancements:

  • feat(kv-store): add optional Name parameter to ListKVStoresInput (#699)
  • feat(ngwaf): add support for rules (#691)
  • feat(ngwaf): add missing fields to workspaces (#701)
  • feat(ngwaf): add support for lists (#700)