diff --git a/fern/products/sdks/overview/go/changelog/2026-02-14.mdx b/fern/products/sdks/overview/go/changelog/2026-02-14.mdx new file mode 100644 index 000000000..ccc8073fa --- /dev/null +++ b/fern/products/sdks/overview/go/changelog/2026-02-14.mdx @@ -0,0 +1,8 @@ +## 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. + +