-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
fedellen
commented
Jan 17, 2025
•
edited
Loading
edited
- fixes Arconnect signing by using new signDataItem API over deprecated signature API
- adds custom tags support to CLI commands upload-file and upload-folder
- 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
Co-authored-by: Derek Sonnenberg <[email protected]>
- 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))
Codecov ReportAttention: Patch coverage is
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. |
…tags-and-content-type
…-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))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
🎉 This PR is included in version 1.22.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |