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: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## v1.17.0
2
+
* Improve the performance of multi-pool searches (e.g., `from * | "MyFilter"`) (#5174)
3
+
* Reduce the amount of memory consumed by the [`merge` operator](docs/language/operators/merge.md) and merge-dependent operations, such as compaction (#5171)
4
+
* Add the `-pool` flag to [`zed manage`](docs/commands/zed.md#manage) (#5164)
5
+
* Fix an issue where the lake API was not providing query descriptions for Zed programs that contain scopes (#5152)
6
+
* Fix an issue where attempts to use the [`load` operator](docs/language/operators/load.md) in `zq` caused a panic (#5162)
7
+
* Fix a parser issue with collisions between the names of [user-defined operators](docs/language/statements.md#operator-statements) and [functions](docs/language/statements.md#func-statements) and some built-in [operators](docs/language/operators/README.md) (#5161)
8
+
* Fix an issue were using `null` values in math caused a panic (#5163)
9
+
1
10
## v1.16.0
2
11
* Improve ZNG scanning performance (#5101, #5103)
3
12
* Improve the error message shown when `zq` is invoked with a single argument that's not a valid query and doesn't contain a source (#5119)
0 commit comments