File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.13.0
2
+ * Improve the error message when [ ` zed manage -monitor ` ] ( docs/commands/zed.md#manage ) is attempted on a local lake (#4979 )
3
+ * The [ ` zed serve ` ] ( docs/commands/zed.md#serve ) log now includes version, storage root, and auth info at startup (#4988 )
4
+ * Add [ docs for the ` zed manage ` command] ( docs/commands/zed.md#manage ) to compact data for improved performance (#4961 )
5
+ * Add the ability to [ cast] ( docs/language/expressions.md#casts ) to Zed's ` type ` type (#4980 , #4985 )
6
+ * Add the ability to [ ` yield ` ] ( docs/language/operators/yield.md ) a Zed ` error ` literal (#4998 )
7
+ * Fix an issue with accessing values inside complex literals (#4953 )
8
+ * Fix an issue where [ cast] ( docs/language/expressions.md#casts ) of an empty string to a ` duration ` value incorrectly yielded ` 0s ` (#4965 )
9
+ * Fix an issue where a [ ` zed vacuum ` ] ( docs/commands/zed.md#vacuum ) on a large amount of data could crash the Zed service (#4974 )
10
+ * Fix an issue where some IPv6 values of Zed's ` net ` type were not parsed correctly in Zed queries (#4992 )
11
+ * Fix an issue where output of certain union-typed values was not consistent (#4995 )
12
+ * Fix an issue where parsing of ` type ` literals inside of ` type ` literals was incorrectly permitted (#4996 )
13
+ * Fix an issue where the [ ` grok() ` function] ( docs/language/functions/grok.md ) would panic when encountering optional fields (#5010 )
14
+
1
15
## v1.12.0
2
16
* Zed CSV output now handles records with the same field names but different types (#4889 )
3
17
* The [ ` grep() ` function] ( docs/language/functions/grep.md ) now accepts variables as pattern arguments (#4887 )
You can’t perform that action at this time.
0 commit comments