Skip to content

Releases: valory-xyz/open-aea

v1.43.0

14 Dec 10:08
1d93b93
Compare
Choose a tag to compare

AEA:

  • Adds --timeout flag on aea install command
  • Fixes circular import issues on package manager
  • Fixes nested list environment variable parsing

Plugins:

  • Adds support for versioned transactions on solana plugin

v1.42.0

21 Nov 08:43
b20ef46
Compare
Choose a tag to compare

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

v1.41.0.post1

24 Oct 09:47
1fb5f4e
Compare
Choose a tag to compare

Packages:

  • Use kwargs.pop instead of kwargs.get to avoid extra argument error on ledger connection

v1.41.0

10 Oct 14:26
099751e
Compare
Choose a tag to compare

AEA:

  • Fixes the source repository validation regex
  • Updates the generate-key command to prompt before overwriting the existing keys file
  • Fixes the inconsistent hashing caused by the CRLF line endings
  • Updates the component loader to ignore the test modules when loading the component
  • Adds support for overriding dependencies
  • Updates the sync command to download missing dependencies and update packages.json
  • Updates the error messages for missing ledger plugins on generate-key command

Plugins:

  • Adds missing py.typed markers
  • Backports the changes from the agent-academy-2 repository on the ledger connection
  • Ports http_server as a valory connection

v1.40.0

26 Sep 12:42
4fc02c1
Compare
Choose a tag to compare

AEA:

  • Removes the web3py fork as a dependency
  • Bumps the protobuf to protobuf>=4.21.6,<5.0.0
  • Updates protocol buffers compiler to v24.3
  • Updates the protocol generator
  • Removes unused layers from the user image and uses minimal python image as base

v1.39.0.post1

21 Sep 09:04
43b725f
Compare
Choose a tag to compare

AEA:

  • Pins jsonschema<=4.19.0,>=4.16.0

v1.39.0

12 Sep 09:27
c9e14dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.38.0...v1.39.0

v1.38.0

18 Aug 05:24
ba461bc
Compare
Choose a tag to compare

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

v1.37.0

25 Jul 13:37
d4a7cf8
Compare
Choose a tag to compare

Plugins:

  • Replaces cosmpy with open-aea-cosmpy

Release: v1.36.0

19 Jul 13:00
Compare
Choose a tag to compare

Plugins:

  • cosmpy updated to 0.6.0

Framework:

  • pyyaml updated, tomte updated