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, causing wire tests to always fail.

1.45.0

(feat): The Go SDK now accepts space-separated datetime strings (e.g. “2025-02-15 10:30:00+00:00”) in addition to standard RFC3339 format during deserialization. This matches the leniency of the Python and TypeScript SDKs.