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
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.63.2
**`(fix):`** Fix multi-value query parameter snippets when the example value is already
a list, which previously produced uncompilable list-of-list initializers
like `[new List<T>() { value }]` in mock server tests, reference docs, and
snippets.


## 2.63.1
**`(fix):`** Fix WireMock test generation to use percent-encoded query parameter keys,
matching what spec-compliant HTTP clients send. Also split comma-delimited
Expand Down
Loading