This is an automated email from the ASF dual-hosted git repository.
asf-ci-deploy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-site.git
The following commit(s) were added to refs/heads/main by this push:
new b16d6e56d Website deployed from
calcite-avatica@62b0fdd3f4e0173d8492eb0e203056f0938dd6f5
b16d6e56d is described below
commit b16d6e56dd7d2101b043bbc1d7ed5bdb0095395d
Author: F21 <[email protected]>
AuthorDate: Tue Apr 2 03:09:34 2024 +0000
Website deployed from
calcite-avatica@62b0fdd3f4e0173d8492eb0e203056f0938dd6f5
---
avatica/docs/docker.html | 30 ++++++++++-----------
avatica/docs/history.html | 69 ++++++++++++++++++++++++++++++-----------------
avatica/docs/howto.html | 4 +--
3 files changed, 61 insertions(+), 42 deletions(-)
diff --git a/avatica/docs/docker.html b/avatica/docs/docker.html
index 161faa20a..824b51f35 100644
--- a/avatica/docs/docker.html
+++ b/avatica/docs/docker.html
@@ -749,21 +749,21 @@ file will start an instance of PostgreSQL and an instance
of the Avatica server,
exposing an Avatica server configured against a “real” PostgreSQL database.</p>
<p>All of the <code class="language-plaintext
highlighter-rouge">Dockerfile</code> and <code class="language-plaintext
highlighter-rouge">docker-compose.yml</code> files are conveniently provided in
an archive for
-each release. Here is the layout for release 1.24.0:</p>
-
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>avatica-docker-1.24.0/
-avatica-docker-1.24.0/hypersql/
-avatica-docker-1.24.0/mysql/
-avatica-docker-1.24.0/postgresql/
-avatica-docker-1.24.0/Dockerfile
-avatica-docker-1.24.0/hypersql/build.sh
-avatica-docker-1.24.0/hypersql/Dockerfile
-avatica-docker-1.24.0/mysql/build.sh
-avatica-docker-1.24.0/mysql/docker-compose.yml
-avatica-docker-1.24.0/mysql/Dockerfile
-avatica-docker-1.24.0/postgresql/build.sh
-avatica-docker-1.24.0/postgresql/docker-compose.yml
-avatica-docker-1.24.0/postgresql/Dockerfile
+each release. Here is the layout for release 1.25.0:</p>
+
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>avatica-docker-1.25.0/
+avatica-docker-1.25.0/hypersql/
+avatica-docker-1.25.0/mysql/
+avatica-docker-1.25.0/postgresql/
+avatica-docker-1.25.0/Dockerfile
+avatica-docker-1.25.0/hypersql/build.sh
+avatica-docker-1.25.0/hypersql/Dockerfile
+avatica-docker-1.25.0/mysql/build.sh
+avatica-docker-1.25.0/mysql/docker-compose.yml
+avatica-docker-1.25.0/mysql/Dockerfile
+avatica-docker-1.25.0/postgresql/build.sh
+avatica-docker-1.25.0/postgresql/docker-compose.yml
+avatica-docker-1.25.0/postgresql/Dockerfile
</code></pre></div></div>
<h4 id="running">Running</h4>
diff --git a/avatica/docs/history.html b/avatica/docs/history.html
index 324a61a5c..ca24d0f2a 100644
--- a/avatica/docs/history.html
+++ b/avatica/docs/history.html
@@ -706,40 +706,59 @@
Downloads are available on the
<a href="/avatica/downloads/avatica.html">downloads page</a>.</p>
-<!--
-## <a
href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.25.0">1.25.0</a>
/ XXXX-XX-XX
-{: #v1-25-0}
+<h2 id="v1-25-0"><a
href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.25.0">1.25.0</a>
/ 2024-04-XX</h2>
-This release comes x months after [1.24.0](#v1-24-0),
-contains contributions from x contributors, and resolves x issues.
+<p>Avatica 1.25.0 is a routine release featuring support for JDK 21, Gradle
8.5 and several bug fixes.</p>
-Contributors to this release:
-x,
-y (release manager),
-z.
+<p><em>Breaking Change</em>: Due to [<a
href="https://issues.apache.org/jira/browse/CALCITE-6282">CALCITE-6282</a>] and
+[<a
href="https://issues.apache.org/jira/browse/CALCITE-6248">CALCITE-6248</a>],
illegal dates are no longer
+accepted by casts and time precision will not be ignored when returning TIME
results, respectively. If you are relying
+on this behavior, your applications may break.</p>
-#### Breaking Changes
-{: #breaking-1-25-0}
-
-Compatibility: This release is tested on Linux, macOS, Microsoft Windows;
+<p>Compatibility: This release is tested on Linux, macOS, Microsoft Windows;
using JDK/OpenJDK versions 8, 11, 17, 21;
-other software versions as specified in `gradle.properties`.
+other software versions as specified in <code class="language-plaintext
highlighter-rouge">gradle.properties</code>.</p>
-#### New features
-{: #new-features-1-25-0}
+<p>Contributors to this release:
+Benchao Li,
+Francis Chuang (release manager),
+Istvan Toth,
+Mihai Budiu,
+Satya Kommula,
+Sergey Nuyanzin,
+Vaibhav Joshi.</p>
-#### Dependency version upgrade
-{: #dependency-1-25-0}
+<p>Features and bug fixes</p>
-#### Bug-fixes, API changes and minor enhancements
-{: #fixes-1-25-0}
+<ul>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6280">CALCITE-6280</a>]
+Jetty version number leaked by Avatica http server</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6209">CALCITE-6209</a>]
+Long queries are failing with “java.net.SocketTimeoutException: Read timed
out” after 3 minutes
+make socket timeout configurable via the new ‘http_response_timeout’ URL
option</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6137">CALCITE-6137</a>]
+Upgrade Gradle from 8.1.1 to 8.4, support jdk21</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6282">CALCITE-6282</a>]
+Avatica ignores time precision when returning TIME results</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6248">CALCITE-6248</a>]
+Illegal dates are accepted by casts</li>
+</ul>
-#### Build and test suite
-{: #build-1-25-0}
+<p>Build and tests</p>
-#### Web site and documentation
-{: #site-1-25-0}
--->
+<ul>
+ <li>Install git and set safe.directory when using docker release script to
promote release</li>
+ <li>Disable JIRA worklog notifications for GitHub PRs</li>
+ <li>Apply same vcs.xml as for Calcite</li>
+</ul>
+
+<p>Website and documentation</p>
+
+<ul>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6212">CALCITE-6212</a>]
+Config locale = en_US for javadoc task</li>
+ <li>Add Calcite CLI tool to list of Avatica Clients on website</li>
+</ul>
<h2 id="v1-24-0"><a
href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.24.0">1.24.0</a>
/ 2023-12-04</h2>
diff --git a/avatica/docs/howto.html b/avatica/docs/howto.html
index 8cdaa019a..59dcf36ca 100644
--- a/avatica/docs/howto.html
+++ b/avatica/docs/howto.html
@@ -752,8 +752,8 @@ therefore you need to
<code class="language-plaintext highlighter-rouge">cd</code> to the root
directory of the unpacked source,
then build using Gradle:</p>
-<figure class="highlight"><pre><code class="language-bash"
data-lang="bash"><span class="nv">$ </span><span class="nb">tar </span>xvfz
apache-calcite-avatica-1.24.0-src.tar.gz
-<span class="nv">$ </span><span class="nb">cd
</span>apache-calcite-avatica-1.24.0-src
+<figure class="highlight"><pre><code class="language-bash"
data-lang="bash"><span class="nv">$ </span><span class="nb">tar </span>xvfz
apache-calcite-avatica-1.25.0-src.tar.gz
+<span class="nv">$ </span><span class="nb">cd
</span>apache-calcite-avatica-1.25.0-src
<span class="nv">$ </span>gradle build</code></pre></figure>
<p><a href="#running-tests">Running tests</a> describes how to run more or
fewer