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 c761a234c Website deployed from
calcite-avatica@ef9a5a653411fee2eb94505dc6bb2fd437cb76d5
c761a234c is described below
commit c761a234c3ee8226eb14c55e400a91c70856226f
Author: snuyanzin <[email protected]>
AuthorDate: Tue Mar 26 21:21:28 2024 +0000
Website deployed from
calcite-avatica@ef9a5a653411fee2eb94505dc6bb2fd437cb76d5
---
avatica/docs/client_reference.html | 12 +++++++++++-
avatica/docs/history.html | 35 +++++++++++++++++++++++++++++++++++
avatica/docs/howto.html | 2 +-
3 files changed, 47 insertions(+), 2 deletions(-)
diff --git a/avatica/docs/client_reference.html
b/avatica/docs/client_reference.html
index ea81542fd..5b3b11502 100644
--- a/avatica/docs/client_reference.html
+++ b/avatica/docs/client_reference.html
@@ -961,7 +961,17 @@ failover retry.</p>
</dd>
<dt><strong><a name="http_connection_timeout"
href="#http_connection_timeout">http_connection_timeout</a></strong></dt>
<dd>
- <p><em>Description</em>: Timeout in milliseconds for the connection
between the Avatica HTTP client and server.</p>
+ <p><em>Description</em>: Timeout in milliseconds for establishing the
connection between the Avatica HTTP client and server.</p>
+ </dd>
+ <dd>
+ <p><em>Default</em>: <code class="language-plaintext
highlighter-rouge">180000</code> (3 minutes).</p>
+ </dd>
+ <dd>
+ <p><em>Required</em>: No.</p>
+ </dd>
+ <dt><strong><a name="http_response_timeout"
href="#http_response_timeout">http_response_timeout</a></strong></dt>
+ <dd>
+ <p><em>Description</em>: Socket Timeout in milliseconds for the connection
between the Avatica HTTP client and server.</p>
</dd>
<dd>
<p><em>Default</em>: <code class="language-plaintext
highlighter-rouge">180000</code> (3 minutes).</p>
diff --git a/avatica/docs/history.html b/avatica/docs/history.html
index c8f1634de..324a61a5c 100644
--- a/avatica/docs/history.html
+++ b/avatica/docs/history.html
@@ -706,6 +706,41 @@
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}
+
+This release comes x months after [1.24.0](#v1-24-0),
+contains contributions from x contributors, and resolves x issues.
+
+Contributors to this release:
+x,
+y (release manager),
+z.
+
+#### Breaking Changes
+{: #breaking-1-25-0}
+
+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`.
+
+#### New features
+{: #new-features-1-25-0}
+
+#### Dependency version upgrade
+{: #dependency-1-25-0}
+
+#### Bug-fixes, API changes and minor enhancements
+{: #fixes-1-25-0}
+
+#### Build and test suite
+{: #build-1-25-0}
+
+#### Web site and documentation
+{: #site-1-25-0}
+-->
+
<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>
<p>Apache Calcite Avatica 1.24.0 features mostly dependency upgrades with some
minor bug fixes and features.</p>
diff --git a/avatica/docs/howto.html b/avatica/docs/howto.html
index ecbf81841..8cdaa019a 100644
--- a/avatica/docs/howto.html
+++ b/avatica/docs/howto.html
@@ -741,7 +741,7 @@
<h2 id="building-from-a-source-distribution">Building from a source
distribution</h2>
<p>Prerequisites are Java (JDK 8 or later)
-and Gradle (version 8.1.1) on your path.</p>
+and Gradle (version 8.5) on your path.</p>
<p>(The source distribution
<a href="https://issues.apache.org/jira/browse/CALCITE-4575">does not include
the Gradle wrapper</a>;