|
14 | 14 |
|
15 | 15 | **Integrations**: |
16 | 16 |
|
17 | | -- Add grammar file for Raku. (@vanillajonathan, #5576) |
| 17 | +**Internal changes**: |
| 18 | + |
| 19 | +**New Contributors**: |
| 20 | + |
| 21 | +## 0.13.8 — 2025-12-12 |
| 22 | + |
| 23 | +0.13.8 has 47 commits from 6 contributors. Selected changes: |
| 24 | + |
| 25 | +**Features**: |
| 26 | + |
| 27 | +- Add named parameter support for DuckDB read_parquet (@max-sixty, #5563) |
| 28 | + |
| 29 | +**Fixes**: |
| 30 | + |
| 31 | +- Snowflake interval quoting style (@priithaamer, #5604) |
| 32 | +- Return error instead of panicking when window rows/range is not a range |
| 33 | + (@max-sixty, #5603) |
| 34 | +- Add ORDER BY fallback for Snowflake window functions (@max-sixty, #5583) |
| 35 | +- DISTINCT ON to include wildcard when projection is empty (@max-sixty, #5562) |
| 36 | +- Lineage traces through CTEs to source tables (@nightscape, #5581) |
| 37 | +- Lineage works with unions (@nightscape, #5550) |
| 38 | +- Handle lineage correctly when group pipeline simplifies to non-TransformCall |
| 39 | + (@max-sixty, #5584) |
| 40 | +- Return error for join referencing inaccessible table (@max-sixty, #5587) |
| 41 | +- Error when table variable used in scalar context (@max-sixty, #5585) |
| 42 | +- Improve error messages for missing main pipeline (@max-sixty, #5565) |
| 43 | +- Provide clear error for empty tuple/array in from (@max-sixty, #5564) |
| 44 | +- Improve error message for negative numbers in transforms (@max-sixty, #5566) |
| 45 | + |
| 46 | +**Documentation**: |
| 47 | + |
| 48 | +- Close HTML comment in sort.md documentation (@max-sixty, #5597) |
| 49 | + |
| 50 | +**Integrations**: |
| 51 | + |
| 52 | +- Add grammar file for Raku (@vanillajonathan, #5576) |
18 | 53 |
|
19 | 54 | **Internal changes**: |
20 | 55 |
|
| 56 | +- Upgrade mdbook to 0.5.0 (#5568) |
| 57 | +- Update macOS runners to version 15 (#5596) |
| 58 | +- Remove 2nd person from error messages (#5567) |
| 59 | + |
21 | 60 | **New Contributors**: |
22 | 61 |
|
| 62 | +- @nightscape, with #5550 |
| 63 | + |
23 | 64 | ## 0.13.7 — 2025-11-08 |
24 | 65 |
|
25 | 66 | 0.13.7 has 8 commits from 6 contributors. Selected changes: |
|
0 commit comments