-
Notifications
You must be signed in to change notification settings - Fork 7
chore: release v0.8.0 #87
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
Conversation
34f467d to
2c1c6ad
Compare
2c1c6ad to
8e1d158
Compare
8e1d158 to
2732d93
Compare
2732d93 to
14b2743
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #87 +/- ##
=======================================
Coverage 52.15% 52.15%
=======================================
Files 38 38
Lines 4953 4953
=======================================
Hits 2583 2583
Misses 2370 2370 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
84c3fc1 to
c06d120
Compare
c06d120 to
1b7c8c6
Compare
1b7c8c6 to
a4a83a9
Compare
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.
Pull request overview
This is a release PR that bumps both near-api-types and near-api from version 0.7.8 to 0.8.0, introducing breaking changes to the public API. The release includes improvements to error handling, signer interfaces, NEP-413 message verification support, and fixes for serialization issues.
Key Changes:
- Version bump to 0.8.0 with breaking API changes for both packages
- Added NEP-413 message verification functionality
- Improved error handling by restricting unwrap/expect usage and deferring errors for contract interaction
- Enhanced signer interface and removed PublicKeyProvider for better code clarity
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| types/CHANGELOG.md | Documents breaking changes and new features for near-api-types v0.8.0 |
| api/CHANGELOG.md | Documents breaking changes and new features for near-api v0.8.0 |
| Cargo.toml | Updates workspace version from 0.7.8 to 0.8.0 and near-api-types dependency version |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
a4a83a9 to
ab615e8
Compare
Co-authored-by: Copilot <[email protected]>
🤖 New release
near-api-types: 0.7.8 -> 0.8.0 (⚠ API breaking changes)near-api: 0.7.8 -> 0.8.0 (⚠ API breaking changes)⚠
near-api-typesbreaking changes⚠
near-apibreaking changesChangelog
near-api-typesnear-apiThis PR was generated with release-plz.