Skip to content

Releases: parallelworks/openapi-client-generator

v0.2.6

Choose a tag to compare

@github-actions github-actions released this 05 Aug 20:09
294121a

0.2.6 (2026-08-05)

Bug Fixes

  • embedded schema's additionalProperties swallows the outer schema's declared fields (#53) (034c2d1)
  • valid specs generate unusable params, bodies, and enum constants (#49) (d4c29cc)

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 05 Aug 00:34
c32a6f8

0.2.5 (2026-08-05)

Bug Fixes

  • valid specs lose data, duplicate keys, or fail to compile (#47) (99ef133)

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 05 Aug 00:03
aa13ef9

0.2.4 (2026-08-04)

Bug Fixes

  • additionalProperties are dropped on decode and sent as a "-" key (#40) (a4591a5)
  • an unknown discriminator value no longer fails the whole decode (#41) (ff8808c)

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 04 Aug 22:36
fdf29e8

0.2.3 (2026-08-04)

Bug Fixes

  • unions used as a request or response body generate typed instead of any (#36) (a40e2ca)

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 19 Jul 21:16
4c237be

0.2.2 (2026-07-19)

Features

  • configurable User-Agent for generated clients (#34) (7185ffc)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 18 Jul 22:57
4228bc9

0.2.1 (2026-07-18)

Features

  • parsed error responses render the x-ms-primary-error-message field (#31) (7388473)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 22:27
9732b9f

0.2.0 (2026-07-01)

⚠ BREAKING CHANGES

  • pass required query, header, and cookie params via a named Params struct (#26)

Features

  • pass required query, header, and cookie params via a named Params struct (#26) (c413dcb)

v0.1.10

Choose a tag to compare

@github-actions github-actions released this 01 Jul 01:11
8baed49

0.1.10 (2026-07-01)

Bug Fixes

  • stop duplicating the status code in generated API error strings (#27) (f534618)

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 24 Jun 06:15
0526c41

0.1.9 (2026-06-24)

Bug Fixes

  • emit required query parameters as positional arguments (#24) (629f442)

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 22 Jun 22:55
d429fd8

0.1.8 (2026-06-22)

Bug Fixes

  • retries can duplicate non-idempotent requests on 5xx (#22) (907a739)