diff --git a/fern/products/sdks/generators/go/changelog/2026-06-12.mdx b/fern/products/sdks/generators/go/changelog/2026-06-12.mdx index c79e32c57..ff0a39517 100644 --- a/fern/products/sdks/generators/go/changelog/2026-06-12.mdx +++ b/fern/products/sdks/generators/go/changelog/2026-06-12.mdx @@ -1,3 +1,9 @@ +## 1.45.2 +**`(fix):`** Skip generating wire test files when all endpoints in a service are +skipped (e.g., file download or bytes request body endpoints). Previously +this produced a test file with a missing `require` import. + + ## 1.45.1 **`(fix):`** Skip file download response endpoints from wire test generation. Autogenerated examples for these endpoints produce error responses rather than binary content,