You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any plans to make a v3 tag with this breaking change?
This would be great - a good balance between moving folks to libopenapi while making it clear it's a breaking change.
When we performed the bump to v2 @mromaszewicz and I decided we would not support v1, especially as it was not a significantly breaking change, and in our opinion would be a fairly low effort move (as we had seen on codebases we made the changes as tests)
OpenAPI 3.1 is great, brings full JSON Schema compatibility. It would be great if generator would support it.
Moving this comment here:
This would be great - a good balance between moving folks to
libopenapiwhile making it clear it's a breaking change.When we performed the bump to v2 @mromaszewicz and I decided we would not support v1, especially as it was not a significantly breaking change, and in our opinion would be a fairly low effort move (as we had seen on codebases we made the changes as tests)
However, for the v3 bump - whether that's
libopenapior some of the breaking changes planned for v3 - we do not want to follow this model.Instead, we will support v2 and v3 together, for some time I.e. 12 months. This will allow folks to mo…