1.25.0-rc0
(feat): Add automated test generation for all Go SDK types. The generator now creates test files
alongside generated code, covering getter and setter methods, JSON marshaling, String methods,
enum validation, extra properties, and pointer helper functions. Generated tests include
comprehensive scenarios for nil handling and edge cases. Also includes performance optimizations
for regex compilation, slice allocation, and improved API design with struct-based configuration.