Skip to content

Commit dc53901

Browse files
copy over changelogs
1 parent 9815719 commit dc53901

File tree

15 files changed

+108
-0
lines changed

15 files changed

+108
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 1.5.1
2+
**`(fix):`** Enum headers are now correctly serialized in API requests. When an endpoint specifies an enum type for a header
3+
parameter, the SDK will automatically serialize the enum value to its string representation as expected by the API.
4+
5+
6+
## 1.5.0
7+
**`(internal):`** Update the primary client to delegate to the new raw client to reduce code duplication.
8+
9+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 2.38.3
2+
**`(fix):`** Add reference.md generation for Java SDKs.
3+
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 2.38.4
2+
**`(fix):`** Fix stream SSE test to use Java 8 compatible stream collection method.
3+
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 2.38.5
2+
**`(chore):`** Remove internal OkHttp utility dependency and use a more robust file closing method.
3+
4+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 1.16.5
2+
**`(fix):`** Fix duplicate array types in undiscriminated union properties. Previously, nested unions
3+
containing different array types (e.g., `array<string, mixed>` and `array<Recipient>`) would
4+
generate duplicate array annotations in PHP union types (array|array|null). The fix implements
5+
recursive union flattening with proper deduplication during type generation.
6+
7+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 4.25.2
2+
**`(fix):`** Generator fix: automatically switch tabs to spaces, following PEP8 standards.
3+
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 4.25.3
2+
**`(fix):`** Fix websocket connect method generation for single base URL environments.
3+
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 4.25.4
2+
**`(fix):`** Updated construct_type function to handles undiscriminated unions with lists, sets, and dictionaries of objects.
3+
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 4.25.5
2+
**`(feat):`** Enabled "ignore" as an option for extra fields
3+
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 4.25.6
2+
**`(feat):`** Removed snippet generation
3+
4+

0 commit comments

Comments
 (0)