diff --git a/README.md b/README.md index d735c3f5d45..bc283cbedb1 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,11 @@ Definitely! 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: -| OpenAPI JSON Schema Generator Version | Release Date | Notes | -|---------------------------------------|--------------|-------------| -| 1.0.1 | 2022-10-10 | 2nd release | -| 1.0.0 | 2022-10-04 | 1st release | +| OpenAPI JSON Schema Generator Version | Release Date | Notes | +|---------------------------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 1.0.2 | 2022-10-20 | - Endpoint overload type hints improved
- Fixes application/x-www-form-urlencoded body value
- Fixes type hint for required property not defined in properties | +| 1.0.1 | 2022-10-10 | - Endpoint overload type hints improved
- Fixes query param content type json serialization
- Applies default headers before header params | +| 1.0.0 | 2022-10-04 | - Endpoint overload type hints improved
- Fixes Attribute error when using auth header
- Fixes for refed properties with invalid names
- Fixes regex patterns without trailing slashes break Python client generation | OpenAPI Spec compatibility: 3.0.0 - 3.0.3 ### [1.2 - Build Projects](#table-of-contents) diff --git a/pom.xml b/pom.xml index 7f1f0ab4530..dfdac2d28fe 100644 --- a/pom.xml +++ b/pom.xml @@ -1267,7 +1267,7 @@ - 1.0.1 + 1.0.2 1.8 1.8 diff --git a/samples/openapi3/client/3_0_3_unit_test/python/.openapi-generator/VERSION b/samples/openapi3/client/3_0_3_unit_test/python/.openapi-generator/VERSION index 7f207341d5d..e6d5cb833c6 100644 --- a/samples/openapi3/client/3_0_3_unit_test/python/.openapi-generator/VERSION +++ b/samples/openapi3/client/3_0_3_unit_test/python/.openapi-generator/VERSION @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2 \ No newline at end of file diff --git a/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/.openapi-generator/VERSION b/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/.openapi-generator/VERSION index 7f207341d5d..e6d5cb833c6 100644 --- a/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/.openapi-generator/VERSION +++ b/samples/openapi3/client/features/nonCompliantUseDiscriminatorIfCompositionFails/python/.openapi-generator/VERSION @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2 \ No newline at end of file diff --git a/samples/openapi3/client/petstore/python/.openapi-generator/VERSION b/samples/openapi3/client/petstore/python/.openapi-generator/VERSION index 7f207341d5d..e6d5cb833c6 100644 --- a/samples/openapi3/client/petstore/python/.openapi-generator/VERSION +++ b/samples/openapi3/client/petstore/python/.openapi-generator/VERSION @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2 \ No newline at end of file