Skip to content

Commit d5b13e0

Browse files
justin808claude
andauthored
Consolidate all beta versions into v16.2.0.beta.10 (#2057)
### Summary This PR consolidates all beta changelog entries into v16.2.0.beta.10, removing the separate v16.2.0.beta.8 section. The duplicate rake task execution fix (PR 2052) has been moved from the Unreleased section to the Fixed section under beta.10. Version diff links at the bottom of the file have been updated to reference beta.10. ### Pull Request checklist - [x] Update CHANGELOG file 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent f6bc374 commit d5b13e0

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 8 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,9 +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
1850-
[16.2.0.beta.4]: https://github.com/shakacode/react_on_rails/compare/16.1.1...16.2.0.beta.4
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.1.1...v16.2.0.beta.10
18511848
[16.1.1]: https://github.com/shakacode/react_on_rails/compare/16.1.0...16.1.1
18521849
[16.1.0]: https://github.com/shakacode/react_on_rails/compare/16.0.0...16.1.0
18531850
[16.0.0]: https://github.com/shakacode/react_on_rails/compare/14.2.0...16.0.0

0 commit comments

Comments
 (0)