Releases: eclipse/microprofile-open-api
Releases · eclipse/microprofile-open-api
RC1- MicroProfile OpenAPI 1.1
RC1 for MicroProfile OpenAPI 1.1
Changes include:
- the addition of the JAXRS 2.1
PATCH
method - various improvements to the TCK, annotations and models
- bug fixes, documentation updates, more convenience methods, etc.
Coordinates on maven central:
<dependency>
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-api</artifactId>
<version>1.1-RC1</version>
</dependency>
MicroProfile OpenAPI 1.0.1
MicroProfile OpenAPI 1.0.1 final release.
This patch release updates only the TCK.
Changes:
- fixes issues in the TCK such as incorrect assertions and test application invalid scenarios
- enhanced the TCK framework such that a separately deployed
proxy.war
is no longer needed. - query which describes the fixed items: https://github.com/eclipse/microprofile-open-api/issues?q=label%3A%221.0.1+candidate%22+is%3Aclosed
Maven central artifacts: https://search.maven.org/#search%7Cga%7C1%7Cmicroprofile-openapi
MicroProfile OpenAPI 1.0.1 RC1
Release Candidate 1 for MP OpenAPI 1.0.1 patch release.
Changes:
- fixes issues in the TCK such as incorrect assertions and test application invalid scenarios
- enhanced the TCK framework such that a separately deployed
proxy.war
is no longer needed. - query which describes the fixed items: https://github.com/eclipse/microprofile-open-api/issues?q=label%3A%221.0.1+candidate%22+is%3Aclosed
MicroProfile OpenAPI 1.0
MicroProfile OpenAPI RC2
Release Candidate 2 for the MicroProfile OpenAPI specification.
Changes since RC1:
- simplification of the
@Operation
annotation - minor text edits and clarifications in the spec
- additional TCK coverage (annotations, models)
- Collapsed the various
Parameter
sub-types into a single one (consistent withSchema
)