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
7 changes: 7 additions & 0 deletions fern/products/sdks/overview/php/changelog/2026-02-11.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.29.1
**`(fix):`** Fix wire tests for paginated endpoints. Previously, wire tests called paginated SDK methods
without iterating the returned Pager, so no HTTP request was made and WireMock verification
always failed with "Expected 1 requests, found 0". The generated test now iterates the Pager
to trigger the first page request.


## 1.29.0
**`(feat):`** Add support for generating interfaces for all SDK client classes. When `generateClientInterfaces: true`
is configured, each client `{ClientName}` gets a corresponding `{ClientName}Interface` with public
Expand Down