1.44.2
(fix): Reserve the ExtraProperties field name so a user-defined property named
EXTRA_PROPERTIES (or any casing of it) no longer collides with the built-in
GetExtraProperties() accessor. The user property is now generated as
FieldExtraProperties (its JSON wire name is unchanged), so the generated Go
compiles.
1.44.1
(fix): Honor the exportedClientName config when naming the generated root client
constructor. Previously the SDK always exported NewClient while generated
dynamic snippets referenced New<exportedClientName>, producing snippets
that did not compile.