Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 00:11
fix: force IPv4 and source-gen all JSON types for trim compatibility

Root cause: .NET SocketsHttpHandler tries IPv6 first from DNS results,
but many environments advertise IPv6 without actual connectivity.
Fix: set DOTNET_SYSTEM_NET_DISABLEIPV6=1 at startup.

Also add JsonElement to WorkerJsonContext for source-generated
deserialization of error responses during device flow polling.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>