Skip to content

Releases: fastly/terraform-provider-fastly

v4.3.0

19 Apr 19:07
v4.3.0
c66baae

Choose a tag to compare

4.3.0 (April 19, 2023)

ENHANCEMENTS:

  • feat(data_source): new dictionaries data source #682

DEPENDENCIES:

  • build(deps): bump golang.org/x/net from 0.8.0 to 0.9.0 #680
  • build(deps): bump github.com/bflad/tfproviderlint from 0.28.1 to 0.29.0 #681

v4.2.0

01 Apr 19:03
v4.2.0
bf08ef4

Choose a tag to compare

4.2.0 (April 1, 2023)

ENHANCEMENTS:

  • feat(ratelimiter): implement Rate Limiter API #678

v4.1.2

29 Mar 15:04
v4.1.2
9e53291

Choose a tag to compare

4.1.2 (March 29, 2023)

BUG FIXES:

  • fix(fastly_service_vcl): validate snippet names #673
  • fix(fastly_service_vcl): don't call http3 endpoint if already enabled #675

DEPENDENCIES:

  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.0 to 2.26.1 #671

v4.1.1

27 Mar 09:52
v4.1.1
cfeaf51

Choose a tag to compare

4.1.1 (March 27, 2023)

BUG FIXES:

  • fix(tls/subscriptions): tls configuration id should always be passed #670

DOCUMENTATION:

  • docs(tls/subscriptions): clarify default tls config commit

DEPENDENCIES:

  • build(dependencies): bump github.com/hashicorp/terraform-plugin-sdk/v2 #667
  • Bump actions/setup-go from 3 to 4 #664
  • Bump github.com/fastly/go-fastly/v7 from 7.4.0 to 7.5.0 #665

v4.1.0

16 Mar 11:57
v4.1.0
1c55d85

Choose a tag to compare

4.1.0 (March 16, 2023)

ENHANCEMENTS:

  • feat(fastly_service_compute): support new content attribute #661

DOCUMENTATION:

  • docs(dictionary): add import note #662

DEPENDENCIES:

  • Bump github.com/hashicorp/terraform-plugin-docs from 0.13.0 to 0.14.1 #656
  • Bump golang.org/x/net from 0.0.0-20211112202133-69e39bad7dc2 to 0.8.0 #655
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.0 to 2.25 #642
  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 #647

v4.0.0

09 Mar 17:22
v4.0.0
1523e88

Choose a tag to compare

4.0.0 (March 9, 2023)

BREAKING:

Only one minor breaking interface change has been made: the removal of the auto_loadbalance attribute from the backend block within a fastly_service_compute resource (it is still supported with the fastly_service_vcl resource).

  • fix(backend): remove auto_loadbalance from compute service #657

BUG FIXES:

  • fix: add missing format attribute when updating #659

ENHANCEMENTS:

  • Enable the declaration of the keepalive_time backend attribute #658

v3.2.0

02 Mar 15:08
v3.2.0
ff14642

Choose a tag to compare

3.2.0 (March 2, 2023)

ENHANCEMENTS:

  • Allow certainly as a certificate authority #648

BUG FIXES:

  • fix(product_enablement): improve error handling for user scenarios without self-enablement #651

DOCUMENTATION:

  • docs: tls subscriptions #649

v3.1.0

21 Feb 09:21
v3.1.0
9999eaf

Choose a tag to compare

3.1.0 (February 21, 2023)

ENHANCEMENTS:

  • feat(http3): implementing the HTTP3 API #640
  • feat(product_enablement): implement product enablement APIs #641

v3.0.4

09 Jan 15:53
v3.0.4
d714f62

Choose a tag to compare

3.0.4 (January 9, 2023)

BUG FIXES:

  • fix: force refresh when service version is reverted outside of Terraform #630

DEPENDENCIES:

  • Bump goreleaser/goreleaser-action from 3 to 4 #626

v3.0.3

07 Dec 17:11
v3.0.3
dcdf2d9

Choose a tag to compare

3.0.3 (December 7, 2022)

BUG FIXES:

  • Prevent SSL related fields from being sent empty to the Fastly API #622

DOCUMENTATION:

  • docs: remove 'alpha' notice from custom health check http headers feature #623