Skip to content

chore: release v0.8.4#121

Merged
r-near merged 1 commit intomainfrom
release-plz-2026-02-15T17-47-18Z
Mar 3, 2026
Merged

chore: release v0.8.4#121
r-near merged 1 commit intomainfrom
release-plz-2026-02-15T17-47-18Z

Conversation

@frol
Copy link
Copy Markdown
Contributor

@frol frol commented Feb 15, 2026

🤖 New release

  • near-api-types: 0.8.3 -> 0.8.4 (✓ API compatible changes)
  • near-api: 0.8.3 -> 0.8.4 (✓ API compatible changes)
Changelog

near-api-types

0.8.4 - 2026-03-03

Added

  • handle minimal tx response for NONE/INCLUDED wait_until (#128)
  • Implement Deref for NonDelegateAction and format output (#119)

Other

  • upgrade to Rust edition 2024 (#118)

near-api

0.8.4 - 2026-03-03

Added

  • handle minimal tx response for NONE/INCLUDED wait_until (#128)

Other

  • upgrade to Rust edition 2024 (#118)


This PR was generated with release-plz.

Copilot AI review requested due to automatic review settings February 15, 2026 17:47
@frol frol requested review from a team and akorchyn as code owners February 15, 2026 17:47
@github-project-automation github-project-automation bot moved this to NEW❗ in DevTools Feb 15, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 the version of both near-api-types and near-api packages from 0.8.3 to 0.8.4. The primary change is in near-api-types, which adds a Deref implementation for NonDelegateAction with improved formatting output (PR #119). The near-api package is being version-bumped to maintain synchronization with near-api-types, as it depends on this package.

Changes:

  • Updated workspace version from 0.8.3 to 0.8.4 in root Cargo.toml
  • Updated near-api-types dependency version to ~0.8.4
  • Added changelog entry for near-api-types v0.8.4 documenting the NonDelegateAction Deref implementation

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
Cargo.toml Updates workspace version to 0.8.4 and near-api-types dependency version
types/CHANGELOG.md Adds version 0.8.4 release entry with PR #119 changes

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

[workspace.package]
edition = "2021"
version = "0.8.3"
version = "0.8.4"
Copy link

Copilot AI Feb 15, 2026

Choose a reason for hiding this comment

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

The PR description states that near-api is being updated from 0.8.3 to 0.8.4, but the api/CHANGELOG.md file does not appear to be updated with a new 0.8.4 entry in this PR. The changelog only shows 0.8.3 as the latest version. Since this is a release PR for version 0.8.4, there should be a corresponding CHANGELOG entry for near-api 0.8.4, or the version should remain at 0.8.3 if there are no changes to the near-api package.

Copilot uses AI. Check for mistakes.
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 50.90%. Comparing base (95b6b3a) to head (5c99c70).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #121   +/-   ##
=======================================
  Coverage   50.90%   50.90%           
=======================================
  Files          40       40           
  Lines        5265     5265           
=======================================
  Hits         2680     2680           
  Misses       2585     2585           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@frol frol force-pushed the release-plz-2026-02-15T17-47-18Z branch from 8a8f062 to 922d772 Compare February 20, 2026 21:44
@frol frol force-pushed the release-plz-2026-02-15T17-47-18Z branch from 922d772 to e222ab9 Compare February 28, 2026 19:06
@frol frol force-pushed the release-plz-2026-02-15T17-47-18Z branch from e222ab9 to 5c99c70 Compare March 3, 2026 16:17
@r-near r-near enabled auto-merge (squash) March 3, 2026 16:36
@r-near r-near merged commit 37fee2c into main Mar 3, 2026
14 checks passed
@r-near r-near deleted the release-plz-2026-02-15T17-47-18Z branch March 3, 2026 16:36
@github-project-automation github-project-automation bot moved this from NEW❗ to Shipped 🚀 in DevTools Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Shipped 🚀

Development

Successfully merging this pull request may close these issues.

4 participants