Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Releases: OpenAPITools/swagger-parser

2.0.14-OpenAPITools.org-1

23 Aug 05:39
Compare
Choose a tag to compare

This released version is derived from the 2.0.14 release of the official project with 1 additional change:

It is published on maven central (with a modified groupId) and it uses a specific version suffix (OpenAPITools.org-1) to indicate that the version is built by a fork of the project.

<dependency>
  <groupId>org.openapitools.swagger.parser</groupId>
  <artifactId>swagger-parser</artifactId>
  <version>2.0.14-OpenAPITools.org-1</version>
</dependency>

For a full list of changes, please review the commit history to find out more.

2.0.13-OpenAPITools.org-2

28 Jun 19:32
Compare
Choose a tag to compare

This released version is derived from the 2.0.13 release of the official project with 1 additional change:

It is published on maven central (with a modified groupId) and it uses a specific version suffix (OpenAPITools.org-2) to indicate that the version is built by a fork of the project.

<dependency>
  <groupId>org.openapitools.swagger.parser</groupId>
  <artifactId>swagger-parser</artifactId>
  <version>2.0.13-OpenAPITools.org-2</version>
</dependency>

For a full list of changes, please review the commit history to find out more.

2.0.13-OpenAPITools.org-1

06 May 07:05
Compare
Choose a tag to compare

This released version is derived from the 2.0.12 release of the official project with 3 additional changes:

It is published on maven central (with a modified groupId) and it uses a specific version suffix (OpenAPITools.org-1) to indicate that the version is built by a fork of the project.

<dependency>
  <groupId>org.openapitools.swagger.parser</groupId>
  <artifactId>swagger-parser</artifactId>
  <version>2.0.13-OpenAPITools.org-1</version>
</dependency>

For a full list of changes, please review the commit history to find out more.

Version 2.0.11-OpenAPITools.org-1

26 Mar 16:28
Compare
Choose a tag to compare

This released version is derived from the 2.0.11 release of the official project with one additional change that is not present in master branch:

It is published on maven central (with a modified groupId) and it uses a specific version suffix (OpenAPITools.org-1) to indicate that the version is built by a fork of the project.

<dependency>
  <groupId>org.openapitools.swagger.parser</groupId>
  <artifactId>swagger-parser</artifactId>
  <version>2.0.11-OpenAPITools.org-1</version>
</dependency>

For a full list of changes, please review the commit history to find out more.

Version 2.0.10-OpenAPITools.org-1

26 Mar 05:17
Compare
Choose a tag to compare

This released version is derived from the 2.0.10 release of the official project with 2 additional changes that are not present in master branch:

  • See swagger-api#966
  • Remove usage of SNAPSHOT versions in the released version (see swagger-api#1053). Please notice that maven will still tries to access the SNAPSHOT repository

It is published on maven central (with a modified groupId) and it uses a specific version suffix (OpenAPITools.org-1) to indicate that the version is built by a fork of the project.

<dependency>
  <groupId>org.openapitools.swagger.parser</groupId>
  <artifactId>swagger-parser</artifactId>
  <version>2.0.10-OpenAPITools.org-1</version>
</dependency>

For a full list of changes, please review the commit history to find out more.

Version 2.0.8-OpenAPITools.org-2

17 Jan 04:47
Compare
Choose a tag to compare

This released version is derived from the 2.0.8 release of the official project with one additional change that is not present in master branch:

It is published on maven central (with a modified groupId) and it uses a specific version suffix (OpenAPITools.org-2) to indicate that the version is built by a fork of the project.

<dependency>
  <groupId>org.openapitools.swagger.parser</groupId>
  <artifactId>swagger-parser</artifactId>
  <version>2.0.8-OpenAPITools.org-2</version>
</dependency>

For a full list of changes, please review the commit history to find out more.

Version 2.0.8-OpenAPITools.org-1

21 Dec 16:40
Compare
Choose a tag to compare

This released version is derived from the 2.0.8-SNAPSHOT of the official project with some additional changes that are not present in master branch there.

It is published on maven central (with a modified groupId) and it uses a specific version suffix (OpenAPITools.org-1) to indicate that the version is built by a fork of the project.

<dependency>
  <groupId>org.openapitools.swagger.parser</groupId>
  <artifactId>swagger-parser</artifactId>
  <version>2.0.8-OpenAPITools.org-1</version>
</dependency>

For a full list of changes, please review the commit history to find out more.

Version 2.0.3-OpenAPITools.org-1

01 Sep 15:37
Compare
Choose a tag to compare

This released version is derived from the 2.0.3-SNAPSHOT of the official version and is meant to be used until 2.0.3 is officially released.

It is published on maven central (with a modified groupId) and it uses a specific version suffix (OpenAPITools.org-1) to indicate that the version is built by a fork of the project.

<dependency>
  <groupId>org.openapitools.swagger.parser</groupId>
  <artifactId>swagger-parser</artifactId>
  <version>2.0.3-OpenAPITools.org-1</version>
</dependency>

Some important bug fixes are highlighted as follows:

For a full list of changes, please review the commit history to find out more.

Version 2.0.2-OpenAPITools.org-1

31 Jul 08:15
Compare
Choose a tag to compare

This released version is derived from the 2.0.2-SNAPSHOT of the official version and is meant to be used until 2.0.2 is officially released (See swagger-api#780).

It is published on maven central (with a modified groupId) and it uses a specific version suffix (OpenAPITools.org-1) to indicate that the version is built by a fork of the project.

<dependency>
  <groupId>org.openapitools.swagger.parser</groupId>
  <artifactId>swagger-parser</artifactId>
  <version>2.0.2-OpenAPITools.org-1</version>
</dependency>

Some important bug fixes are highlighted as follows:

For a full list of changes, please review the commit history to find out more.

We would like to thank the authors of the pull requests: @ymohdriz, @A-Aravindhan, @bmordue