0.0.30
(fix):
The SDK now supports making requests with a Content-Type of application/octet-stream
for byte data.
(fix):
The SDK now safely handles API-wide path parameters, including their proper joining in RawClient.cs
.
0.0.29
(fix):
The generated SDK now correctly respects service base paths, which were previously omitted.
0.0.25
(feat):
Discriminated unions are now generated as object.
(feat):
Header parameters are no longer required in the constructor, eliminating the need for users to provide redundant information.