Skip to content
Merged
Show file tree
Hide file tree
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
@@ -0,0 +1,4 @@
## 5.14.19
**`(fix):`** Bump aiohttp lower bound from >=3.14.0 to >=3.14.1 to fix CVE-2026-54274.


Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.72.5
**`(chore):`** Bump form-data dependency from ^4.0.4 to ^4.0.6 in generated SDKs to fix
CRLF injection vulnerability (CVE-2026-12143).


## 3.72.4
**`(fix):`** The TypeScript SDK generator now suppresses lifted base properties from a discriminated union's synthesized `_Base` interface when every variant already inherits them via its `extends` chain. Pairs with the parser change that lifts shared-parent properties so non-structural-typing SDKs (Go, C#) can expose them; keeps the TypeScript output stable and avoids TS2320 collisions on optionality.

Expand Down
Loading