Follow us on to be up
to date with the latest changes.

Back to all releases

v1.751.3

// March 11, 2026

fix(go,cli,mockserver,terraform): go run for staticcheck; fix(terraform): prevent nil pointer dereference for wrapped attribute fields in RefreshFrom methods (#1985)

Generator changes (5)

Bug fixes

cli

use go run instead of go install for staticcheck to avoid toolchain version mismatch

Bug fixes

go

use go run instead of go install for staticcheck to avoid toolchain version mismatch

Bug fixes

mockserver

use go run instead of go install for staticcheck to avoid toolchain version mismatch

Bug fixes

terraform

Prevent nil pointer dereference for wrapped attribute fields in RefreshFrom methods

Bug fixes

terraform

use go run instead of go install for staticcheck to avoid toolchain version mismatch