Skip to content

Releases: parallelworks/openapi-client-generator

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)

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 22 Jun 22:33
1c5912b

0.1.7 (2026-06-22)

Bug Fixes

  • retry idempotent requests on transient network errors (#20) (b91321e)

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 10 Jun 16:31
368634d

0.1.6 (2026-06-10)

Features

  • typed discriminated unions for inline oneOf/anyOf schemas (#18) (3b276de)

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 03 Mar 18:45
03d978c

0.1.5 (2026-03-03)

Bug Fixes

  • query params incorrectly generated (#13) (bb5c85f)

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 03 Mar 04:32
8b0ffd3

0.1.4 (2026-03-03)

Features

  • extract OpenAPI docs into Go doc comments (#11) (39957df)

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 03 Mar 03:36
f9d74e2

0.1.3 (2026-03-03)

Bug Fixes

  • codegen header is package doc comment (#9) (06aadff)

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 02 Mar 16:50
a8bac06

0.1.2 (2026-03-02)

Bug Fixes

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 02 Mar 02:39
7770394

0.1.1 (2026-03-02)

Features

  • errors.As support for custom errors (ebc9ef4)
  • openapi 3.1 generator (de9ff6d)
  • optional params, non-reserved field names have _ (7d1781b)
  • use errors.Is instead of helpers (089ef60)

Bug Fixes

  • header-only params generate unused params variable (#3) (cfe8d53)