Skip to content

Commit

Permalink
Merge pull request #44 from akamai/release/4.1.2
Browse files Browse the repository at this point in the history
Release/4.1.2
  • Loading branch information
robertolopezlopez committed Jul 21, 2022
2 parents 9b65afa + 9f6ad8d commit eed6b03
Show file tree
Hide file tree
Showing 25 changed files with 35 additions and 473 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change log

## 4.1.2 (July 21, 2022)

### Improvements

* Extract edgegrid-signer-gatling module to a separate project.

### Fixes

* Fixes for various vulnerabilities: OSSRH-66257, CVE-2020-36518, sonatype-2021-4682, CVE-2022-24823, sonatype-2019-0673, sonatype-2012-0050, sonatype-2021-4916

## 4.1.1 (February 17, 2022)

### Enhancements
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ This project contains a core implementation module and five bindings to specific
* [edgegrid-signer-google-http-client](edgegrid-signer-google-http-client) is a binding for [Google HTTP Client Library for Java][3].
* [edgegrid-signer-rest-assured](edgegrid-signer-rest-assured) is a binding for [REST-assured][4].
* [edgegrid-signer-async-http-client](edgegrid-signer-async-http-client) is a binding for [Async HTTP Client][13].
* [edgegrid-signer-gatling](edgegrid-signer-gatling) is a binding for [Gatling][14].


> Note: A number of similar libraries for signing requests exist for popular
Expand All @@ -66,7 +65,6 @@ programming languages, and you can find them at [https://github.com/akamai?q=edg
[11]: https://github.com/akamai-open/AkamaiOPEN-edgegrid-C-Sharp
[12]: https://github.com/akamai-open/AkamaiOPEN-edgegrid-golang
[13]: https://github.com/AsyncHttpClient/async-http-client
[14]: https://gatling.io/

## Authors

Expand Down
2 changes: 1 addition & 1 deletion edgegrid-signer-apache-http-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Include the following Maven dependency in your project POM:
<dependency>
<groupId>com.akamai.edgegrid</groupId>
<artifactId>edgegrid-signer-apache-http-client</artifactId>
<version>4.1.1</version>
<version>4.1.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion edgegrid-signer-apache-http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>edgegrid-signer-parent</artifactId>
<groupId>com.akamai.edgegrid</groupId>
<version>4.1.1</version>
<version>4.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edgegrid-signer-async-http-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Include the following Maven dependency in your project POM:
<dependency>
<groupId>com.akamai.edgegrid</groupId>
<artifactId>edgegrid-signer-async-http-client</artifactId>
<version>4.1.1</version>
<version>4.1.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion edgegrid-signer-async-http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>edgegrid-signer-parent</artifactId>
<groupId>com.akamai.edgegrid</groupId>
<version>4.1.1</version>
<version>4.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edgegrid-signer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>edgegrid-signer-parent</artifactId>
<groupId>com.akamai.edgegrid</groupId>
<version>4.1.1</version>
<version>4.1.2</version>
</parent>

<artifactId>edgegrid-signer-core</artifactId>
Expand Down
54 changes: 0 additions & 54 deletions edgegrid-signer-gatling/README.md

This file was deleted.

79 changes: 0 additions & 79 deletions edgegrid-signer-gatling/pom.xml

This file was deleted.

19 changes: 0 additions & 19 deletions edgegrid-signer-gatling/src/test/resources/logback-test.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit eed6b03

Please sign in to comment.