Hi Community,

I am happy to announce that 1.29.0 is released and the Calcite main branch
is unlocked now.

-Rui

---------- Forwarded message ---------
From: Rui Wang <amaliu...@apache.org>
Date: Sun, Dec 26, 2021 at 9:15 PM
Subject: [ANNOUNCE] Apache Calcite 1.29.0 released
To: <annou...@apache.org>


The Apache Calcite team is pleased to announce the release of Apache
Calcite 1.29.0.

Calcite is a dynamic data management framework. Its cost-based
optimizer converts queries, represented in relational algebra, into
executable plans. Calcite supports many front-end languages and
back-end data engines, and includes an SQL parser and, as a
sub-project, the Avatica JDBC driver.

This release comes two months after 1.28.0. It contains contributions
from 23 authors, and resolves 47 issues, comprising of general improvements
and bug-fixes. It upgrades log4j2 to 2.17.0 to fix security vulnerabilities
like CVE-2021-45105.

You can start using it in Maven by simply updating your dependency to:

  <dependency>
    <groupId>org.apache.calcite</groupId>
    <artifactId>calcite-core</artifactId>
    <version>1.29.0</version>
  </dependency>

If you'd like to download the source release, you can find it here:

  https://calcite.apache.org/downloads/

You can read more about the release (including release notes) here:

  https://calcite.apache.org/docs/history.html#v1-29-0

We welcome your help and feedback. For more information on how to
report problems, and to get involved, visit the project website at:

   https://calcite.apache.org/

Thanks to everyone involved!

Rui Wang, on behalf of the Apache Calcite Team

Reply via email to