Skip to content

v7.0.0 - 2022-11-07

Compare
Choose a tag to compare
@Integralist Integralist released this 07 Nov 15:59
· 197 commits to main since this release
v7.0.0
cfe487f

v7.0.0 (2022-11-07)

The biggest change in this release is the majority of input fields are now pointers rather than primitives. This is to enable users to set an empty value for fields when they are being sent to the Fastly API, in cases where the user wishes to override an otherwise default value provided by the API.

There has been a bunch of interface fixes (e.g. consistent use of int over uint equivalents, typos in field names fixed, response types renamed to be less ambiguous etc) and also many other changes to better support consistency and documentation across the code base.

Full Changelog

Breaking:

  • Backend resource tweaks to allow setting zero value #375
  • Sort all struct fields #376
  • Address FIXME notes #379
  • Revive fixes #378
  • Ensure all relevant 'create' input fields are using pointers #382

Bug fixes:

  • Ensure parameters are sent to API #380

Enhancements:

  • Add google account name to all google logging endpoints #377