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

Commit 1702e76

Browse files
authoredOct 20, 2022
1.0.2 release (#49)
* Updates readme * Samples regenerated
1 parent 3bec9dd commit 1702e76

File tree

5 files changed

+9
-8
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

+9
-8
lines changed
 

‎README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,11 @@ Definitely!
9595

9696
The OpenAPI Specification has undergone 3 revisions since initial creation in 2010. The openapi-json-schema-generator project has the following compatibilities with the OpenAPI Specification:
9797

98-
| OpenAPI JSON Schema Generator Version | Release Date | Notes |
99-
|---------------------------------------|--------------|-------------|
100-
| 1.0.1 | 2022-10-10 | 2nd release |
101-
| 1.0.0 | 2022-10-04 | 1st release |
98+
| OpenAPI JSON Schema Generator Version | Release Date | Notes |
99+
|---------------------------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
100+
| 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 |
101+
| 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 |
102+
| 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 |
102103
OpenAPI Spec compatibility: 3.0.0 - 3.0.3
103104

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

‎pom.xml

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

0 commit comments

Comments
 (0)
Failed to load comments.