Skip to content

Releases: Fresa/OpenAPI.WebApiGenerator

v0.9.4

Choose a tag to compare

@github-actions github-actions released this 01 Jul 06:10
2468a2e

v0.9.4 (2026-07-01)

v0.9.3

Choose a tag to compare

@github-actions github-actions released this 30 Jun 20:41
3fbcdd3

v0.9.3 (2026-06-30)

Bug Fixes

  • add explicit using so generating in a project where implicitusings is not enabled still compiles (8947fa5)
  • auth: handle anonymous security requirement (1213ed2)

v0.9.3-pre-1de46b3c

v0.9.3-pre-1de46b3c Pre-release
Pre-release

Choose a tag to compare

v0.9.3-pre-1de46b3c (2026-06-30)

Bug Fixes

  • add explicit using so generating in a project where implicitusings is not enabled still compiles (8947fa5)
  • auth: handle anonymous security requirement (1213ed2)

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 05 Jun 17:00
0cd9592

v0.9.2 (2026-06-05)

Bug Fixes

  • content negotiation order for responses are not defined (5fb847f)
  • proper sub media type precedence (db67d2b)
  • response: match accept ranges according to precedence (c4c0ab9)

v0.9.2-pre-c4c0ab9a

v0.9.2-pre-c4c0ab9a Pre-release
Pre-release

Choose a tag to compare

v0.9.2-pre-c4c0ab9a (2026-06-05)

Bug Fixes

  • content negotiation order for responses are not defined (5fb847f)
  • proper sub media type precedence (db67d2b)
  • response: match accept ranges according to precedence (c4c0ab9)

v0.9.2-pre-8e0fb11b

v0.9.2-pre-8e0fb11b Pre-release
Pre-release

Choose a tag to compare

v0.9.2-pre-8e0fb11b (2026-06-05)

Bug Fixes

  • content negotiation order for responses are not defined (5fb847f)
  • proper sub media type precedence (db67d2b)
  • response: match accept ranges according to precedence (c4c0ab9)

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 19 Apr 14:35
a1f64e7

v0.9.1 (2026-04-19)

v0.9.1-pre-9a57eecd

v0.9.1-pre-9a57eecd Pre-release
Pre-release

Choose a tag to compare

v0.9.1-pre-9a57eecd (2026-04-18)

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 25 Mar 16:35
7f33097

v0.9.0 (2026-03-25)

Bug Fixes

  • json-seq enumerable detect record separator incorrectly (620ff8a)
  • response: content class name could be mixed pascal case where it doesn't make sense if the media type is not all lower case. NOTE: This is a breaking change if any response media types are defined as not all lower case. (de03572)
  • schema: request content schema render duplicates due to not resolving the json pointer by following (c78091e)

Features

  • request: generate sequential json request content (af4da6d)
  • response: support sequential media types jsonl and json-seq (b24dcb1)

v0.9.0-pre-be795d6d

v0.9.0-pre-be795d6d Pre-release
Pre-release

Choose a tag to compare

v0.9.0-pre-be795d6d (2026-03-24)

Bug Fixes

  • response: content class name could be mixed pascal case where it doesn't make sense if the media type is not all lower case. NOTE: This is a breaking change if any response media types are defined as not all lower case. (de03572)
  • schema: request content schema render duplicates due to not resolving the json pointer by following (c78091e)

Features

  • request: generate sequential json request content (af4da6d)
  • response: support sequential media types jsonl and json-seq (b24dcb1)