Skip to content

Commit

Permalink
0.11.1 and aiohttp dependency update
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Curran <[email protected]>
  • Loading branch information
swcurran committed May 7, 2024
1 parent 8d04f0e commit 81e8bbb
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 99 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Aries Cloud Agent Python Changelog

## 0.11.1

A patch release to update the `aiohttp` library such that a reported serious
vulnerability is addressed such that a crafted payload delivered to `aiohttp`
can put it in an infinite loop, which can be used for a low cost denial of
service attack. [CVE-2024-30251] describes the issue.

[CVE-2024-30251]: https://github.com/advisories/GHSA-5m98-qgg9-wh84

### 0.11.0 Breaking Changes

There are no breaking changes in this release. The only changed is the updated
`aiohttp` dependency.

#### 0.11.0 Categorized List of Pull Requests

- Dependency update and release PR
- 0.11.1 and aiohttp update [\#2936](https://github.com/hyperledger/aries-cloudagent-python/pull/2936) [swcurran](https://github.com/swcurran)

## 0.11.0

### November 24, 2023
Expand Down
2 changes: 1 addition & 1 deletion PUBLISHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Once ready to do a release, create a local branch that includes the following up
- Use a command like the following, adjusting the tag parameters as
appropriate. `docker run -it --rm -v "$(pwd)":/usr/local/src/your-app
githubchangeloggenerator/github-changelog-generator --user hyperledger
--project aries-cloudagent-python --output 0.11.0rc2.md --since-tag 0.10.4
--project aries-cloudagent-python --output 0.11.1.md --since-tag 0.11.0
--future-release 0.11.1rc2 --release-branch main --token <your-token>`
- In the generated file, use only the PR list -- we don't include the list of
closed issues in the Change Log.
Expand Down
2 changes: 1 addition & 1 deletion open-api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi" : "3.0.1",
"info" : {
"title" : "Aries Cloud Agent",
"version" : "v0.11.0"
"version" : "v0.11.1"
},
"servers" : [ {
"url" : "/"
Expand Down
2 changes: 1 addition & 1 deletion open-api/swagger.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger" : "2.0",
"info" : {
"version" : "v0.11.0",
"version" : "v0.11.1",
"title" : "Aries Cloud Agent"
},
"tags" : [ {
Expand Down
Loading

0 comments on commit 81e8bbb

Please sign in to comment.