You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the code generator manage the async-aws/core requirement (#1465)
As the registry now supports properly combining multiple min versions
for a semver requirement, we can make the code generator manage the
async-aws/core requirement of generated services even when they don't
require special features instead of relying on the template to add it.
The generators now also avoid adding a requirement on async-aws/core if
the generator code is inside the Core package to avoid generating a
self-referencing requirement (this was fine before only because the Sts
client was not relying on the special features that were adding such a
requirement).
This also removes the json extension from the template as it is managed
by the code generator anyway and makes the symfony/polyfill-uuid
requirement cleanable in case a service does not need it anymore.
0 commit comments