Skip to content

Releases: PRQL/prql

0.13.11

19 Mar 18:59
ea92e66

Choose a tag to compare

0.13.11 has 75 commits from 7 contributors. Selected changes:

Features:

  • Add support for date.to_text for BigQuery (@segv, #5712)

Fixes:

Documentation:

Integrations:

Internal changes:

  • Use chumsky 0.12.0 for all targets (#5659)
  • Update rust toolchain version (#5673)
  • Fix mdbook admonition syntax for mdBook 0.5 native support (#5649)

New Contributors:

0.13.10

16 Dec 22:22
1e320f8

Choose a tag to compare

0.13.10 completes the npm OIDC publishing fix from 0.13.9.

Features:

Fixes:

Internal changes:

0.13.9

16 Dec 20:23
d5e02d9

Choose a tag to compare

0.13.9 is a re-release of 0.13.8 with fixed npm publishing.

Internal changes:

0.13.8

12 Dec 09:13
60735c4

Choose a tag to compare

0.13.8 has 47 commits from 6 contributors. Selected changes:

Features:

Fixes:

Documentation:

Integrations:

Internal changes:

  • Upgrade mdbook to 0.5.0 (#5568)
  • Update macOS runners to version 15 (#5596)
  • Remove 2nd person from error messages (#5567)

New Contributors:

0.13.7

09 Nov 02:43
989d570

Choose a tag to compare

0.13.7 has 8 commits from 6 contributors. Selected changes:

Fixes:

Web:

  • Bump vite from 7.1.11 to 7.2.0 in playground (#5547)

0.13.6

01 Nov 18:53
395f88a

Choose a tag to compare

0.13.6 has 40 commits from 6 contributors. Selected changes:

Features:

Fixes:

Internal changes:

0.13.5

10 Oct 14:39
047439e

Choose a tag to compare

0.13.5 has 237 commits from 14 contributors. Selected changes:

Features:

  • Support for SQL arrays as s[...] syntax (@robert Valek, #5312)
  • Extract SQL column names from s-string tables when possible (@lukapeschke, #5310)

Fixes:

Documentation:

Integrations:

Internal changes:

  • Upgrade parser and lexer to chumsky 0.11, providing a 7x performance improvement (#5223, #5476, #5477)
  • Set Rust linker on win64, fix build crash (@kgutwin, #5345)
  • Integration tests compile all dialects and diff (@kgutwin, #5344)

New Contributors:

0.13.4

26 Mar 17:48
8f99baf

Choose a tag to compare

0.13.4 is a small bugfix release.

It has 57 commits from 10 contributors. Thanks to @lovasoa & @nsiregar for their first contributions to PRQL

0.13.3

25 Jan 22:55
c5cda25

Choose a tag to compare

0.13.3 is a small release containing a few bug fixes and improvements. It has 86 commits from 10 contributors. Selected changes:

Fixes:

  • Sort steps in sub-pipelines no longer cause a column lookup error (@lukapeschke, #5066)
  • Dereferencing of sort columns when rendering SQL now done in context of main pipeline (@kgutwin, #5098)

New Contributors:

0.13.2

11 Oct 23:20
d86211d

Choose a tag to compare

0.13.2 is a tiny release to fix an issue publishing 0.13.1 to Crates.io