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

chore: release v1.22.0 #219

Merged
merged 13 commits into from
Jan 22, 2025
Merged

chore: release v1.22.0 #219

merged 13 commits into from
Jan 22, 2025

Conversation

fedellen
Copy link
Collaborator

@fedellen fedellen commented Jan 17, 2025

  • fixes Arconnect signing by using new signDataItem API over deprecated signature API
  • adds custom tags support to CLI commands upload-file and upload-folder

thiagocarvalhodev and others added 8 commits January 17, 2025 10:16
- Add tags option to CLI for specifying custom Arweave tags
- Implement tag parsing utility for CLI input format (name/value pairs)
- Update upload file options to include tags parameter
- Add types for tag support in UploadFileOptions
- Forward parsed tags to upload methods

Example usage:
turbo upload-file --tags Content-Type image/png App-Name MyApp
chore: main back to alpha
- Add tags option to upload commands
- Integrate tag support in uploadFile and uploadFolder commands
- Add tags to UploadOptions interface
…tent-type' of github.com:ardriveapp/turbo-sdk into PE-7109-upload-file-turbo-cli-allow-custom-tags-and-content-type
…tem-api

fix(arconnect): use signDataItem method, signature is deprecated PE-7455
## [1.21.1-alpha.1](v1.21.0...v1.21.1-alpha.1) (2025-01-17)

### Bug Fixes

* **arconnect:** use signDataItem method, signature is deprecated PE-7455 ([0cd3ca7](0cd3ca7))
@fedellen fedellen requested a review from a team as a code owner January 17, 2025 20:30
Copy link

codecov bot commented Jan 17, 2025

Codecov Report

Attention: Patch coverage is 45.83333% with 13 lines in your changes missing coverage. Please review.

Project coverage is 93.40%. Comparing base (3607657) to head (7bcf46b).
Report is 16 commits behind head on main.

Files with missing lines Patch % Lines
src/web/signer.ts 43.47% 13 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #219      +/-   ##
==========================================
- Coverage   93.73%   93.40%   -0.33%     
==========================================
  Files          25       25              
  Lines        3541     3562      +21     
  Branches      160      161       +1     
==========================================
+ Hits         3319     3327       +8     
- Misses        222      235      +13     

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

fedellen and others added 3 commits January 22, 2025 10:37
…-allow-custom-tags-and-content-type

PE-7109: feat(cli) add custom Arweave tags support
# [1.22.0-alpha.1](v1.21.1-alpha.1...v1.22.0-alpha.1) (2025-01-22)

### Features

* **cli:** add custom Arweave tags support ([4b367e2](4b367e2))
* **cli:** add tag support for file and folder uploads ([5580085](5580085))
@fedellen fedellen changed the title chore: release v1.21.1 chore: release v1.22.0 Jan 22, 2025
@fedellen fedellen self-assigned this Jan 22, 2025
Copy link
Collaborator

@thiagocarvalhodev thiagocarvalhodev left a comment

Choose a reason for hiding this comment

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

LGTM!

@fedellen fedellen merged commit 75e18d4 into main Jan 22, 2025
16 of 17 checks passed
@dtfiedler
Copy link
Collaborator

🎉 This PR is included in version 1.22.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants