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

Commit 83da057

Browse files
authored
v1.0.4 release (#116)
* Radme and version update * Version number updated
1 parent 3e0acc3 commit 83da057

File tree

5 files changed

+12
-12
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

+12
-12
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
: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:
1212

13-
: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 [[email protected]](mailto:[email protected]). :warning:
13+
: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:
1414

1515
: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:
1616

@@ -94,14 +94,14 @@ Definitely!
9494

9595
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:
9696

97-
| OpenAPI JSON Schema Generator Version | Release Date | Notes |
98-
|---------------------------------------|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
99-
| 1.0.3 | 2022-11-14 | - Fixes multipart form content-disposition bug<br/>- Fixes addProps referenced when it doesn't exist<br/>- Allows arg + args properties |
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 |
97+
| OpenAPI JSON Schema Generator Version | OpenAPI Spec compatibility |
98+
|---------------------------------------|-----------------------------|
99+
| 1.0.4 | 3.0.0 - 3.0.3 |
100+
| 1.0.3 | 3.0.0 - 3.0.3 |
101+
| 1.0.2 | 3.0.0 - 3.0.3 |
102+
| 1.0.1 | 3.0.0 - 3.0.3 |
103+
| 1.0.0 | 3.0.0 - 3.0.3 |
103104

104-
OpenAPI Spec compatibility: 3.0.0 - 3.0.3
105105

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

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.3</revision>
1270+
<revision>1.0.4</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.3
1+
1.0.4
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.3
1+
1.0.4
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.3
1+
1.0.4

0 commit comments

Comments
 (0)