Breaking changes introduced in minor versions #2001
Labels
bug
This issue is a bug.
closed-for-staleness
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
#1835 introduced quite a few breaking changes, and was released as a minor version upgrade in a number of services. For example,
WithDecryption
was not a pointer inssm.GetParametersInput
v1.27 and lower, but was changed to a pointer in v1.28.Expected Behavior
No breaking changes in minor version releases.
Current Behavior
Seeing errors when trying to upgrade my dependencies:
Reproduction Steps
Write code before #1835 was merged that references one of the changed fields, and then try to upgrade to the latest release.
Possible Solution
No response
Additional Information/Context
One of the big selling points of the V2 Go SDK was that there were fewer pointers when they weren't necessary (like booleans). This seems to add a lot of them back. 😞
AWS Go SDK V2 Module Versions Used
Compiler and Version used
go version go1.19.2 darwin/arm64
Operating System and version
MacOS 12
The text was updated successfully, but these errors were encountered: