pulumi/changelog/pending
Brandon Pollack 49dbdbcafa Add the ability to generate aliased import prefixes to go generator.
Previously, if there were nested arguments in schemas, generation of go
code would simply use the go module name, but when imports are generated
they are potentially aliased to avoid naming conflicts.

This is taken into account at the top level since the aliases are
checked directly, but when traversing downward the argument types are generated
after conversions from the PCL schema data.

This fix adds an optional map to pkgContext that contains the go module
info, which contains the appropriate base path to check against aliases.
We also add aliases to the map that are generated by the import system
(and not just from other go package infos).
2024-09-30 17:11:00 +09:00
..
20240819--cli-plugin--fix-code-generation-with-aliases-in-golang.yaml Add the ability to generate aliased import prefixes to go generator. 2024-09-30 17:11:00 +09:00
20240924--engine--disable-the-enviromental-github_token-on-401-responses.yaml Invalidate GITHUB_TOKEN on 401 (#17351) 2024-09-26 20:28:27 +00:00
20240926--sdk-nodejs--fix-dependency-installation-for-nodejs-projects-with-a-main-property.yaml Fix dependency installation for nodejs projects with a main property (#17391) 2024-09-26 15:22:28 +00:00
20240926--sdk-python--search-upwards-for-pyproject-toml-when-using-poetry.yaml Search upwards for pyproject.toml when using Poetry (#17388) 2024-09-26 15:13:21 +00:00
20240926--sdkgen-nodejs-python--bump-minimum-valid-sdk-version-to-v3-134-1-so-that-output-invokes-work-and-maintain-secrets.yaml [sdk-gen/node/python] Bump minimum valid SDK to v3.134.1 so that output-invokes work and maintain secrets (#17390) 2024-09-26 17:45:27 +00:00
20240928--sdkgen--validate-schema-version-is-provided-when-package-supports-packing.yaml [schema] Validate version is provided when package supports packing (#17420) 2024-09-28 23:56:17 +00:00
20240928--sdkgen-go--fix-nested-string-map-map-map-properties.yaml Add StringMapMapMap to Go SDK (#17417) 2024-09-29 10:05:30 +00:00