Skip to content

Commit 348875a

Browse files
Release 3.6.1 (#180)
1 parent fc3ee33 commit 348875a

12 files changed

Lines changed: 28 additions & 12 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## What's New? ##
44

5-
* The latest version ([Tcases 3.6.0](ReleaseNotes.md#360)) is now available at the Maven Central Repository.
5+
* The latest version ([Tcases 3.6.1](ReleaseNotes.md#361)) is now available at the Maven Central Repository.
66
See [*How To Download Tcases*](HowToDownload.md) for download instructions.
77

8-
* Tcases 3.6.0 provides improvements to Tcases for OpenAPI. See the [release notes](ReleaseNotes.md#360) for details.
8+
* Tcases 3.6.1 provides improvements to Tcases for OpenAPI. See the [release notes](ReleaseNotes.md#361) for details.
99

1010
* Having trouble with Tcases? Check out [these tips](./Troubleshooting-FAQs.md).
1111

ReleaseNotes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Release Notes #
22

3+
## 3.6.1 ##
4+
5+
This release fixes the following issues.
6+
7+
* **Duplicate variable/value name defined for media types** [[178](https://github.com/Cornutum/tcases/issues/178)]
8+
9+
This issue concerns the input model created by Tcases for OpenAPI for any `content` object in an OpenAPI document. This
10+
portion of the input model defines variables for each of the media types for the `content`. The names of these variables and
11+
their values must be identifiers, which are generated from the media type name. But in some cases, the same identifier could
12+
be produced for two different media types. A change to the form of the generated identifier now ensures that
13+
unique values are produced for each media type.
14+
15+
* **Upgraded dependencies**
16+
17+
Upgraded to swagger-parser 2.0.26.
18+
319
## 3.6.0 ##
420

521
This release adds new options for Tcases for OpenAPI to improve the quality of generated executable tests.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.cornutum.tcases</groupId>
88
<artifactId>tcases</artifactId>
99
<packaging>pom</packaging>
10-
<version>3.6.1-SNAPSHOT</version>
10+
<version>3.6.1</version>
1111

1212
<name>Tcases</name>
1313
<description>Generates test cases from system input space models</description>

tcases-ant/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.cornutum.tcases</groupId>
99
<artifactId>tcases</artifactId>
10-
<version>3.6.1-SNAPSHOT</version>
10+
<version>3.6.1</version>
1111
</parent>
1212

1313
<artifactId>tcases-ant</artifactId>

tcases-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.cornutum.tcases</groupId>
99
<artifactId>tcases</artifactId>
10-
<version>3.6.1-SNAPSHOT</version>
10+
<version>3.6.1</version>
1111
</parent>
1212

1313
<artifactId>tcases-cli</artifactId>

tcases-io/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.cornutum.tcases</groupId>
99
<artifactId>tcases</artifactId>
10-
<version>3.6.1-SNAPSHOT</version>
10+
<version>3.6.1</version>
1111
</parent>
1212

1313
<artifactId>tcases-io</artifactId>

tcases-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.cornutum.tcases</groupId>
99
<artifactId>tcases</artifactId>
10-
<version>3.6.1-SNAPSHOT</version>
10+
<version>3.6.1</version>
1111
</parent>
1212

1313
<artifactId>tcases-lib</artifactId>

tcases-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.cornutum.tcases</groupId>
99
<artifactId>tcases</artifactId>
10-
<version>3.6.1-SNAPSHOT</version>
10+
<version>3.6.1</version>
1111
</parent>
1212

1313
<artifactId>tcases-maven-plugin</artifactId>

tcases-moco/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.cornutum.tcases</groupId>
99
<artifactId>tcases</artifactId>
10-
<version>3.6.1-SNAPSHOT</version>
10+
<version>3.6.1</version>
1111
</parent>
1212

1313
<artifactId>tcases-moco</artifactId>

tcases-openapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.cornutum.tcases</groupId>
99
<artifactId>tcases</artifactId>
10-
<version>3.6.1-SNAPSHOT</version>
10+
<version>3.6.1</version>
1111
</parent>
1212

1313
<artifactId>tcases-openapi</artifactId>

0 commit comments

Comments
 (0)