2.0.0 #297
joschi
announced in
Announcements
2.0.0
#297
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is the first stable release of OpenAPI-Diff under the umbrella of the OpenAPI Tools organization.
Many thanks to all contributors, especially the OpenAPI Tools team (@jmini, @jimschubert, @wing328) for their support during on-boarding, and @misterjoshua for contributing the OpenAPI-Diff Maven plugin and joining the development team.
Installation
Maven/Gradle
OpenAPI-Diff is available on Maven Central:
dependencies { implementation("org.openapitools.openapidiff:openapi-diff-core:2.0.0") }Docker
OpenAPI-Diff is available on Docker Hub as
openapitools/openapi-diff:Command Line
Maven Plugin
OpenAPI-Diff is also available as Maven plugin to include into your build:
What's Changed
Full Changelog: 1.2.0...2.0.0
New features and bug fixes
oneOffull support by @quen2404 in Oneof full support #43readOnly&writeOnlyby @quen2404 in Handle readOnly & writeOnly #42NullPointerExceptionwithoneOfdiscriminator change by @jmini in Fix NullPointerException with oneOf discriminator change #49allOfmerging for composite schemas by @damianw in improve allOf merging for composite schemas #85--fail-on-incompatibleoption by @mohamed-el-habib in add fail-on-incompatible option #74--rmand latest tag to container example by @jimschubert in Add --rm and latest tag to container example #183org.openapitools.openapidiffby @joschi in Migrate Java packages to org.openapitools.openapidiff #187{one,any,all}-ofby @gsdatta in Fix NPE with unnamed schemas in{one,any,all}-of#220--headerparameter by @derjust in Fix--headerparameter #236NullPointerExceptionwhen diffing security schemes withoutcomponentselement by @hiddewie in Fix NullPointerException when diffing security schemes withoutcomponentselement #260additionalPropertiesby @joschi in Support boolean values foradditionalProperties#266Dependency updates
New Contributors
--headerparameter #236This discussion was created from the release 2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions