Skip to content

Commit

Permalink
chore: release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Nov 20, 2023
1 parent 78c3778 commit 446d1e4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History - open AEA

## 1.42.0 (2023-11-20)

AEA:
- Pins `openapi-core==0.15.0`, `openapi-spec-validator<0.5.0,>=0.4.0` and `jsonschema<4.4.0,>=4.3.0`

Chore:
- Adds a script for managing dependencies across various project configurations

## 1.41.0.post1 (2023-10-23)

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.41.x` | :white_check_mark: |
| `< 1.41.0` | :x: |
| `1.42.x` | :white_check_mark: |
| `< 1.42.0` | :x: |

## Reporting a Vulnerability

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

- No backwards incompatible changes

## `v1.41.0` to `v1.41.0.post1`

- No backwards incompatible changes

## `v1.40.0` to `v1.41.0`

- The way the dependencies will be selected for installation when running `aea install` has changed. Before this version, the versions were being merging all of the versions for a python package and using the most compatible version specifier possible. With this release, this behaviour will be replaced by overriding the dependencies in the following order `extra dependencies provided by flag > agent > skill > connection > contract > protocol` what this means is, let's say you have 3 packages with a same python package as a dependency
Expand Down

0 comments on commit 446d1e4

Please sign in to comment.