Skip to content

Commit a5b7657

Browse files
authored
Update CHANGELOG.md for v1.10.0 (#4788)
v1.9.0...8119016
1 parent 8119016 commit a5b7657

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v1.10.0
2+
* Sorting is now performed automatically on [`join`](docs/language/operators/join.md) inputs when needed (explicit [`sort`](docs/language/operators/sort.md) no longer required) (#4770)
3+
* Various query performance improvements (#4736, #4737, #4739, #4740, #4783, #4785)
4+
* [`join`](docs/language/operators/join.md) now works correctly when data inputs are sorted in descending order (#4767)
5+
* Reduce memory consumption during [`delete -where`](docs/commands/zed.md#delete) operations (#4734)
6+
* Fix a `null`-handling issue that caused incorrect query results after pool compaction (#4735, #4753)
7+
* Allow writing of vectors when compacting objects in a pool (#4756, #4757)
8+
* Ensure query runtime errors are logged and made available through a new [Query Status](docs/lake/api.md#query-status) lake API endpoint (#4763, #4765, #4766, #4769)
9+
* Add an example to the [`where` docs](docs/language/operators/where.md) showing inverse containment logic (#4761)
10+
* Add an example to the [`cut` docs](docs/language/operators/cut.md) that includes setting a default value for a field (#4773, #4776)
11+
* Boolean `not` and `!` now both work the same in [expressions](docs/language/expressions.md#logic) and [search expressions](docs/language/search-expressions.md#boolean-logic) (#4768)
12+
* The [`zed` command](docs/commands/zed.md) now returns a hint mentioning [`init`](docs/commands/zed.md#init) if no lake exists at the expected path (#4786)
113
## v1.9.0
214
* The [Zed Language Overview docs](docs/language/overview.md) have been split into multiple sections (#4576)
315
* Add support for [user-defined operators](docs/language/statements.md#operator-statements) (#4417, #4635, #4646, #4644, #4663, #4674, #4698, #4702, #4716)

0 commit comments

Comments
 (0)