> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 2.69.2

**`(fix):`** Fix shell injection code scanning alert in OIDC publish workflow by passing
API key through env block instead of direct interpolation.

## 2.69.1

**`(fix):`** Fix generated wire tests failing to compile when a header, query parameter, or
auth header example value contains characters that are special inside a C#
string literal (e.g. double quotes, backslashes, or control characters). These
values are now emitted through `escapeForCSharpString` in the mock-server
`.WithHeader(...)` / `.WithParam(...)` matchers instead of being interpolated
raw into a double-quoted string.