Skip to content

Releases: fastly/go-fastly

v11.3.1 - 2025-09-03

03 Sep 19:30
v11.3.1
e5d5dbd
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v10.4.0 - 2025-06-20

20 Jun 19:02
v10.4.0
e9098b1
Compare
Choose a tag to compare

v10.4.0 (2025-06-20)

Full Changelog

Enhancements:

  • feat(ngwaf): add support for requests (#688)
  • feat(ngwaf): add support for timeseries (#689)
  • feat(ngwaf): add support for signals (#692)

Bug fixes:

  • fix(logging): Improve documentation of Region and ProcessingRegion fields. (#690)
  • fix(observability_custom_dashboard): add json descriptor to update field (#696)

Dependencies:

  • build(deps): golang.org/x/crypto from 0.38.0 to 0.39.0 (#693)

v10.3.0

04 Jun 18:44
v10.3.0
af1eb33
Compare
Choose a tag to compare

v10.3.0 (2025-06-04)

Full Changelog

Enhancements:

  • feat(ngwaf): add support for virtualpatches (#680)
  • feat(ngwaf): add support for the events portion of the ngwaf api (#684)
  • feat(ngwaf): adds CRUD operations for the redactions portion of the ngwaf API (#685)
  • feat(logging): Add support for 'ProcessingRegion' attribute for all logging endpoints. (#686)