2.11.3
(fix): Remove blocking .Result calls on async tasks in generated code. Header values now support
async resolution via Func<ValueTask<string>> and Func<Task<string>>, and the RawClient
uses async methods (CreateHttpRequestAsync, MergeHeadersAsync) to resolve headers without
blocking. This improves performance and prevents potential deadlocks in async contexts.