diff --git a/README.md b/README.md index 6153d2920d8..5fda81a28df 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ :star::star::star: If you would like to contribute, please refer to [guidelines](CONTRIBUTING.md) and a list of [open tasks](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22).:star::star::star: -:warning: If the OpenAPI spec, templates or any input (e.g. options, environment variables) is obtained from an untrusted source or environment, please make sure you've reviewed these inputs before using OpenAPI JSON Schema Generator to generate the API client, server stub or documentation to avoid potential security issues (e.g. [code injection](https://en.wikipedia.org/wiki/Code_injection)). For security vulnerabilities, please contact [team@openapitools.org](mailto:team@openapitools.org). :warning: +:warning: If the OpenAPI spec, templates or any input (e.g. options, environment variables) is obtained from an untrusted source or environment, please make sure you've reviewed these inputs before using OpenAPI JSON Schema Generator to generate the API client, server stub or documentation to avoid potential security issues (e.g. [code injection](https://en.wikipedia.org/wiki/Code_injection)). For security vulnerabilities, please contact create an issue. :warning: :bangbang: Both "openapi-json-schema-tools" (the parent organization of OpenAPI JSON Schema Generator) and "OpenAPI JSON Schema Generator" are not affiliated with OpenAPI Initiative (OAI) :bangbang: @@ -94,14 +94,14 @@ 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.3 | 2022-11-14 | - Fixes multipart form content-disposition bug
- Fixes addProps referenced when it doesn't exist
- Allows arg + args properties | -| 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 JSON Schema Generator Version | OpenAPI Spec compatibility | +|---------------------------------------|-----------------------------| +| 1.0.4 | 3.0.0 - 3.0.3 | +| 1.0.3 | 3.0.0 - 3.0.3 | +| 1.0.2 | 3.0.0 - 3.0.3 | +| 1.0.1 | 3.0.0 - 3.0.3 | +| 1.0.0 | 3.0.0 - 3.0.3 | -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 4edb29af3b0..856c9183002 100644 --- a/pom.xml +++ b/pom.xml @@ -1267,7 +1267,7 @@ - 1.0.3 + 1.0.4 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 e4c0d46e55f..a6a3a43c3a0 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.3 \ No newline at end of file +1.0.4 \ 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 e4c0d46e55f..a6a3a43c3a0 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.3 \ No newline at end of file +1.0.4 \ 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 e4c0d46e55f..a6a3a43c3a0 100644 --- a/samples/openapi3/client/petstore/python/.openapi-generator/VERSION +++ b/samples/openapi3/client/petstore/python/.openapi-generator/VERSION @@ -1 +1 @@ -1.0.3 \ No newline at end of file +1.0.4 \ No newline at end of file