1.26.0
(feat): Add support for explicit nulls in PHP SDKs. Setter methods now mark properties as explicitly set, ensuring that null values are included in JSON serialization when intentionally set via setters. This distinguishes between omitting an optional property and explicitly setting it to null.