- Go program gen: prompt array conversion, unused range vars, id handling
[4884](https://github.com/pulumi/pulumi/pull/4884)
- Go program gen handling for prompt optional primitives
[4875](https://github.com/pulumi/pulumi/pull/4875)
- Go program gen All().Apply rewriter
[4858](https://github.com/pulumi/pulumi/pull/4858)
- Go program gen improvements (multiline strings, get/lookup disambiguation, invoke improvements)
[4850](https://github.com/pulumi/pulumi/pull/4850)
- Go program gen improvements (splat, all, index, traversal, range)
[4831](https://github.com/pulumi/pulumi/pull/4831)
- Go program gen improvements (resource range, readDir, fileArchive)
[4818](https://github.com/pulumi/pulumi/pull/4818)
- Set default config namespace for Get/Try/Require methods in Go SDK.
[4802](https://github.com/pulumi/pulumi/pull/4802)
- Handle invalid UTF-8 characters before RPC calls
[4816](https://github.com/pulumi/pulumi/pull/4816)
- Improve typing for Go SDK secret config values
[4800](https://github.com/pulumi/pulumi/pull/4800)
- Fix panic on `pulumi up` prompt after preview when filtering and hitting arrow keys.
[4808](https://github.com/pulumi/pulumi/pull/4808)
- Ensure GitHub Action authenticates to GCR when `$GOOGLE_CREDENTIALS` specified
[4812](https://github.com/pulumi/pulumi/pull/4812)
- Fix `pylint(no-member)` when accessing `resource.id`.
[4813](https://github.com/pulumi/pulumi/pull/4813)
- Fix GitHub Actions environment detection for PRs.
[4817](https://github.com/pulumi/pulumi/pull/4817)
- Adding language sdk specific docker containers.
[4837](https://github.com/pulumi/pulumi/pull/4837)
- Workaround bug in grcpio v1.30.0 by excluding this version from required dependencies.
[4883](https://github.com/pulumi/pulumi/pull/4883)