Skip to content

fix(api-gateway): Accept cache parameter in WebSocket requests, fix…#10453

Merged
ovr merged 1 commit intomasterfrom
fix/issue-10451
Mar 3, 2026
Merged

fix(api-gateway): Accept cache parameter in WebSocket requests, fix…#10453
ovr merged 1 commit intomasterfrom
fix/issue-10451

Conversation

@ovr
Copy link
Member

@ovr ovr commented Mar 3, 2026

#10451

WS load and subscribe messages now accept the cache param and remap it to cacheMode before calling the gateway method, matching the existing REST API behavior.

…10451

WS `load` and `subscribe` messages now accept the `cache` param and
remap it to `cacheMode` before calling the gateway method, matching
the existing REST API behavior.
@ovr ovr requested a review from a team as a code owner March 3, 2026 13:48
@github-actions github-actions bot added the javascript Pull requests that update Javascript code label Mar 3, 2026
@codecov
Copy link

codecov bot commented Mar 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.65%. Comparing base (c08fec7) to head (edee123).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #10453   +/-   ##
=======================================
  Coverage   57.64%   57.65%           
=======================================
  Files         222      222           
  Lines       17393    17396    +3     
  Branches     3562     3563    +1     
=======================================
+ Hits        10027    10030    +3     
  Misses       6828     6828           
  Partials      538      538           
Flag Coverage Δ
cube-backend 57.65% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ovr ovr merged commit 5e8d0eb into master Mar 3, 2026
38 checks passed
@ovr ovr deleted the fix/issue-10451 branch March 3, 2026 14:33
ovr added a commit that referenced this pull request Mar 10, 2026
…10451 (#10453)

WS `load` and `subscribe` messages now accept the `cache` param and
remap it to `cacheMode` before calling the gateway method, matching
the existing REST API behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants