Skip to content

Commit 9faf80c

Browse files
authored
Update changelogs from fern repo (#5420)
1 parent 7a97175 commit 9faf80c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 4.8.2
2+
**`(fix):`** Only apply `@JsonIgnore` to query-parameter getters when the wrapped request has an
3+
inlined body. The 4.0.4 fix applied `@JsonIgnore` to every query getter, which made
4+
`toString()` / `ObjectMappers.stringify()` return `{}` for pure-query GETs and for
5+
referenced/file-upload/bytes bodies — none of which serialize the wrapped request.
6+
7+

0 commit comments

Comments
 (0)