Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.41.0 #683

Merged
merged 4 commits into from
Oct 10, 2023
Merged

Release v1.41.0 #683

merged 4 commits into from
Oct 10, 2023

Conversation

angrybayblade
Copy link

Release summary

Version number: v1.41.0

Release details

AEA:

  • Fixes the source repository validation regex
  • Updates the generate-key command to prompt before overwriting the existing keys file
  • Fixes the inconsistent hashing caused by the CRLF line endings
  • Updates the component loader to ignore the test modules when loading the component
  • Adds support for overriding dependencies
  • Updates the sync command to download missing dependencies and update packages.json
  • Updates the error messages for missing ledger plugins on generate-key command

Plugins:

  • Adds missing py.typed markers
  • Backports the changes from the agent-academy-2 repository on the ledger connection
  • Ports http_server as a valory connection

Checklist

Put an x in the boxes that apply.

  • I have read the CONTRIBUTING doc
  • I am making a pull request against the main branch (left side), from develop
  • Lint and unit tests pass locally and in CI
  • I have checked the fingerprint hashes are correct by running (aea packages lock --check)
  • 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 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-user)
  • I have pushed the latest packages to the registry.
  • I have uploaded the latest aea to PyPI.
  • I have uploaded the latest plugins to PyPI.

@codecov-commenter
Copy link

codecov-commenter commented Oct 10, 2023

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (49fde22) 91.94% compared to head (ee2f998) 91.93%.

Additional details and impacted files
@@                    Coverage Diff                    @@
##           feat/port-http-server     #683      +/-   ##
=========================================================
- Coverage                  91.94%   91.93%   -0.01%     
=========================================================
  Files                        371      371              
  Lines                      29632    29635       +3     
=========================================================
  Hits                       27246    27246              
- Misses                      2386     2389       +3     
Flag Coverage Δ
unittests 91.93% <46.66%> (-0.01%) ⬇️

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

Files Coverage Δ
aea/__version__.py 100.00% <100.00%> (ø)
aea/helpers/ipfs/base.py 94.73% <42.85%> (-4.63%) ⬇️

... and 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@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

@angrybayblade angrybayblade merged commit 3a13325 into feat/port-http-server Oct 10, 2023
31 of 32 checks passed
@DavidMinarsch DavidMinarsch deleted the release/v1.41.0 branch October 12, 2023 23:54
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.

3 participants