Releases: openapi-processor/openapi-processor-api
Releases · openapi-processor/openapi-processor-api
2024.2
extracted integration testing interface
- from:
io.openapiprocessor.api.v2.OpenApiProcessorTest
- to:
io.openapiprocessor.test.api.OpenApiProcessorTest
with group/artifact openapi-processor:openapi-processor-test-api:<core version>
2024.1
added interface to provide the target source/resource folders for integration testing:
io.openapiprocessor.api.v2.OpenApiProcessorTest
2023.1
new interface version:
io.openapiprocessor.api.v2.OpenApiProcessor
(unchanged)
io.openapiprocessor.api.v2.OpenApiProcessorVersion
new (optional) interface to provide the current version and check for a newer version.
2021.1
- publish releases on maven central & snapshots on oss.sonatype.org
2020.3 (1.3.0)
new interface:
io.openapiprocessor.api.v1.Version
(experimental & optional) interface to provide a version to the playground.
1.2.0
- another package change/improvement of the interface:
- old package
io.openapiprocessor.api.OpenApiProcessor
(deprecated)
- new package
io.openapiprocessor.api.v1.OpenApiProcessor
(the interface itself is the same)
1.1.0
- new artifact group id:
io.openapiprocessor:openapi-processor:1.1.0
- added interface under new package name
io.openapiprocessor.api.OpenApiProcessor
. It extends from the "old" interface, i.e. using it will not break the gradle plugin (1.0.0.M7)
- marked "old" interface as deprecated
1.0.0
- removed (old) deprecated interface
- built cleanup
1.0.0.M4
- (breaking change) renamed to openapi-processor-api
1.0.0.M3
- changed version, identical to 1.0.0.B2