Skip to content

Commit 5b3ae5d

Browse files
committed
Merge branch 'master' into fix-index-and-expression
2 parents 529068a + dcc46c7 commit 5b3ae5d

File tree

106 files changed

+2030
-1104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+2030
-1104
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
strategy:
153153
matrix:
154154
node-version: [20.x]
155-
os-version: ["macos-12"]
155+
os-version: ["macos-13"]
156156
target: ["x86_64-apple-darwin", "aarch64-apple-darwin"]
157157
python-version: ["3.9", "3.10", "3.11", "3.12", "fallback"]
158158
include:
@@ -677,7 +677,7 @@ jobs:
677677
tar_executable: tar
678678
# Please use minimal possible version of macOS, because it produces constraint on libstdc++
679679
- target: x86_64-apple-darwin
680-
os: macos-12
680+
os: macos-13
681681
executable_name: cubestored
682682
# upx has been disabled because it is crashing for macOS Ventura or above! It was disabled on 2024-09-05.
683683
strip: false

.github/workflows/rust-cubestore-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
# cubestored.exe: CantPackException: superfluous data between sections
197197
compress: false
198198
# Please use minimal possible version of macOS, because it produces constraint on libstdc++
199-
- os: macos-12
199+
- os: macos-13
200200
target: x86_64-apple-darwin
201201
executable_name: cubestored
202202
# upx has been disabled because it is crashing for macOS Ventura or above! It was disabled on 2024-09-05.

.github/workflows/rust-cubestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
# cubestored.exe: CantPackException: superfluous data between sections
128128
compress: false
129129
# Please use minimal possible version of macOS, because it produces constraint on libstdc++
130-
- os: macos-12
130+
- os: macos-13
131131
target: x86_64-apple-darwin
132132
executable_name: cubestored
133133
# upx has been disabled because it is crashing for macOS Ventura or above! It was disabled on 2024-09-05.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.9](https://github.com/cube-js/cube/compare/v1.1.8...v1.1.9) (2024-12-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **cubesql:** Allow aggregation pushdown only for unlimited CubeScan ([#8929](https://github.com/cube-js/cube/issues/8929)) ([5b10a68](https://github.com/cube-js/cube/commit/5b10a68b4aca8e5050291fa3ca85dd5f3edc6614))
12+
* **ksql-driver:** Select queries for ksql allowed only from Cube Store. In order to query ksql create pre-aggregation first if Kafka download isn't enabled ([0c2f701](https://github.com/cube-js/cube/commit/0c2f7015d7b2949009fd4aa5c0974547f7463748))
13+
14+
15+
### Features
16+
17+
* **schema-compiler:** folders support, hierarchies improvements ([#9018](https://github.com/cube-js/cube/issues/9018)) ([2012281](https://github.com/cube-js/cube/commit/20122810f508d978921b56f8d9b8a4e479290d56))
18+
19+
20+
21+
22+
623
## [1.1.8](https://github.com/cube-js/cube/compare/v1.1.7...v1.1.8) (2024-12-05)
724

825

docs/components/common/Footer/Footer.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ const RESOURCES_LINKS = [
5353
label: "Blog",
5454
link: "https://cube.dev/blog/",
5555
},
56-
{
57-
label: "Examples",
58-
link: "https://cube.dev/examples",
59-
},
6056
{
6157
label: "Community",
6258
link: "https://cube.dev/community",

docs/pages/product/apis-integrations/javascript-sdk.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ yarn add @cubejs-client/core
9494

9595
Now you can build your application from scratch or connect to one of our
9696
[supported data visualization tools](/product/configuration/visualization-tools).
97-
You can also [explore example applications](https://cube.dev/examples) built with Cube.
9897

9998
## Data format
10099

docs/pages/product/apis-integrations/javascript-sdk/angular.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ yarn add @cubejs-client/core @cubejs-client/ngx
105105

106106
Now you can build your application from scratch or connect to one of our
107107
[supported data visualization tools](/product/configuration/visualization-tools).
108-
You can also [explore example applications](https://cube.dev/examples) built with Cube.
109108

110109

111110
[ref-compare-date-range]: /product/apis-integrations/queries#compare-date-range-query

docs/pages/product/apis-integrations/javascript-sdk/react.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ yarn add @cubejs-client/core @cubejs-client/react
112112

113113
Now you can build your application from scratch or connect to one of our
114114
[supported data visualization tools](/product/configuration/visualization-tools).
115-
You can also [explore example applications](https://cube.dev/examples) built with Cube.
116115

117116

118117
[ref-compare-date-range]: /product/apis-integrations/queries#compare-date-range-query

docs/pages/product/apis-integrations/javascript-sdk/vue.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ yarn add @cubejs-client/core @cubejs-client/vue3
110110

111111
Now you can build your application from scratch or connect to one of our
112112
[supported data visualization tools](/product/configuration/visualization-tools).
113-
You can also [explore example applications](https://cube.dev/examples) built with Cube.
114113

115114

116115
[ref-compare-date-range]: /product/apis-integrations/queries#compare-date-range-query

docs/pages/product/apis-integrations/rest-api/query-format.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@ Use it when you need an exact match. It supports multiple values.
156156
}
157157
```
158158

159+
<InfoBox>
160+
161+
If you would like to check if a value is `NULL`, use the [`notSet`](#notset)
162+
operator instead.
163+
164+
</InfoBox>
165+
159166
### `notEquals`
160167

161168
The opposite operator of `equals`. It supports multiple values.
@@ -171,6 +178,13 @@ The opposite operator of `equals`. It supports multiple values.
171178
}
172179
```
173180

181+
<InfoBox>
182+
183+
If you would like to check if a value is not `NULL`, use the [`set`](#set)
184+
operator instead.
185+
186+
</InfoBox>
187+
174188
### `contains`
175189

176190
The `contains` filter acts as a wildcard case-insensitive `LIKE` operator. In

0 commit comments

Comments
 (0)