Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion fern/products/sdks/overview/swift/changelog/2025-10-04.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.18.0
**`(feat):`** Swift SDKs now include automatically generated wire tests via the `enableWireTests` option (defaults to true).


## 0.17.5
**`(fix):`** Fixed a bug where some discriminated union variants were missing the container declaration statement in their `encode(to:)` method body.

Expand All @@ -7,6 +11,6 @@


## 0.17.3
**`(fix):`** Reduced subclient class initializer access level to internal.
**`(fix):`** Reduced subclient class initializer access level to `internal`.