Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.11.1 and aiohttp dependency update #2936

Merged
merged 1 commit into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading