fetchai / agents-tac

Competition and Agent Frameworks for the Trading Agents Competition
https://fetchai.github.io/agents-tac
Apache License 2.0
28 stars 8 forks source link

Bump aea from 0.1.4 to 1.0.2 #434

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps aea from 0.1.4 to 1.0.2.

Release notes

Sourced from aea's releases.

v1.0.2

AEA:

  • Bounds versions of dependencies by next major
  • Fixes incoherent warning message during package loading
  • Improves various incomprehensible error messages
  • Adds debug log message when abstract components are loaded
  • Adds tests and minor fixes for password related CLI commands and password usage in MultiAgentManager
  • Adds default error handler in MultiAgentManager
  • Ensures private key checks are performed after override setting in MultiAgentManager
  • Applies docstring fixes suggested by darglint
  • Fixes aea push --local command to use correct author
  • Fixes aea get-multiaddress command to consider overrides

Plugins:

  • Bounds versions of dependencies by next major

Packages:

  • Updates p2p_libp2p connection to use TCP sockets for all platforms
  • Multiple fixes on libp2p_node including better error handling and stream creation
  • Adds sending queue in p2p_libp2p connection to handle sending failures
  • Adds unit tests for libp2p_node utils
  • Adds additional tests for p2p_libp2p connection
  • Fixes location bug in AW5
  • Improves connection check handling in soef connection
  • Updates oracle and oracle client contracts for better access control
  • Adds skill tests for erc1155 skills
  • Adds skill tests for aries skills
  • Fixes minor bug in ML skills
  • Multiple additional tests and test stability fixes

Docs:

  • Extends demo docs to include guidance of usage in AEA Manager
  • Adds short guide on Kubernetes deployment
  • Multiple additional docs updates

Chores:

  • Adds --no-bump option to generate_all_protocols script
  • Adds script to detect if aea or plugins need bumping
  • Bumps various development dependencies
  • Adds Golang and GCC in Windows install script
  • Adds darglint to CI

Examples:

  • Updates TAC deployment scripts and images

v1.0.1

AEA:

  • Fixes wheels issue for Windows
  • Fixes password propagation for certificate issuance in MultiAgentManager
  • Improves error message when local registry not present

... (truncated)

Changelog

Sourced from aea's changelog.

1.0.2 (2021-06-03)

AEA:

  • Bounds versions of dependencies by next major
  • Fixes incoherent warning message during package loading
  • Improves various incomprehensible error messages
  • Adds debug log message when abstract components are loaded
  • Adds tests and minor fixes for password related CLI commands and password usage in MultiAgentManager
  • Adds default error handler in MultiAgentManager
  • Ensures private key checks are performed after override setting in MultiAgentManager
  • Applies docstring fixes suggested by darglint
  • Fixes aea push --local command to use correct author
  • Fixes aea get-multiaddress command to consider overrides

Plugins:

  • Bounds versions of dependencies by next major

Packages:

  • Updates p2p_libp2p connection to use TCP sockets for all platforms
  • Multiple fixes on libp2p_node including better error handling and stream creation
  • Adds sending queue in p2p_libp2p connection to handle sending failures
  • Adds unit tests for libp2p_node utils
  • Adds additional tests for p2p_libp2p connection
  • Fixes location bug in AW5
  • Improves connection check handling in soef connection
  • Updates oracle and oracle client contracts for better access control
  • Adds skill tests for erc1155 skills
  • Adds skill tests for aries skills
  • Fixes minor bug in ML skills
  • Multiple additional tests and test stability fixes

Docs:

  • Extends demo docs to include guidance of usage in AEA Manager
  • Adds short guide on Kubernetes deployment
  • Multiple additional docs updates

Chores:

  • Adds --no-bump option to generate_all_protocols script
  • Adds script to detect if aea or plugins need bumping
  • Bumps various development dependencies
  • Adds Golang and GCC in Windows install script
  • Adds darglint to CI

Examples:

  • Updates TAC deployment scripts and images

- (2021-05-05)

Packages:

  • Adds node watcher to p2p_libp2p connection

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #435.