Skip to content

Release 0.6.1#1753

Merged
DavidMinarsch merged 144 commits intomasterfrom
develop
Sep 17, 2020
Merged

Release 0.6.1#1753
DavidMinarsch merged 144 commits intomasterfrom
develop

Conversation

@DavidMinarsch
Copy link
Copy Markdown
Contributor

@DavidMinarsch DavidMinarsch commented Sep 16, 2020

Release summary

Version number: v0.6.1

Release details

  • Adds a standalone script to deploy an ACN node
  • Adds filtering of out-dated addresses in DHT lookups
  • Updates multiple developer scripts
  • Increases code coverage of all protocols to 100%
  • Fixes a disconnection issue of the multiplexer
  • Extends soef connection to support additional registration commands and search responses
  • Extends oef_search protocol to include success performative and agent info in search response
  • Adds README.mds to all skills
  • Adds configurable exception policy handling for multiplexer
  • Fixes support for http headers in http server connection
  • Adds additional consistency checks on addresses in dialogues
  • Exposes decision maker address on skill context
  • Adds comprehensive benchmark scripts
  • Multiple docs updates including additional explanations of soef usage
  • Multiple additional tests and test stability fixes

Checklist

Put an x in the boxes that apply.

  • I have read the CONTRIBUTING doc
  • I am making a pull request against the master branch (left side), from develop
  • Lint and unit tests pass locally
  • I have checked the fingerprint hashes are correct by running (scripts/generate_ipfs_hashes.py)
  • I have regenerated the latest API docs
  • I built the documentation and updated it with the latest changes
  • I have added an item in HISTORY.md for this release
  • I bumped the version number in the aea/__version__.py file.
  • I bumped the version number in the docs/version.md file
  • I bumped the version number in every Docker image of the repo and published it. Also, I built and published them with tag latest
    (check the READMEs of aea-develop
    and aea-deploy)
  • I have checked that the documentation about the aea cli tool works
  • I have pushed the latest packages to the registry.

Further comments

panasevychol and others added 30 commits September 1, 2020 17:03
dedicated nodepool for agent benchmarking
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Sep 17, 2020

Codecov Report

Merging #1753 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master     #1753     +/-   ##
===========================================
  Coverage   100.00%   100.00%             
===========================================
  Files          201       246     +45     
  Lines        14774     17752   +2978     
===========================================
+ Hits         14774     17752   +2978     
Flag Coverage Δ
#unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...etchai/connections/p2p_libp2p_client/connection.py 100.00% <ø> (ø)
packages/fetchai/protocols/oef_search/dialogues.py 100.00% <ø> (ø)
aea/__version__.py 100.00% <100.00%> (ø)
aea/aea.py 100.00% <100.00%> (ø)
aea/aea_builder.py 100.00% <100.00%> (ø)
aea/cli/registry/settings.py 100.00% <100.00%> (ø)
aea/cli/search.py 100.00% <100.00%> (ø)
aea/cli_gui/__init__.py 100.00% <100.00%> (ø)
aea/configurations/base.py 100.00% <100.00%> (ø)
aea/context/base.py 100.00% <100.00%> (ø)
... and 66 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ec99bc7...b6b237a. Read the comment docs.

Copy link
Copy Markdown
Contributor

@solarw solarw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DavidMinarsch DavidMinarsch merged commit ce418be into master Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants