Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cube-js/cube
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cube-js/cube
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lts/v1.4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 153 files changed
  • 2 contributors

Commits on Dec 11, 2025

  1. Configuration menu
    Copy the full SHA
    d8832de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43f8a77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75b89f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    271e4ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78f2ce2 View commit details
    Browse the repository at this point in the history
  6. chore: Don't hoist inquirer

    ovr committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    238414b View commit details
    Browse the repository at this point in the history
  7. chore: Add missing repository.url for npm provenance validation

    Fix repository.url in package.json files to enable npm provenance
    validation with OIDC trusted publishing. This ensures all public
    packages have the correct repository URL matching the GitHub repo.
    ovr committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    2357109 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3cf966f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b0a5b7 View commit details
    Browse the repository at this point in the history
  10. fix(api-gateway): Fix passing cacheMode from user's request (#10162)

    * fix(api-gateway): Fix passing cacheMode from user's request
    
    * lint fix
    
    * fix(query-orchestrator): Make cacheMode='no-cache' work
    
    * code formatting
    KSDaemon authored and ovr committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    6789330 View commit details
    Browse the repository at this point in the history
  11. v1.4.1

    ovr committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    7177a8e View commit details
    Browse the repository at this point in the history
  12. fix: correct repository.url and directory fields in package.json files

    Fix repository URL typo in cubejs-client-vue (cube.js.git -> cube.git)
    and correct directory fields in databricks-jdbc-driver, linter,
    backend-maven, and redshift-driver packages for npm provenance.
    ovr committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    d276531 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. fix(client-ws-transport): Handle WebSocket close code 1009 (Message T…

    …oo Big) (#10246)
    
    When the server has a low maxPayload limit, and the client sends an oversized message,
    the server closes the connection with code 1009 without decoding. Previously,
    the client would retry indefinitely, causing an infinite loop.
    ovr committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    30a72fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71c41a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. v1.4.2

    ovr committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    4e47fc6 View commit details
    Browse the repository at this point in the history
Loading