Skip to content

Commit 8cec826

Browse files
justin808claude
andcommitted
Consolidate all beta versions into v16.2.0.beta.10
Replace v16.2.0.beta.8 with v16.2.0.beta.10 as the final beta release. Consolidated all changelog entries from beta versions, including PR 2052 (Duplicate Rake Task Execution fix) moved from Unreleased to Fixed section. Updated version diff links at bottom of file. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 39267e8 commit 8cec826

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ After a release, please make sure to run `bundle exec rake update_changelog`. Th
2323

2424
Changes since the last non-beta release.
2525

26-
#### Fixed
27-
28-
- **Duplicate Rake Task Execution**: Fixed rake tasks executing twice during asset precompilation and other rake operations. Rails Engine was loading task files twice: once via explicit `load` calls in the `rake_tasks` block (Railtie layer) and once via automatic file loading from `lib/tasks/` (Engine layer). This caused `react_on_rails:assets:webpack`, `react_on_rails:generate_packs`, and `react_on_rails:locale` tasks to run twice, significantly increasing build times. Removed explicit `load` calls and now rely on Rails Engine's standard auto-loading behavior. [PR 2052](https://github.com/shakacode/react_on_rails/pull/2052) by [justin808](https://github.com/justin808).
29-
30-
### [v16.2.0.beta.8] - 2025-11-16
26+
### [v16.2.0.beta.10] - 2025-11-18
3127

3228
#### Added
3329

@@ -73,6 +69,8 @@ Changes since the last non-beta release.
7369

7470
#### Fixed
7571

72+
- **Duplicate Rake Task Execution**: Fixed rake tasks executing twice during asset precompilation and other rake operations. Rails Engine was loading task files twice: once via explicit `load` calls in the `rake_tasks` block (Railtie layer) and once via automatic file loading from `lib/tasks/` (Engine layer). This caused `react_on_rails:assets:webpack`, `react_on_rails:generate_packs`, and `react_on_rails:locale` tasks to run twice, significantly increasing build times. Removed explicit `load` calls and now rely on Rails Engine's standard auto-loading behavior. [PR 2052](https://github.com/shakacode/react_on_rails/pull/2052) by [justin808](https://github.com/justin808).
73+
7674
- **Node Renderer Worker Restart**: Fixed "descriptor closed" error that occurred when the node renderer restarts while handling an in-progress request (especially streaming requests). Workers now perform graceful shutdowns: they disconnect from the cluster to stop receiving new requests, wait for active requests to complete, then shut down cleanly. A configurable `gracefulWorkerRestartTimeout` ensures workers are forcibly killed if they don't shut down in time. [PR 1970](https://github.com/shakacode/react_on_rails/pull/1970) by [AbanoubGhadban](https://github.com/AbanoubGhadban).
7775

7876
- **Body Duplication Bug On Streaming**: Fixed a bug that happens while streaming if the node renderer connection closed after streaming some chunks to the client. [PR #1995](https://github.com/shakacode/react_on_rails/pull/1995) by [AbanoubGhadban](https://github.com/AbanoubGhadban).
@@ -1845,8 +1843,8 @@ such as:
18451843

18461844
- Fix several generator-related issues.
18471845

1848-
[unreleased]: https://github.com/shakacode/react_on_rails/compare/v16.2.0.beta.8...master
1849-
[v16.2.0.beta.8]: https://github.com/shakacode/react_on_rails/compare/16.2.0.beta.4...v16.2.0.beta.8
1846+
[unreleased]: https://github.com/shakacode/react_on_rails/compare/v16.2.0.beta.10...master
1847+
[v16.2.0.beta.10]: https://github.com/shakacode/react_on_rails/compare/16.2.0.beta.4...v16.2.0.beta.10
18501848
[16.2.0.beta.4]: https://github.com/shakacode/react_on_rails/compare/16.1.1...16.2.0.beta.4
18511849
[16.1.1]: https://github.com/shakacode/react_on_rails/compare/16.1.0...16.1.1
18521850
[16.1.0]: https://github.com/shakacode/react_on_rails/compare/16.0.0...16.1.0

0 commit comments

Comments
 (0)