Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit fda0c7a

Browse files
authored
Release 1.0.3 (#76)
* Version rev roll * Samples regenerated, v1.0.3 * Updates readme
1 parent 22fcdcc commit fda0c7a

File tree

5 files changed

+6
-4
lines changed
  • samples/openapi3/client
    • 3_0_3_unit_test/python/.openapi-generator
    • features/nonCompliantUseDiscriminatorIfCompositionFails/python/.openapi-generator
    • petstore/python/.openapi-generator

5 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,11 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
9797

9898
| OpenAPI JSON Schema Generator Version | Release Date | Notes |
9999
|---------------------------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
100+
| 1.0.3 | 2022-11-14 | - Fixes multipart from content-disposition bug<br/>- Fixes addProps referenced when it doesn't exists<br/>- Allows arg + args properties |
100101
| 1.0.2 | 2022-10-20 | - Endpoint overload type hints improved<br/>- Fixes application/x-www-form-urlencoded body value<br/>- Fixes type hint for required property not defined in properties |
101102
| 1.0.1 | 2022-10-10 | - Endpoint overload type hints improved<br/>- Fixes query param content type json serialization<br/>- Applies default headers before header params |
102103
| 1.0.0 | 2022-10-04 | - Endpoint overload type hints improved<br/>- Fixes Attribute error when using auth header<br/>- Fixes for refed properties with invalid names<br/>- Fixes regex patterns without trailing slashes break Python client generation |
104+
103105
OpenAPI Spec compatibility: 3.0.0 - 3.0.3
104106

105107
### [1.2 - Build Projects](#table-of-contents)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@
12671267
</repositories>
12681268
<properties>
12691269
<!-- RELEASE_VERSION -->
1270-
<revision>1.0.2</revision>
1270+
<revision>1.0.3</revision>
12711271
<!-- /RELEASE_VERSION -->
12721272
<maven.compiler.source>1.8</maven.compiler.source>
12731273
<maven.compiler.target>1.8</maven.compiler.target>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.0.3
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.0.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.0.3

0 commit comments

Comments
 (0)