Skip to content

Commit

Permalink
chore: release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Aug 9, 2023
1 parent a31a15f commit 451ebcd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
19 changes: 16 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
# Release History - open AEA


## 1.38.0 (2023-08-09)

Framework:
- Deprecates the support for `Python 3.7` and adds support for `Python 3.11`
- Adds support for multi platform docker images

Plugins:
- Replaces `web3py==5.31.4` with `open-aea-web3==6.0.1`
- Replaces `flashbots==1.1.1` with `open-aea-flashbots==1.3.0`
- Bumps `open-aea-cosmpy` to `v0.6.5`
- Deprecates the `apduboy` as a dependency
- Pins `ledgerwallet==0.1.3`

## 1.37.0 (2023-07-25)

Plugins:
- Replaces `cosmpy` with `open-aea-cosmpy`

## 1.36.0 (2023-07-19)

AEA:
- pyyaml updated, tomte updated

Plugins:
- cosmpy updated to 0.6.0

Framework:
- pyyaml updated, tomte updated

## 1.35.0 (2023-06-20)

Plugins:
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The following table shows which versions of `open-aea` are currently being suppo

| Version | Supported |
| --------- | ------------------ |
| `1.37.x` | :white_check_mark: |
| `< 1.37.0` | :x: |
| `1.38.x` | :white_check_mark: |
| `< 1.38.0` | :x: |

## Reporting a Vulnerability

Expand Down
5 changes: 4 additions & 1 deletion docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ Below we describe the additional manual steps required to upgrade between differ

## `v1.37.0` to `v1.38.0`

- `web3py` has been replaced with `open-aea-web3` and we forked this from `web3py@v6.0.0`, that means the method names will use the `snake-case` and the `camel-case` naming has been deprecated
- `web3py` has been replaced with `open-aea-web3` and we forked this from `web3py@v6.0.0`, that means the method names will use the `snake_case` and the `camelCase` naming has been deprecated
- `apduboy` has been deprecated as a dependency
- `flashbots` has been replaced with `open-aea-flashbots`
- Support for `Python 3.7` has been deprecated

## `v1.36.0` to `v1.37.0`

Expand Down

0 comments on commit 451ebcd

Please sign in to comment.