... | ... | @@ -14,11 +14,17 @@ |
|
|
|
|
|
### How long does it take to release a stable version (e.g. 3.0.5 => 3.0.6)?
|
|
|
|
|
|
For tiny release (e.g. 3.0.5 to 3.0.6), it will take roughly 3 to 4 months.
|
|
|
For tiny release (e.g. 3.0.5 to 3.0.6), we plan to do it on a weekly basis.
|
|
|
|
|
|
For minor release (e.g. 3.1.6 to 3.2.0), we plan to do it on a monthly basis.
|
|
|
|
|
|
For major releases (e.g. 3.3.6 to 4.0.0), we plan to do it on a quarterly basis.
|
|
|
|
|
|
### Does OpenAPI Generator support all new features in [OpenAPI Specification v3](https://github.com/OAI/OpenAPI-Specification)?
|
|
|
|
|
|
No, we do not support **all** new features (e.g. callback, anyOf, etc) at the moment. We would definitely welcome contributions from the community to add support for these new features. Please search the [issue tracker](https://github.com/OpenAPITools/openapi-generator/issues/new) to see if anyone has opened a ticket to track the new feature. If no ticket has been opened yet, please open a new one and ideally a sample spec so that we can prioritize the feature request accordingly.
|
|
|
|
|
|
For minor release (e.g. 3.1.6 to 3.2.0), it will take roughly 4 to 6 months, depending on the features/bug fixes included in the minor release.
|
|
|
|
|
|
For major releases, it should probably take more than 6 months.
|
|
|
|
|
|
### How to debug OpenAPI Generator?
|
|
|
|
... | ... | |