Skip to content

Commit

Permalink
Release 3.8.3 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrykimbrough authored Sep 2, 2022
1 parent 667a781 commit e592889
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[![javadoc](https://javadoc.io/badge2/org.cornutum.tcases/tcases-shell/javadoc.svg?style=plastic)](https://javadoc.io/doc/org.cornutum.tcases/tcases-shell)

## What's New? ##
* The latest version ([Tcases 3.8.2](ReleaseNotes.md#382)) is now available at the Maven Central Repository.
* The latest version ([Tcases 3.8.3](ReleaseNotes.md#383)) is now available at the Maven Central Repository.
See [*How To Download Tcases*](HowToDownload.md) for download instructions.

* Tcases 3.8.2 provides improvements to Tcases for OpenAPI. See the [release notes](ReleaseNotes.md#382) for details.
* Tcases 3.8.3 updates Tcases for OpenAPI to ensure that OAuth bearer tokens are applied correctly. See the [release notes](ReleaseNotes.md#383) for details.

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

Expand Down
11 changes: 11 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes #

## 3.8.3 ##

This release provides the following improvements to Tcases for OpenAPI.

* **Bearer tokens should not be base64-encoded** [[242](https://github.com/Cornutum/tcases/issues/242)]

Tests generated by Tcases for OpenAPI contain code to handle credentials for the authorization scheme defined in the
OpenAPI definition. Because of an ambiguity in the specification for OAuth bearer tokens, tests generated in previous
releases incorrectly encoded user-specified bearer tokens using Base64. But in this release, no such encoding is applied
to bearer tokens.

## 3.8.2 ##

This release provides the following improvements to Tcases for OpenAPI.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<packaging>pom</packaging>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>

<name>Tcases</name>
<description>Generates test cases from system input space models</description>
Expand Down
2 changes: 1 addition & 1 deletion tcases-ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>tcases-ant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tcases-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>tcases-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tcases-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>tcases-io</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tcases-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>tcases-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tcases-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>tcases-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tcases-moco/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>tcases-moco</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tcases-openapi-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>tcases-openapi-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tcases-openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>tcases-openapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tcases-rest-assured/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>tcases-rest-assured</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tcases-shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.cornutum.tcases</groupId>
<artifactId>tcases</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<artifactId>tcases-shell</artifactId>
Expand Down

0 comments on commit e592889

Please sign in to comment.