Skip to content

chore(release): prepare 0.36.1 - #7578

Merged
EclesioMeloJunior merged 11 commits into
mainfrom
prepare-0.36.1
Sep 1, 2026
Merged

chore(release): prepare 0.36.1#7578
EclesioMeloJunior merged 11 commits into
mainfrom
prepare-0.36.1

Conversation

@EclesioMeloJunior

@EclesioMeloJunior EclesioMeloJunior commented Sep 1, 2026

Copy link
Copy Markdown
Member

Summary of changes

Changes introduced in this pull request:

  • prepare release 0.36.1

Reference issue to close (if applicable)

Closes

Other information and links

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation. All new code adheres to the team's documentation standards,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

Outside contributions

  • This pull request is based on an issue that a maintainer has accepted (see Before Opening a Pull Request).
  • I have read and agree to the CONTRIBUTING document.
  • I have read and agree to the AI Policy document. I understand that failure to comply with the guidelines will lead to rejection of the pull request.

Summary by CodeRabbit

  • Release

    • Updated the application version to 0.36.1.
    • Prepared release metadata for the 0.36.1 release.
  • Documentation

    • Refined the changelog structure for upcoming changes, removals, and fixes.
    • Updated and preserved the 0.36.1 release notes.
  • Improvements

    • Improved Ethereum RPC state handling when requested data is unavailable during indexing.

@EclesioMeloJunior
EclesioMeloJunior requested a review from a team as a code owner September 1, 2026 12:52
@EclesioMeloJunior
EclesioMeloJunior requested review from LesnyRumcajs and akaladarshi and removed request for a team September 1, 2026 12:52
@EclesioMeloJunior EclesioMeloJunior added the Release PR which marks a new Release label Sep 1, 2026
@EclesioMeloJunior EclesioMeloJunior changed the title Prepare 0.36.1 chore(release): prepare 0.36.1 Sep 1, 2026
@coderabbitai

coderabbitai Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Essentials

Run ID: 35ac3583-3be7-48b7-a46a-91f8d669eedd

📥 Commits

Reviewing files that changed from the base of the PR and between 3381568 and 54bf519.

📒 Files selected for processing (1)
  • CHANGELOG.md
🔗 Linked repositories identified

CodeRabbit considers these linked repositories for cross-repo context during reviews:

  • filecoin-project/lotus (manual)
🚧 Files skipped from review as they are similar to previous changes (1)
  • CHANGELOG.md

Included review availability: 4 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 5 reviews per hour.


Walkthrough

The package version changes to 0.36.1. The changelog adds empty unreleased sections and retains the v0.36.1 entries. External RPC checks enable state computation on index misses.

Changes

Release metadata

Layer / File(s) Summary
Version and changelog update
Cargo.toml, CHANGELOG.md
The package version changes from 0.36.0 to 0.36.1. The changelog adds empty unreleased Changed, Removed, and Fixed sections and preserves the v0.36.1 entries.

External RPC test configuration

Layer / File(s) Summary
State computation on index misses
scripts/tests/external-rpc-checks/docker-compose.yaml
The forest service enables FOREST_ETH_RPC_COMPUTE_STATE_ON_INDEX_MISS=1.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 54bf5

This PR prepares the 0.36.1 release through localized metadata and version updates; no actionable merge-blocking risk remains after normal checks and review.

Suggested reviewers: akaladarshi

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the release preparation and specifies version 0.36.1. It matches the main changes in the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch prepare-0.36.1
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch prepare-0.36.1

Warning

Tools execution failed with the following error:

Failed to run tools: 14 UNAVAILABLE: Connection dropped


Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.84%. Comparing base (f3bf584) to head (54bf519).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files

see 10 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 05245e2...54bf519. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@LesnyRumcajs LesnyRumcajs left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

no green checkmark, no release!

Comment thread CHANGELOG.md
Comment thread CHANGELOG.md Outdated
@EclesioMeloJunior
EclesioMeloJunior added this pull request to the merge queue Sep 1, 2026
Merged via the queue into main with commit d231c4f Sep 1, 2026
74 of 75 checks passed
@EclesioMeloJunior
EclesioMeloJunior deleted the prepare-0.36.1 branch September 1, 2026 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release PR which marks a new Release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants