Skip to content

Releases: BrendanMartin/oapi-liteclient

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 15 Jun 17:00

Changelog

  • 880689b fix(parser): deterministic request Content-Type and operationId dedup

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 14:27

Changelog

  • 2426876 Merge pull request #1 from BrendanMartin/fix/python-multipart-request
  • 7cc4a18 chore(parser): apply go fix to produces check
  • febe262 chore: pin line endings to LF via .gitattributes
  • 7f607a9 docs: document --merge and binary responses
  • de369e3 feat(go): generate byte slices for binary responses
  • fffac39 feat(parser): add spec fragment deep merge helpers
  • e6d4444 feat(parser): detect binary responses as bytes
  • 59b92f3 feat(python): generate bytes for binary responses
  • 81c33a2 feat: merge supplemental OpenAPI fragments via --merge
  • af64c6a fix(parser): correct Swagger 2 produces-override and format:byte
  • dbdb8d9 fix(parser): leave swagger text responses undecoded
  • 53077fa fix: route split multipart Python requests through base client

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 15 Jun 02:44

Changelog

  • a0e9b0f feat: add --package-version flag for generated pyproject.toml

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 02:01

Changelog

  • c5cd175 feat: generate multipart/form-data upload methods
  • 905776b fix: emit request body media type as Content-Type

v0.5.6

Choose a tag to compare

@github-actions github-actions released this 26 May 13:28

Changelog

  • 1685991 test: compile generated Go code in tests to catch unused imports

v0.5.5

Choose a tag to compare

@github-actions github-actions released this 22 May 02:42

Changelog

  • 75e9151 feat: add PrimAny type for untyped schema fields

v0.5.4

Choose a tag to compare

@github-actions github-actions released this 21 May 20:42

Changelog

  • 4c24d53 fix: resolve $ref types by inspecting the referenced schema

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 20 May 19:05

Changelog

  • 8d54a6a feat: add --lenient flag to make all model fields optional

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 20 May 13:29

Changelog

  • 6799c43 fix: emit primitive types for scalar enum schemas instead of empty models

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 20 May 03:34

Changelog

  • 43659c2 fix: deduplicate endpoints with the same operationId