... | ... | @@ -30,12 +30,12 @@ Thank you in advance for your sponsorship to help move the project forward. |
|
|
|
|
|
### Is there a chat room to discuss OpenAPI Generator?
|
|
|
|
|
|
Yes, please join our [Slack workspace](https://join.slack.com/t/openapi-generator/shared_invite/enQtNzAyNDMyOTU0OTE1LTY5ZDBiNDI5NzI5ZjQ1Y2E5OWVjMjZkYzY1ZGM2MWQ4YWFjMzcyNDY5MGI4NjQxNDBiMTlmZTc5NjY2ZTQ5MGM) and here is the [code of conduct](https://github.com/OpenAPITools/openapi-generator/blob/master/CODE_OF_CONDUCT.md) covering this project including the chat room.
|
|
|
Yes, please join our [Slack workspace](https://join.slack.com/t/openapi-generator/shared_invite/zt-12jxxd7p2-XUeQM~4pzsU9x~eGLQqX2g) and here is the [code of conduct](https://github.com/OpenAPITools/openapi-generator/blob/master/CODE_OF_CONDUCT.md) covering this project including the chat room.
|
|
|
|
|
|
|
|
|
### How long does it take to release a stable version (e.g. 3.0.5 => 3.0.6)?
|
|
|
|
|
|
For patch release (e.g. 3.0.5 to 3.0.6), we plan to do it on a bi-weekly basis.
|
|
|
For patch release (e.g. 3.0.5 to 3.0.6), 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.
|
|
|
|
... | ... | @@ -47,7 +47,7 @@ Minor releases will contain breaking changes (with fallbacks) so that users can |
|
|
|
|
|
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.x](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/) 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.
|
|
|
|
... | ... | |