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.0 #429

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps aea from 0.1.4 to 1.0.0.

Release notes

Sourced from aea's releases.

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
  • Adds various consistency checks in configurations
  • Replaces usage of pyaes with pycryptodome in plugins
  • Changes generator to avoid non-idiomatic usage of type checks
  • Multiple minor fixes
  • Multiple additional tests and test stability fixes

v1.0.0rc1

  • Adds CLI command aea get-public-key
  • Adds support for encrypting private keys at rest
  • Adds support for configuration of decision maker and error handler instances from aea-config.yaml
  • Adds support for explicitly marking behaviours and handlers as dynamic
  • Adds support for fetchai ledger to oracle skills and contract
  • Adds timeout support on multiplexer calls to connections
  • Fixes bug in regex constrained string for id validation
  • Adds docs section on how AEAs satisfy 12-factor methodology
  • Adds docs section on tradeoffs made in v1
  • Adds example for logs streaming to browser
  • Removes multiple temporary hacks for backwards compatibility
  • Adds skills tests coverage for echo and http_echo skills
  • Adds required_ledgers field in aea-config.yaml
  • Removes registry_path field in aea-config.yaml
  • Adds message_format field to cert requests
  • Removes requirement for exact protocol buffers compiler, prints version used in protocols
  • Adds support to configure task manager mode via aea-config.yaml
  • Fixed spelling across docstrings in code base
  • Multiple minor fixes
  • Multiple docs updates to fix order of CLI commands with respect to installing dependencies
  • Multiple additional tests and test stability fixes

v0.11.2

... (truncated)

Changelog

Sourced from aea's changelog.

1.0.0 (2020-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 (2020-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
  • Fixes dependencies of aea-legder-fetchai
  • Improves guide on HTTP client and server connection
  • Removes pickle library usage in the ML skills
  • Adds various consistency checks in configurations
  • Replaces usage of pyaes with pycryptodome in plugins
  • Changes generator to avoid non-idiomatic usage of type checks
  • Multiple minor fixes
  • Multiple additional tests and test stability fixes

1.0.0rc1 (2020-03-24)

  • Adds CLI command aea get-public-key
  • Adds support for encrypting private keys at rest
  • Adds support for configuration of decision maker and error handler instances from aea-config.yaml
  • Adds support for explicitly marking behaviours and handlers as dynamic
  • Adds support for fetchai ledger to oracle skills and contract
  • Adds timeout support on multiplexer calls to connections
  • Fixes bug in regex constrained string for id validation
  • Adds docs section on how AEAs satisfy 12-factor methodology
  • Adds docs section on tradeoffs made in v1
  • Adds example for logs streaming to browser
  • Removes multiple temporary hacks for backwards compatibility
  • Adds skills tests coverage for echo and http_echo skills
  • Adds required_ledgers field in aea-config.yaml
  • Removes registry_path field in aea-config.yaml
  • Adds message_format field to cert requests
  • Removes requirement for exact protocol buffers compiler, prints version used in protocols
  • Adds support to configure task manager mode via aea-config.yaml
  • Fixed spelling across docstrings in code base
  • Multiple minor fixes
  • Multiple docs updates to fix order of CLI commands with respect to installing dependencies

... (truncated)

Commits
  • 6659920 Merge pull request #2429 from fetchai/develop
  • 321b1a1 Merge pull request #2428 from fetchai/feature/v1.0.0_final
  • d226811 Add history item, fix spelling
  • ff1bf7b Update contracts in oracle packages
  • 0e874d6 Catch json decode error and process properly in cosmos plugins
  • 1af71f1 Add upgrading section in docs, fix links
  • 9dc4ae6 Update api docs
  • 8b957ba Update development status in plugins
  • f12255a Add nosec in conftest
  • 36dc3ad Add fixes from James
  • Additional commits viewable in compare view


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 #432.