Releases: valory-xyz/open-aea
Releases · valory-xyz/open-aea
Release list
v1.44.0
Packages:
- Re-generates the protocols to update the copyright header
- Updates the date range for issuing the certificates
- Adds optional key word arguments to
SEND_TRANSACTIONmessages
v1.43.0.post2
AEA:
- Fixes the default environment variable parsing for the base types
v1.43.0.post1
AEA:
- Fixes the default environment variable parsing
v1.43.0
AEA:
- Adds
--timeoutflag on aea install command - Fixes circular import issues on package manager
- Fixes nested list environment variable parsing
Plugins:
- Adds support for versioned transactions on
solanaplugin
v1.42.0
AEA:
- Pins
openapi-core==0.15.0,openapi-spec-validator<0.5.0,>=0.4.0andjsonschema<4.4.0,>=4.3.0
Chore:
- Adds a script for managing dependencies across various project configurations
v1.41.0.post1
Packages:
- Use
kwargs.popinstead ofkwargs.getto avoid extra argument error on ledger connection
v1.41.0
AEA:
- Fixes the source repository validation regex
- Updates the
generate-keycommand to prompt before overwriting the existing keys file - Fixes the inconsistent hashing caused by the
CRLFline endings - Updates the component loader to ignore the test modules when loading the component
- Adds support for overriding dependencies
- Updates the
synccommand to download missing dependencies and updatepackages.json - Updates the error messages for missing ledger plugins on
generate-keycommand
Plugins:
- Adds missing
py.typedmarkers - Backports the changes from the
agent-academy-2repository on the ledger connection - Ports
http_serveras a valory connection
v1.40.0
AEA:
- Removes the
web3pyfork 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
AEA:
- Pins
jsonschema<=4.19.0,>=4.16.0
v1.39.0
What's Changed
- Removes the rust installation from the user-image by @angrybayblade in #664
Full Changelog: v1.38.0...v1.39.0