From 451ebcd5f5f6ee5f04571afa2eb169d12ee15c56 Mon Sep 17 00:00:00 2001 From: angrybayblade Date: Wed, 9 Aug 2023 09:26:47 +0000 Subject: [PATCH] chore: release notes --- HISTORY.md | 19 ++++++++++++++++--- SECURITY.md | 4 ++-- docs/upgrading.md | 5 ++++- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 715a8da753..f50435bf7c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,19 @@ # 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: @@ -8,12 +21,12 @@ Plugins: ## 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: diff --git a/SECURITY.md b/SECURITY.md index cd68d26cd1..49efde58d1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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 diff --git a/docs/upgrading.md b/docs/upgrading.md index 0d0af1535c..bdc355eca8 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -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`