You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/app/CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# @hyperdx/app
2
2
3
+
## 2.0.0-beta.15
4
+
5
+
### Patch Changes
6
+
7
+
- 7de8916: Removes trailing slash for connection urls
8
+
- cfdd523: feat: clickhouse queries are by default conducted through the clickhouse library via POST request. localMode still uses GET for CORS purposes
9
+
- 6dc6989: feat: Automatically use last used source when loading search page
10
+
- 92a4800: feat: move rrweb event fetching to the client instead of an api route
11
+
- 7f0b397: feat: queryChartConfig method + events chart ratio
Copy file name to clipboardExpand all lines: packages/common-utils/CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# @hyperdx/common-utils
2
2
3
+
## 0.2.0-beta.4
4
+
5
+
### Minor Changes
6
+
7
+
- 79fe30f: Queries depending on numeric aggregates now use the type's default value (e.g. 0) instead of null when dealing with non-numeric data.
8
+
9
+
### Patch Changes
10
+
11
+
- cfdd523: feat: clickhouse queries are by default conducted through the clickhouse library via POST request. localMode still uses GET for CORS purposes
12
+
- 92a4800: feat: move rrweb event fetching to the client instead of an api route
13
+
- 7f0b397: feat: queryChartConfig method + events chart ratio
0 commit comments