Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 54 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,68 @@
# PRQL Changelog

## 0.6.2 — [unreleased]
## 0.7.0 — 2023-24-01

0.7.0 is a fairly small release in terms of new features, with lots of internal
improvements, such as integration tests with a whole range of DBs, a blog post
on Pi day, RFCs for a type system, and more robust language bindings.

There's a very small breaking change to the rust API, hence the minor version
bump.

Here's our April 2023 Update, from our
[Readme](https://github.com/PRQL/prql/blob/main/README.md):

> ### April 2023 update
>
> PRQL is being actively developed by a growing community. It's ready to use by
> the intrepid, either as part of one of our supported extensions, or within
> your own tools, using one of our supported language bindings.
>
> PRQL still has some minor bugs and some missing features, and probably is only
> ready to be rolled out to non-technical teams for fairly simple queries.
>
> Here's our current [Roadmap](https://prql-lang.org/roadmap/) and our
> [Milestones.](https://github.com/PRQL/prql/milestones)
>
> Our immediate focus for the code is on:
>
> - Building out the next few big features, including
> [types](https://github.com/PRQL/prql/pull/1964) and
> [modules](https://github.com/PRQL/prql/pull/2129).
> - Ensuring our supported features feel extremely robust; resolving any
> [priority bugs](https://github.com/PRQL/prql/issues?q=is%3Aissue+is%3Aopen+label%3Abug+label%3Apriority).
>
> We're also spending time thinking about:
>
> - Making it really easy to start using PRQL. We're doing that by building
> integrations with tools that folks already use; for example our VS Code
> extension & Jupyter integration. If there are tools you're familiar with
> that you think would be open to integrating with PRQL, please let us know in
> an issue.
> - Making it easier to contribute to the compiler. We have a wide group of
> contributors to the project, but contributions to the compiler itself are
> quite concentrated. We're keen to expand this;
> [#1840](https://github.com/PRQL/prql/issues/1840) for feedback.

---

The release has 131 commits from 10 contributors. Particular credit goes to to
@eitsupi & @jelenkee, who have made significant contributions, and
@vanillajonathan, whose prolific contribution include our growing language
bindings.

A small selection of the changes:

**Features**:

- `prqlc compile` adds `--color` & `--include-signature-comment` options.
(@max-sixty, #2267)

**Fixes**:

**Documentation**:

**Web**:

- Added the PRQL snippets from the book to the
[Playground](https://prql-lang.org/playground/) (@jelenkee, #2197)

**Integrations**:

**Internal changes**:

- _Breaking_: The `compile` function's `Options` now includes a `color` member,
Expand All @@ -30,6 +75,8 @@

**New Contributors**:

- @k-nut, with #2294

## 0.6.1 — 2023-03-12

0.6.1 is a small release containing an internal refactoring and improved
Expand Down