Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions fern/products/sdks/overview/go/changelog/2026-02-14.mdx
Original file line number Diff line number Diff line change
@@ -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.