Skip to content

Commit c81efd6

Browse files
authored
Update CHANGELOG.md for v1.17.0 (#5183)
1 parent 6e61673 commit c81efd6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff 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+
110
## v1.16.0
211
* Improve ZNG scanning performance (#5101, #5103)
312
* 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

Comments
 (0)