go-fastly
go-fastly copied to clipboard
backends: allow clearing at least some fields on update
Partial fix for https://github.com/fastly/go-fastly/issues/371 ?
I'm concerned about this causing subtle breakage for our users.
Me, too.
Do we need a 2nd endpoint for the new behavior, or some other way of overloading?
I'm concerned about this causing subtle breakage for our users.
We can just do a major version update then, no?
This typo has been bugging me for a bit so I could fix that and maybe some other breaking changes as part of the next major release.
If we have a bunch of breaking changes lined up, that's not a bad plan. We could write some tooling (semgrep/ruleguard) to detect/fix the common ones.
One breaking change might be "generate this sdk with https://github.com/fastly/api-clients-generator/ "
Closing in favour of https://github.com/fastly/go-fastly/pull/375