Skip to content

Commit 047439e

Browse files
max-sixtyclaude
andauthored
chore: Add 0.13.5 changelog entry (#5487)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 33401ff commit 047439e

File tree

1 file changed

+51
-5
lines changed

1 file changed

+51
-5
lines changed

CHANGELOG.md

Lines changed: 51 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,68 @@
88

99
**Fixes**:
1010

11-
- `sort` step before an `aggregate` step no longer requires its columns in order
12-
to avoid a group by clause error. (@julien-pinchelimouroux, #5347)
13-
1411
**Documentation**:
1512

1613
**Web**:
1714

1815
**Integrations**:
1916

20-
- TEA 63.3.1, a Qt-based text editor has syntax syntax highlighting for PRQL.
21-
(@vanillajonathan)
17+
**Internal changes**:
18+
19+
**New Contributors**:
20+
21+
## 0.13.5 — 2025-10-09
22+
23+
0.13.5 has 237 commits from 14 contributors. Selected changes:
24+
25+
**Features**:
26+
27+
- Support for SQL arrays as `s[...]` syntax (@Robert Valek, #5312)
28+
- Extract SQL column names from s-string tables when possible (@lukapeschke,
29+
#5310)
30+
31+
**Fixes**:
32+
33+
- Sort step before an aggregate step no longer requires its columns to avoid a
34+
group by clause error (@julien-pinchelimouroux, #5347)
35+
- Always add quotes on identifiers for Snowflake dialect
36+
(@julien-pinchelimouroux, #5461)
37+
- Join with table containing column named "source" now works correctly (@Priit
38+
Haamer, #5468)
39+
- Columns required by sorting are properly redirected (@lukapeschke, #5464)
40+
- Ensure sorts are done on columns of the right table (@lukapeschke, #5338)
41+
- Deduplicate selected items in gen_projection (@lukapeschke, #5305)
42+
- Handle complex append cases (@Elouan Poupard-Cosquer, #5366)
43+
- Improve requirement logic (@Elouan Poupard-Cosquer, #5357)
44+
- Avoid type mismatch with Postgres in append (@Elouan Poupard-Cosquer, #5343)
45+
- Apply column order on CTEs in append (@Elouan Poupard-Cosquer, #5323)
46+
47+
**Documentation**:
48+
49+
- Fix binary literal example (@ftsfranklin, #5475)
50+
- Use correct table in grouping tutorial (@fnuttens, #5332)
51+
52+
**Integrations**:
53+
54+
- TEA 63.3.1, a Qt-based text editor has syntax highlighting for PRQL
55+
(@vanillajonathan, #5220)
56+
- Micro text editor grammar is now upstream (@vanillajonathan, #5353)
57+
- Add LSP stub (@vanillajonathan, #5197)
2258

2359
**Internal changes**:
2460

61+
- Upgrade parser and lexer to chumsky 0.11, providing a 7x performance
62+
improvement (#5223, #5476, #5477)
63+
- Set Rust linker on win64, fix build crash (@kgutwin, #5345)
64+
- Integration tests compile all dialects and diff (@kgutwin, #5344)
65+
2566
**New Contributors**:
2667

68+
- @Elouan Poupard-Cosquer, with #5366
69+
- @Priit Haamer, with #5468
70+
- @Robert Valek, with #5312
71+
- @fnuttens, with #5332
72+
- @ftsfranklin, with #5475
2773
- @julien-pinchelimouroux, with #5347
2874

2975
## 0.13.4 — 2025-03-26

0 commit comments

Comments
 (0)