changelog/v3.19.0.md
[codegen/go] - Remove ResourcePtr types from generated SDKs. Besides being
unnecessary--Resource types already accommodate nil to indicate the lack of
a value--the implementation of Ptr types for resources was incorrect, making
these types virtually unusable in practice.
#8449
[cli] - Allow interpolating plugin custom server URLs. #8507