fetchai / agents-tac

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

Bump aea from 0.1.4 to 1.0.1 #432

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps aea from 0.1.4 to 1.0.1.

Release notes

Sourced from aea's releases.

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

AEALite:

  • Adds full protocol support
  • Adds end-to-end interaction example with AEA (based on fetchai/fipa protocol)
  • Multiple additional tests and test stability fixes

Packages:

  • Fixes multiple bugs in ERC1155 version of TAC
  • Refactors p2p connections for better separation of concerns and maintainability
  • Integrates aggregation with simple oracle skill
  • Ensures genus and classifications are used in all skills using SOEF
  • Extends SOEF connection to implement oef_search protocol fully
  • Handles SOEF failures in skills
  • Adds simple aggregation skills including tests and docs
  • Adds tests for registration AW agents
  • Adds tests for reconnection logic in p2p connections
  • Multiple additional tests and test stability fixes

Docs:

  • Extends car park demo with usage guide for AEA manager
  • Multiple additional docs updates

Examples:

  • Adds TAC deployment example

Rise of the AEAs

  • Improves contributor guide
  • Enables additional pylint checks
  • Adds configuration support on exception behaviour in ledger plugins
  • Improves exception handling in aea-ledger-cosmos and aea-ledger-fetchai plugins
  • Improves quickstart guide
  • Fixes multiple flaky tests
  • Fixes various outdated metadata
  • Resolves a CVE (CVE-2021-27291) affecting development dependencies
  • Adds end-to-end support and tests for simple oracle on Ethereum and Fetch.ai ledgers
  • Multiple minor fixes
  • Multiple additional tests and test stability fixes

v1.0.0rc2

  • Extends CLI command aea fingerprint to allow fingerprinting of agents
  • Improves deploy-image Docker example
  • Fixes a bug in MultiAgentManager which leaves it in an unclean state when project adding fails
  • Fixes dependencies of aea-legder-fetchai
  • Improves guide on HTTP client and server connection
  • Removes pickle library usage in the ML skills

... (truncated)

Changelog

Sourced from aea's changelog.

1.0.1 (2021-04-30)

AEA:

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

AEALite:

  • Adds full protocol support
  • Adds end-to-end interaction example with AEA (based on fetchai/fipa protocol)
  • Multiple additional tests and test stability fixes

Packages:

  • Fixes multiple bugs in ERC1155 version of TAC
  • Refactors p2p connections for better separation of concerns and maintainability
  • Integrates aggregation with simple oracle skill
  • Ensures genus and classifications are used in all skills using SOEF
  • Extends SOEF connection to implement oef_search protocol fully
  • Handles SOEF failures in skills
  • Adds simple aggregation skills including tests and docs
  • Adds tests for registration AW agents
  • Adds tests for reconnection logic in p2p connections
  • Multiple additional tests and test stability fixes

Docs:

  • Extends car park demo with usage guide for AEA manager
  • Multiple additional docs updates

Examples:

  • Adds TAC deployment example

1.0.0 (2021-03-30)

  • Improves contributor guide
  • Enables additional pylint checks
  • Adds configuration support on exception behaviour in ledger plugins
  • Improves exception handling in aea-ledger-cosmos and aea-ledger-fetchai plugins
  • Improves quickstart guide
  • Fixes multiple flaky tests
  • Fixes various outdated metadata
  • Resolves a CVE (CVE-2021-27291) affecting development dependencies
  • Adds end-to-end support and tests for simple oracle on Ethereum and Fetch.ai ledgers
  • Multiple minor fixes
  • Multiple additional tests and test stability fixes

1.0.0rc2 (2021-03-28)

  • Extends CLI command aea fingerprint to allow fingerprinting of agents
  • Improves deploy-image Docker example
  • Fixes a bug in MultiAgentManager which leaves it in an unclean state when project adding fails

... (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 3 years ago

Superseded by #434.