|
8 | 8 |
|
9 | 9 | **Fixes**: |
10 | 10 |
|
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 | | - |
14 | 11 | **Documentation**: |
15 | 12 |
|
16 | 13 | **Web**: |
17 | 14 |
|
18 | 15 | **Integrations**: |
19 | 16 |
|
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) |
22 | 58 |
|
23 | 59 | **Internal changes**: |
24 | 60 |
|
| 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 | + |
25 | 66 | **New Contributors**: |
26 | 67 |
|
| 68 | +- @Elouan Poupard-Cosquer, with #5366 |
| 69 | +- @Priit Haamer, with #5468 |
| 70 | +- @Robert Valek, with #5312 |
| 71 | +- @fnuttens, with #5332 |
| 72 | +- @ftsfranklin, with #5475 |
27 | 73 | - @julien-pinchelimouroux, with #5347 |
28 | 74 |
|
29 | 75 | ## 0.13.4 — 2025-03-26 |
|
0 commit comments