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

Conversation

ovr
Copy link
Member

@ovr ovr commented Sep 5, 2024

Before

image

After

image

Copy link

vercel bot commented Sep 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-angular-dashboard ⬜️ Ignored (Inspect) Visit Preview Sep 12, 2024 2:53pm
examples-react-d3 ⬜️ Ignored (Inspect) Visit Preview Sep 12, 2024 2:53pm
examples-react-dashboard ⬜️ Ignored (Inspect) Visit Preview Sep 12, 2024 2:53pm
examples-react-data-table ⬜️ Ignored (Inspect) Visit Preview Sep 12, 2024 2:53pm
examples-react-highcharts ⬜️ Ignored (Inspect) Visit Preview Sep 12, 2024 2:53pm
examples-react-material-ui ⬜️ Ignored (Inspect) Visit Preview Sep 12, 2024 2:53pm
examples-react-pivot-table ⬜️ Ignored (Inspect) Visit Preview Sep 12, 2024 2:53pm
examples-vue-query-builder ⬜️ Ignored (Inspect) Visit Preview Sep 12, 2024 2:53pm

@ovr ovr force-pushed the feat/release-0.36 branch from 0859082 to 49b9c7a Compare September 5, 2024 20:31
@ovr ovr mentioned this pull request Sep 5, 2024
Copy link

codecov bot commented Sep 5, 2024

Codecov Report

Attention: Patch coverage is 94.87179% with 8 lines in your changes missing coverage. Please review.

Project coverage is 82.60%. Comparing base (995f526) to head (0671e4a).
Report is 24 commits behind head on master.

Files with missing lines Patch % Lines
rust/cubesql/cubesql/src/compile/mod.rs 94.63% 8 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8673   +/-   ##
=======================================
  Coverage   82.59%   82.60%           
=======================================
  Files         211      211           
  Lines       77237    77238    +1     
=======================================
+ Hits        63797    63805    +8     
+ Misses      13440    13433    -7     
Flag Coverage Δ
cubesql 82.60% <94.87%> (+<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.

@ovr ovr force-pushed the feat/release-0.36 branch 9 times, most recently from 5ec5941 to b73bc4b Compare September 10, 2024 19:36
@ovr ovr force-pushed the feat/release-0.36 branch 16 times, most recently from 1865798 to f2ce6e1 Compare September 11, 2024 14:06
@ovr ovr requested review from a team as code owners September 12, 2024 13:30
@ovr ovr force-pushed the feat/release-0.36 branch from 7f9a9ec to 9da202d Compare September 12, 2024 14:14
ovr and others added 23 commits September 12, 2024 16:46
BREAKING CHANGE: Node.js is EOL, it was deprecated in v0.35.0
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
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
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
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.
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 ovr force-pushed the feat/release-0.36 branch from 9da202d to 0671e4a Compare September 12, 2024 14:52
@ovr ovr merged commit 0671e4a into master Sep 12, 2024
70 checks passed
@ovr ovr deleted the feat/release-0.36 branch September 12, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants