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
oneOf
full support by @quen2404 in Oneof full support #43readOnly
&writeOnly
by @quen2404 in Handle readOnly & writeOnly #42NullPointerException
withoneOf
discriminator change by @jmini in Fix NullPointerException with oneOf discriminator change #49allOf
merging for composite schemas by @damianw in improve allOf merging for composite schemas #85--fail-on-incompatible
option by @mohamed-el-habib in add fail-on-incompatible option #74--rm
and latest tag to container example by @jimschubert in Add --rm and latest tag to container example #183org.openapitools.openapidiff
by @joschi in Migrate Java packages to org.openapitools.openapidiff #187{one,any,all}-of
by @gsdatta in Fix NPE with unnamed schemas in{one,any,all}-of
#220--header
parameter by @derjust in Fix--header
parameter #236NullPointerException
when diffing security schemes withoutcomponents
element by @hiddewie in Fix NullPointerException when diffing security schemes withoutcomponents
element #260additionalProperties
by @joschi in Support boolean values foradditionalProperties
#266Dependency updates
New Contributors
--header
parameter #236This discussion was created from the release 2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions