This is an automated email from the ASF dual-hosted git repository. cml pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite-site.git
commit 4733fc0aff4b65e18453304ec56f6c8708f741dc Author: zabetak <[email protected]> AuthorDate: Mon Apr 11 09:27:14 2022 +0000 Website deployed from calcite@ef2cc1df21a73ad0268ccb869c976b11eff319b4 --- docs/history.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/history.html b/docs/history.html index 17b41e4d..82b352cd 100644 --- a/docs/history.html +++ b/docs/history.html @@ -83,6 +83,26 @@ Downloads are available on the <a href="/downloads/">downloads page</a>.</p> +<h2 id="v1-31-0"> +<a href="https://github.com/apache/calcite/releases/tag/calcite-1.31.0">1.31.0</a> / 2022-MM-DD</h2> + +<h4 id="breaking-1-31-0">Breaking Changes</h4> + +<ul> + <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-4936">CALCITE-4936</a>] +Generalize <code class="highlighter-rouge">FilterCalcMergeRule</code>/<code class="highlighter-rouge">ProjectCalcMergeRule</code> to accept any <code class="highlighter-rouge">Filter</code>/<code class="highlighter-rouge">Project</code>/<code class="highlighter-rouge">Calc</code> operator</li> +</ul> + +<h4 id="new-features-1-31-0">New features</h4> + +<h4 id="fixes-1-31-0">Bug-fixes, API changes and minor enhancements</h4> + +<h4 id="build-1-31-0">Build and test suite</h4> + +<h4 id="dependency-1-31-0">Dependency version upgrade</h4> + +<h4 id="site-1-31-0">Web site and documentation</h4> + <h2 id="v1-30-0"> <a href="https://github.com/apache/calcite/releases/tag/calcite-1.30.0">1.30.0</a> / 2022-03-20</h2>
