Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Release 0.36 -> master #8673

Merged
merged 23 commits into from
Sep 12, 2024
Merged

feat: Release 0.36 -> master #8673

merged 23 commits into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    67e9521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7684579 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fedf78 View commit details
    Browse the repository at this point in the history
  4. chore!: Support for Node.js 16 was removed

    BREAKING CHANGE: Node.js is EOL, it was deprecated in v0.35.0
    ovr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8b83021 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97159e7 View commit details
    Browse the repository at this point in the history
  6. feat(docker-jdk): Upgrade JDK to 17 from 11

    fix java
    ovr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c3a1ccd View commit details
    Browse the repository at this point in the history
  7. chore!: Remove cache & queue driver for Redis

    BREAKING CHANGE: Starting from v0.32, Cube Store is used as default cache and queue engine.
    
    Article: https://cube.dev/blog/replacing-redis-with-cube-store
    ovr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    eac704e View commit details
    Browse the repository at this point in the history
  8. chore!: /v1/run-scheduled-refresh - was removed

    BREAKING CHANGE: Removing this method since Cube is designed and supposed to be run as a cluster, rather than a serverless application, in a production setting. Use the Orchestration API instead
    ovr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7213ae7 View commit details
    Browse the repository at this point in the history
  9. feat(cubesql)!: Enable CUBESQL_SQL_NO_IMPLICIT_ORDER by default

    BREAKING CHANGE: It's started to be true. it means that SQL API will not add ordering to queries that doesn't specify ORDER BY, previusly it was true only for ungrouped queries
    ovr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f22e1ef View commit details
    Browse the repository at this point in the history
  10. chore!: Remove support for checkAuthMiddleware

    BREAKING CHANGE: checkAuthMiddleware option was deprecated in 0.26.0, because this option was tightly bound to Express. Since Cube.js supports HTTP **and** WebSockets as transports, we want our authentication API to not rely on transport-specific details. We now recommend using checkAuth.
    ovr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    86eadb3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e7347db View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    03c278d View commit details
    Browse the repository at this point in the history
  13. feat(docker)!: Remove rxvt-unicode (was used as TERM)

    BREAKING CHANGE: It was not usefull, at the same time this TERM requires a lot of libraries to be installed. It costs 148 MB of additional disk space.
    ovr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fb9cb75 View commit details
    Browse the repository at this point in the history
  14. docs: Node.js update

    igorlukanin authored and ovr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ba5e5f7 View commit details
    Browse the repository at this point in the history
  15. docs: Redis update

    igorlukanin authored and ovr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    847930e View commit details
    Browse the repository at this point in the history
  16. docs: run-scheduled-refresh update

    igorlukanin authored and ovr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4edb2bb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    58eca6e View commit details
    Browse the repository at this point in the history
  18. docs: checkAuthMiddleware update

    igorlukanin authored and ovr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    922515d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    aaa1f06 View commit details
    Browse the repository at this point in the history
  20. docs: clean-up

    igorlukanin authored and ovr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8cf624d View commit details
    Browse the repository at this point in the history
  21. docs: USER_CONTEXT update

    igorlukanin authored and ovr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fe7ef04 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4e3a701 View commit details
    Browse the repository at this point in the history
  23. feat: Upgrade aws-sdk to 3.650.0

    ovr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0671e4a View commit details
    Browse the repository at this point in the history