Skip to content

Releases: openapi-processor/openapi-processor-api

2024.2

10 Nov 13:49
Compare
Choose a tag to compare

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

29 Sep 13:26
Compare
Choose a tag to compare

added interface to provide the target source/resource folders for integration testing:

  • io.openapiprocessor.api.v2.OpenApiProcessorTest

2023.1

03 Jul 06:54
Compare
Choose a tag to compare

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

07 Feb 17:16
Compare
Choose a tag to compare
  • publish releases on maven central & snapshots on oss.sonatype.org

2020.3 (1.3.0)

12 Dec 15:54
Compare
Choose a tag to compare

new interface:

  • io.openapiprocessor.api.v1.Version (experimental & optional) interface to provide a version to the playground.

1.2.0

29 Nov 15:00
Compare
Choose a tag to compare
  • 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

29 Jun 06:54
Compare
Choose a tag to compare
  • 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

06 Jun 16:40
Compare
Choose a tag to compare
  • removed (old) deprecated interface
  • built cleanup

1.0.0.M4

16 Feb 09:43
Compare
Choose a tag to compare
1.0.0.M4 Pre-release
Pre-release
  • (breaking change) renamed to openapi-processor-api

1.0.0.M3

31 Dec 14:53
Compare
Choose a tag to compare
1.0.0.M3 Pre-release
Pre-release
  • changed version, identical to 1.0.0.B2