3.43.8
(fix): Fix wire test mock server to ignore cursor mismatches in pagination tests.
When pagination tests call getNextPage(), the SDK correctly sends the cursor from the response,
but the mock server was rejecting the request because the cursor didn’t match the original request.
The mock server now accepts an ignoredFields option to specify which fields to ignore during
request body matching. The test generator extracts pagination cursor field names from the IR
and passes them to the mock server at code generation time.
3.43.7
(fix): Support bytes argument type and custom method names for websocket messages.