0.35.16
(fix): Fix generated snippets and wire tests omitting path parameters bound to API-level variables. Path parameters are always required arguments on the generated endpoint method, so a placeholder…
0.35.15
(fix): Fix endpoints with a stream-parameter response generating a JSONValue return type, which broke generated wire tests that compared the result against the concrete response model. The Swift SDK…
0.35.13
(fix): Fixed argument ordering in generated wire tests and snippets so they match the order in which the corresponding Swift types declare their memberwise initializer parameters. Example object…
0.35.12
(fix): Fixed wire-test stub response bodies so they are valid JSON for every response type. The generated SDK reads String-typed response bodies as raw UTF-8 but decodes every other type via…
0.35.3
(fix): Fix Swift wire-test runtime equality failures when a response body contains a map (Dictionary<String, T>) whose value is an explicit-null nullable, or an Optional<Nullable<T>> field whose…
0.35.2
(chore): Update the Swift SDK generator container base image from node:22.12-alpine3.20 to node:22.22-alpine3.22 to address 92 container vulnerabilities (3 Critical, 48 High, 30 Medium, 11 Low)…