... | @@ -19,11 +19,17 @@ Yes, please join our [Slack workspace](https://join.slack.com/t/openapi-generato |
... | @@ -19,11 +19,17 @@ Yes, please join our [Slack workspace](https://join.slack.com/t/openapi-generato |
|
|
|
|
|
### How long does it take to release a stable version (e.g. 3.0.5 => 3.0.6)?
|
|
### 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), we plan to do it on a weekly basis.
|
|
For patch release (e.g. 3.0.5 to 3.0.6), we plan to do it on a bi-weekly basis.
|
|
|
|
|
|
For minor release (e.g. 3.1.6 to 3.2.0), we plan to do it on a monthly basis.
|
|
For minor release (e.g. 3.1.6 to 3.2.0), we plan to do it on a bi-monthly basis.
|
|
|
|
|
|
For major releases (e.g. 3.3.6 to 4.0.0), we plan to do it on a quarterly basis.
|
|
For major releases (e.g. 3.3.6 to 4.0.0), we plan to do it on a yearly basis.
|
|
|
|
|
|
|
|
Patch releases will not contain breaking changes.
|
|
|
|
|
|
|
|
Minor releases will contain breaking changes (with fallbacks) so that users can easily fall back to what the generator produces before.
|
|
|
|
|
|
|
|
Major releases will contain breaking changes (without fallbacks) so that users may need to resolve conflicts/issues when upgrading to a newer version.
|
|
|
|
|
|
### Does OpenAPI Generator support all new features in [OpenAPI Specification v3](https://github.com/OAI/OpenAPI-Specification)?
|
|
### Does OpenAPI Generator support all new features in [OpenAPI Specification v3](https://github.com/OAI/OpenAPI-Specification)?
|
|
|
|
|
... | | ... | |