Skip to content

Releases: fastly/go-fastly

v9.3.2 - 2024-05-07

07 May 14:49
v9.3.2
76c09dd
Compare
Choose a tag to compare

v9.3.2 (2024-05-07)

Full Changelog

Enhancements:

  • feat(tls_subscription): add tls_certificate attributes #523
  • tests(alerts): add percent alerts tests #522

v9.3.1 - 2024-04-17

17 Apr 10:27
v9.3.1
d375ad8
Compare
Choose a tag to compare

v9.3.1 (2024-04-17)

Full Changelog

Bug fixes:

  • fix(client): support tcp keepalive #519

v9.3.0 - 2024-04-16

16 Apr 16:58
v9.3.0
87a7f92
Compare
Choose a tag to compare

v9.3.0 (2024-04-16)

Full Changelog

Enhancements:

  • Add support for specifying location when creating KV stores #517
  • feat: notifications #513

v9.2.2 - 2024-04-10

10 Apr 12:40
v9.2.2
8a24f46
Compare
Choose a tag to compare

v9.2.2 (2024-04-10)

Full Changelog

Bug fixes:

  • fix(tls_mutual_authentication): support null for ID value #514

v9.2.1 - 2024-04-09

09 Apr 17:01
v9.2.1
ccf657f
Compare
Choose a tag to compare

v9.2.1 (2024-04-09)

Full Changelog

Bug fixes:

  • fix(tls_custom_activation): only error if no fields provided #511

v9.2.0 - 2024-03-15

15 Mar 09:11
v9.2.0
7ad7d3a
Compare
Choose a tag to compare

v9.2.0 (2024-03-15)

Full Changelog

Enhancements:

  • feat: expose project_id field of scalyr logging config #508

v9.1.0 - 2024-03-13

13 Mar 11:49
v9.1.0
ac4344b
Compare
Choose a tag to compare

v9.1.0 (2024-03-13)

Full Changelog

Enhancements:

  • feat(kv-store-entry): allow parallelization of batch put item #502
  • feat(historical-stats): add aggregate endpoint #506

v9.0.1 - 2024-03-12

12 Mar 12:01
v9.0.1
d869b0f
Compare
Choose a tag to compare

v9.0.1 (2024-03-12)

Full Changelog

Bug fixes:

  • fix(config_store): decoding #503

Enhancements:

  • style: resolve gofumpt issues #500

Dependencies:

  • build: bump minimum go version #504

v9.0.0 - 2024-02-05

05 Feb 19:18
v9.0.0
a5f591c
Compare
Choose a tag to compare

v9.0.0 (2024-02-05)

Full Changelog

Breaking:

To summarize the key items in the v9 release:

  • The paginators for Services, ACL Entries and Dictionary Items have been replaced with a generic paginator.
  • The KV Stores Entries paginator was NOT replaced as it has a incompatible implementation.
  • The List* methods no longer sort results, and will now return all results.
  • All endpoints (except those using JSONAPI) use pointers consistently for Create/Update methods.

The complete list of breaking changes are:

  • fix(token): add ListTokensInput to ListTokens #487
  • feat(config store): adds ListConfigStoresInput when returning ListConfigStores #481
  • Use integer instead of string #486
  • fix(request_settings): make action a pointer in update #488
  • feat: generic paginator #491
  • fix: all relevant fields to be pointers #493

Enhancements:

  • feat: domain inspector #483
  • Move CBool helper with the other helpers #484
  • Support retrieving a secret store by name #485
  • replace: pointer helpers to generic ToPointer function #489
  • refactor(helpers): avoid explicit types in favour of tilda type constraint #490
  • refactor(secret_store): replace json.NewEncoder with c.PostJSON #492
  • refactor: rename files #494
  • refactor: resolves linter issues #495
  • refactor: use consistent naming conventions #496
  • feat: fastly alerts #499
  • refactor: use explicit naming for IDs #497

Dependencies:

  • build(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0 #498

v8.6.4 - 2023-10-31

31 Oct 14:18
v8.6.4
3558e39
Compare
Choose a tag to compare

v8.6.4 (2023-10-31)

Full Changelog

Enhancements:

  • feat: add kv-store list keys consistency param #479