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

1.0.2 release #49

Merged
merged 2 commits into from
Oct 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br/>- Fixes application/x-www-form-urlencoded body value<br/>- Fixes type hint for required property not defined in properties |
| 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 |
| 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 |
OpenAPI Spec compatibility: 3.0.0 - 3.0.3

### [1.2 - Build Projects](#table-of-contents)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@
</repositories>
<properties>
<!-- RELEASE_VERSION -->
<revision>1.0.1</revision>
<revision>1.0.2</revision>
<!-- /RELEASE_VERSION -->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2