Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [ "3.3", "3.4" ]
ruby-version: [ "3.3", "3.4", "4.0" ]
rails-version: [ "8.0", "8.1" ]
env:
RAILS_VERSION: ${{ matrix.rails-version }}
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Unreleased

- Add Ruby 4.0 to the compatibility matrix, which now covers Ruby 3.3, 3.4, and
4.0 against Rails 8.0 and 8.1.

## 0.9.0 - 2026-08-10

- Add a browser test suite running the refresh modules against real Chromium and
Expand Down
10 changes: 5 additions & 5 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
gem's dependencies
- Inline RBS generation/validation, Steep, Standard Ruby, Solid Queue's exact
RuboCop policy, and a warning-free Brakeman scan
- Compatibility CI across the supported span: Ruby 3.3 and 3.4 against Rails 8.0
and 8.1, pinned through `RAILS_VERSION` so the advertised range is verified
rather than assumed
- Compatibility CI across the supported span: Ruby 3.3, 3.4, and 4.0 against
Rails 8.0 and 8.1, pinned through `RAILS_VERSION` so the advertised range is
verified rather than assumed
- A JavaScript suite covering every browser module, run in CI with Node's test
runner and jsdom, plus a browser suite running the same modules against real
Chromium and a real Turbo build, with every GitHub Actions reference pinned to
Expand Down Expand Up @@ -86,8 +86,8 @@
3. Add Turbo append intents and expand reconnect coverage in a full browser.
4. Add distributed rate limits, global admission hooks, and cache-capacity
eviction.
5. Expand security scanning. Compatibility CI across supported Rails and Ruby
versions is implemented; Ruby 4.0 is not yet in the matrix.
5. Expand security scanning beyond the Brakeman scan, such as dependency
auditing and secret scanning.
6. Benchmark all workloads under documented hardware/database settings and
publish adapter-specific adoption measurements. Throughput, synchronous
latency, query counts, and the three reactive delivery paths are measured on
Expand Down
Loading