4.60.0

(feat): Support connectMethodName on WebSocket channels. When a channel specifies a custom connection method name via x-fern-sdk-method-name, the generated SDK uses that name (converted to snake_case) instead of the default connect.

4.59.4

(fix): Fix wire test import generation for organizations with hyphens in their name. Use package_name from custom config when available, and auto-convert hyphens to underscores in the fallback module path to produce valid Python import statements.