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 3c297b1c5c0a7b2cf4499672dd87b99fde7ea1ac Author: Francis Chuang <[email protected]> AuthorDate: Mon Mar 28 10:06:27 2022 +1100 Update site for Avatica-Go 5.1.0 release --- avatica/develop/avatica-go.html | 18 +++--- avatica/develop/avatica.html | 2 +- avatica/develop/index.html | 2 +- avatica/docs/client_reference.html | 2 +- avatica/docs/compatibility.html | 2 +- avatica/docs/custom_client_artifacts.html | 2 +- avatica/docs/docker.html | 2 +- avatica/docs/go_client_reference.html | 2 +- avatica/docs/go_history.html | 42 +++++++++++++- avatica/docs/go_howto.html | 22 ++++---- avatica/docs/history.html | 2 +- avatica/docs/howto.html | 2 +- avatica/docs/index.html | 2 +- avatica/docs/json_reference.html | 2 +- avatica/docs/protobuf_reference.html | 2 +- avatica/docs/protocol_testing.html | 2 +- avatica/docs/roadmap.html | 2 +- avatica/docs/security.html | 2 +- avatica/downloads/avatica-go.html | 8 ++- avatica/downloads/avatica.html | 10 ++-- avatica/downloads/index.html | 2 +- avatica/index.html | 2 +- .../news/2016/03/03/separate-project/index.html | 12 ++-- avatica/news/2016/03/18/release-1.7.1/index.html | 12 ++-- avatica/news/2016/06/04/release-1.8.0/index.html | 12 ++-- avatica/news/2016/11/01/release-1.9.0/index.html | 12 ++-- .../2017/03/31/new-avatica-repository/index.html | 12 ++-- avatica/news/2017/05/30/release-1.10.0/index.html | 12 ++-- avatica/news/2018/03/09/release-1.11.0/index.html | 12 ++-- .../2018/04/27/release-avatica-go-3.0.0/index.html | 12 ++-- avatica/news/2018/06/24/release-1.12.0/index.html | 12 ++-- .../2018/09/10/release-avatica-go-3.1.0/index.html | 12 ++-- .../2018/09/18/release-avatica-go-3.2.0/index.html | 12 ++-- avatica/news/2018/12/04/release-1.13.0/index.html | 12 ++-- avatica/news/2019/04/29/release-1.14.0/index.html | 12 ++-- avatica/news/2019/05/13/release-1.15.0/index.html | 12 ++-- .../2019/05/16/release-avatica-go-4.0.0/index.html | 12 ++-- avatica/news/2019/12/19/release-1.16.0/index.html | 12 ++-- avatica/news/2020/06/22/release-1.17.0/index.html | 12 ++-- .../2020/07/16/release-avatica-go-5.0.0/index.html | 12 ++-- avatica/news/2021/05/18/release-1.18.0/index.html | 12 ++-- avatica/news/2021/10/11/release-1.19.0/index.html | 12 ++-- avatica/news/2021/12/13/release-1.20.0/index.html | 12 ++-- .../03/27/release-avatica-go-5.1.0}/index.html | 37 ++++++------ avatica/news/avatica-go-releases/index.html | 66 ++++++++++++++++++++-- avatica/news/avatica-releases/index.html | 14 +++-- avatica/news/index.html | 64 +++++++++++++++++++-- 47 files changed, 386 insertions(+), 181 deletions(-) diff --git a/avatica/develop/avatica-go.html b/avatica/develop/avatica-go.html index eed8d167..d699d65d 100644 --- a/avatica/develop/avatica-go.html +++ b/avatica/develop/avatica-go.html @@ -103,8 +103,8 @@ as the component.</p> <h2 id="updating-protobuf-definitions">Updating protobuf definitions</h2> <ol> - <li>Install <a href="https://docs.docker.com/install/">docker</a> and <a href="https://docs.docker.com/compose/install/">docker-compose</a>.</li> - <li>From the root of the repository, run <code class="highlighter-rouge">docker-compose run compile-protobuf</code></li> + <li>Install <a href="https://docs.docker.com/install/">docker</a> and <a href="https://docs.docker.com/compose/install/">docker compose</a>.</li> + <li>From the root of the repository, run <code class="highlighter-rouge">docker compose run compile-protobuf</code></li> </ol> <h2 id="live-reload-during-development">Live reload during development</h2> @@ -115,13 +115,13 @@ during development allows us to not have to manually execute the test suite on s <h3 id="set-up">Set up</h3> <ol> <li> - <p>Install <a href="https://docs.docker.com/install/">docker</a> and <a href="https://docs.docker.com/compose/install/">docker-compose</a>.</p> + <p>Install <a href="https://docs.docker.com/install/">docker</a> and <a href="https://docs.docker.com/compose/install/">docker compose</a>.</p> </li> <li> - <p>From the root of the repository, run <code class="highlighter-rouge">docker-compose run dev</code>.</p> + <p>From the root of the repository, run <code class="highlighter-rouge">docker compose run dev</code>.</p> </li> <li> - <p>After terminating the container, stop all the containers and remove them using: <code class="highlighter-rouge">docker-compose down</code></p> + <p>After terminating the container, stop all the containers and remove them using: <code class="highlighter-rouge">docker compose down</code></p> </li> </ol> @@ -131,13 +131,13 @@ during development allows us to not have to manually execute the test suite on s <h3 id="easy-way">Easy way</h3> <ol> <li> - <p>Install <a href="https://docs.docker.com/install/">docker</a> and <a href="https://docs.docker.com/compose/install/">docker-compose</a>.</p> + <p>Install <a href="https://docs.docker.com/install/">docker</a> and <a href="https://docs.docker.com/compose/install/">docker compose</a>.</p> </li> <li> - <p>From the root of the repository, run <code class="highlighter-rouge">docker-compose run test</code>.</p> + <p>From the root of the repository, run <code class="highlighter-rouge">docker compose run test</code>.</p> </li> <li> - <p>After the tests complete, stop all the containers and remove them using: <code class="highlighter-rouge">docker-compose down</code></p> + <p>After the tests complete, stop all the containers and remove them using: <code class="highlighter-rouge">docker compose down</code></p> </li> </ol> @@ -182,7 +182,7 @@ PHOENIX_HOST: http://phoenix:8765</code></pre></figure> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/develop/avatica.html b/avatica/develop/avatica.html index e5e39bc8..9d7e9e32 100644 --- a/avatica/develop/avatica.html +++ b/avatica/develop/avatica.html @@ -193,7 +193,7 @@ or just by answering questions on the list.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/develop/index.html b/avatica/develop/index.html index 227e8f3a..c06b9b1b 100644 --- a/avatica/develop/index.html +++ b/avatica/develop/index.html @@ -121,7 +121,7 @@ <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/docs/client_reference.html b/avatica/docs/client_reference.html index d918f9b9..699c8e40 100644 --- a/avatica/docs/client_reference.html +++ b/avatica/docs/client_reference.html @@ -1124,7 +1124,7 @@ necessary when using HTTPS.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/docs/compatibility.html b/avatica/docs/compatibility.html index 9bdfbdfc..1f1e0d66 100644 --- a/avatica/docs/compatibility.html +++ b/avatica/docs/compatibility.html @@ -1050,7 +1050,7 @@ running the TCK, reference the provided <a href="https://github.com/apache/calci <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/docs/custom_client_artifacts.html b/avatica/docs/custom_client_artifacts.html index 759fb18e..e7784a72 100644 --- a/avatica/docs/custom_client_artifacts.html +++ b/avatica/docs/custom_client_artifacts.html @@ -1083,7 +1083,7 @@ a brief <code class="highlighter-rouge">pom.xml</code> which outlines how this c <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/docs/docker.html b/avatica/docs/docker.html index b3638f0b..2ca5bab6 100644 --- a/avatica/docs/docker.html +++ b/avatica/docs/docker.html @@ -1105,7 +1105,7 @@ launch a custom Avatica server against our database with this JDBC driver.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/docs/go_client_reference.html b/avatica/docs/go_client_reference.html index 0d52e6db..f1558c99 100644 --- a/avatica/docs/go_client_reference.html +++ b/avatica/docs/go_client_reference.html @@ -1217,7 +1217,7 @@ Apache Phoenix error code:</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/docs/go_history.html b/avatica/docs/go_history.html index dc5f0611..510c433d 100644 --- a/avatica/docs/go_history.html +++ b/avatica/docs/go_history.html @@ -706,6 +706,46 @@ Downloads are available on the <a href="/avatica/downloads/avatica-go.html">downloads page</a>.</p> +<h2 id="v5-1-0"><a href="https://github.com/apache/calcite-avatica-go/releases/tag/v5.1.0">5.1.0</a> / 2022-03-27</h2> + +<p>Apache Calcite Avatica Go 5.1.0 is a maintenance release of Avatica Go with some dependency updates and bug fixes. +This release supports Go 1.17 and 1.18, which are currently the versions supported and maintained by the Go team.</p> + +<p>The protobuf library <a href="https://github.com/golang/protobuf">github.com/golang/protobuf</a> was replaced by +<a href="https://pkg.go.dev/google.golang.org/protobuf">google.golang.org/protobuf</a>, which is the successor and replacement for +the former. In addition, the <a href="https://pkg.go.dev/golang.org/x/xerrors">golang.org/x/xerrors</a> package has been replaced with +the standard library’s built-in <a href="https://pkg.go.dev/errors">errors</a> package as the features in the experimental <code class="highlighter-rouge">xerrors</code> +package have been available in the standard library’s <code class="highlighter-rouge">errors</code> package since Go 1.13.</p> + +<p>Contributors to this release: +Francis Chuang, Josiah Goodson</p> + +<p>Features and bug fixes</p> + +<ul> + <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-4174">CALCITE-4174</a>] +avatica-go should handle complex/long URLs</li> + <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-5057">CALCITE-5057</a>] +Switch from github.com/golang/protobuf to google.golang.org/protobuf</li> + <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-5058">CALCITE-5058</a>] +Upgrade dependencies and tidy go.mod</li> + <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-5063">CALCITE-5063</a>] +Replace golang.org/x/xerrors package with errors package in stdlib</li> +</ul> + +<p>Tests</p> + +<ul> + <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-4299">CALCITE-4299</a>] +Test against Go 1.14 and 1.15</li> + <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-5055">CALCITE-5055</a>] +Test against Go 1.17 and 1.18</li> + <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-5056">CALCITE-5056</a>] +Test against avatica 1.18 - 1.20</li> + <li>[<a href="https://issues.apache.org/jira/browse/CALCITE-5059">CALCITE-5059</a>] +Update Github Actions to latest versions</li> +</ul> + <h2 id="v5-0-0"><a href="https://github.com/apache/calcite-avatica-go/releases/tag/v5.0.0">5.0.0</a> / 2020-07-16</h2> <p>Apache Calcite Avatica Go 5.0.0 is a major release of Avatica Go with a number of improvements and a breaking change. @@ -1235,7 +1275,7 @@ of the Avatica Go client.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/docs/go_howto.html b/avatica/docs/go_howto.html index ff020f4b..825f1340 100644 --- a/avatica/docs/go_howto.html +++ b/avatica/docs/go_howto.html @@ -755,18 +755,18 @@ the script will make a copy of the contents and move it to a different location, </ul> <figure class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="c"># On Linux:</span> -docker-compose run <span class="nt">-v</span> ~/.gnupg:/.gnupg dry-run +docker compose run <span class="nt">-v</span> ~/.gnupg:/.gnupg dry-run <span class="c"># On Windows</span> -docker-compose run <span class="nt">-v</span> /c/Users/username/AppData/Roaming/gnupg:/.gnupg dry-run</code></pre></figure> +docker compose run <span class="nt">-v</span> /c/Users/username/AppData/Roaming/gnupg:/.gnupg dry-run</code></pre></figure> <h3 id="build-the-release">Build the release</h3> <figure class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="c"># On Linux:</span> -docker-compose run <span class="nt">-v</span> ~/.gnupg:/.gnupg release +docker compose run <span class="nt">-v</span> ~/.gnupg:/.gnupg release <span class="c"># On Windows</span> -docker-compose run <span class="nt">-v</span> /c/Users/username/AppData/Roaming/gnupg:/.gnupg release</code></pre></figure> +docker compose run <span class="nt">-v</span> /c/Users/username/AppData/Roaming/gnupg:/.gnupg release</code></pre></figure> <p>If the build fails, perform a clean:</p> <ol> @@ -780,7 +780,7 @@ git push origin :refs/tags/vX.Y.Z-rcA</code></pre></figure> <li>Clean the local repository</li> </ol> -<figure class="highlight"><pre><code class="language-bash" data-lang="bash">docker-compose run clean</code></pre></figure> +<figure class="highlight"><pre><code class="language-bash" data-lang="bash">docker compose run clean</code></pre></figure> <h3 id="check-the-release-before-uploading">Check the release before uploading</h3> <p>The name of the release folder must be in the following format: <code class="highlighter-rouge">apache-calcite-avatica-go-X.Y.Z-rcN</code>. The version must @@ -822,7 +822,7 @@ Note the use of <code class="highlighter-rouge">--force-log</code> to suppress t <h4 id="using-docker">Using docker</h4> <p>This assumes that a release was built and the artifacts are in the <code class="highlighter-rouge">dist/</code> folder.</p> -<figure class="highlight"><pre><code class="language-bash" data-lang="bash">docker-compose run publish-release-for-voting</code></pre></figure> +<figure class="highlight"><pre><code class="language-bash" data-lang="bash">docker compose run publish-release-for-voting</code></pre></figure> <p>The script will also generate a vote email to send to the dev list. You can use this email, but make sure to check that all the details are correct.</p> @@ -861,10 +861,10 @@ https://github.com/apache/calcite-avatica-go/blob/$COMMIT/site/develop/avatica-g Please vote on releasing this package as Apache Calcite Avatica Go X.Y.Z. -To run the tests without a Go environment, install docker and docker-compose. Then, in the root of the release's directory, run: -docker-compose run test +To run the tests without a Go environment, install docker and docker compose. Then, in the root of the release's directory, run: +docker compose run test -When the test suite completes, run \"docker-compose down\" to remove and shutdown all the containers. +When the test suite completes, run \"docker compose down\" to remove and shutdown all the containers. The vote is open for the next 72 hours and passes if a majority of at least three +1 PMC votes are cast. @@ -938,7 +938,7 @@ git push origin vX.Y.Z</code></pre></figure> <h4 id="using-docker-1">Using docker</h4> <p>This assumes that a rc release was tagged and pushed to the git repository.</p> -<figure class="highlight"><pre><code class="language-bash" data-lang="bash">docker-compose run promote-release</code></pre></figure> +<figure class="highlight"><pre><code class="language-bash" data-lang="bash">docker compose run promote-release</code></pre></figure> <h3 id="announce-the-release">Announce the release</h3> <p>After 24 hours, announce the release by sending an announcement to the <a href="https://mail-archives.apache.org/mod_mbox/calcite-dev/">dev list</a> @@ -1268,7 +1268,7 @@ Francis Chuang, on behalf of the Apache Calcite Team</code></pre></figure> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/docs/history.html b/avatica/docs/history.html index a194f7cf..16b1a29f 100644 --- a/avatica/docs/history.html +++ b/avatica/docs/history.html @@ -2056,7 +2056,7 @@ for information about previous Avatica releases.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/docs/howto.html b/avatica/docs/howto.html index 417fb7d6..ae9e0fe9 100644 --- a/avatica/docs/howto.html +++ b/avatica/docs/howto.html @@ -1462,7 +1462,7 @@ as a template. Be sure to include a brief description of the project.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/docs/index.html b/avatica/docs/index.html index 0e40ed54..df991602 100644 --- a/avatica/docs/index.html +++ b/avatica/docs/index.html @@ -1136,7 +1136,7 @@ highly welcomed!</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/docs/json_reference.html b/avatica/docs/json_reference.html index 546345cf..15f4eac3 100644 --- a/avatica/docs/json_reference.html +++ b/avatica/docs/json_reference.html @@ -2124,7 +2124,7 @@ for more information on valid attributes in JSON.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/docs/protobuf_reference.html b/avatica/docs/protobuf_reference.html index 8a779395..3fee6f9e 100644 --- a/avatica/docs/protobuf_reference.html +++ b/avatica/docs/protobuf_reference.html @@ -2240,7 +2240,7 @@ to the attributes in this message:</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/docs/protocol_testing.html b/avatica/docs/protocol_testing.html index 9a9166b6..192a8022 100644 --- a/avatica/docs/protocol_testing.html +++ b/avatica/docs/protocol_testing.html @@ -1041,7 +1041,7 @@ curl <span class="nt">-i</span> <span class="nt">-w</span> <span class="s2">"</s <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/docs/roadmap.html b/avatica/docs/roadmap.html index 91f77dcc..3214e5fd 100644 --- a/avatica/docs/roadmap.html +++ b/avatica/docs/roadmap.html @@ -995,7 +995,7 @@ <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/docs/security.html b/avatica/docs/security.html index 660a4d51..d139f60b 100644 --- a/avatica/docs/security.html +++ b/avatica/docs/security.html @@ -1266,7 +1266,7 @@ passwords to validate that the JKS files have not been tampered with.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/downloads/avatica-go.html b/avatica/downloads/avatica-go.html index 8216e36f..24ab3005 100644 --- a/avatica/downloads/avatica-go.html +++ b/avatica/downloads/avatica-go.html @@ -94,6 +94,12 @@ </tr> </thead> <tbody> + <tr> + <td style="text-align: left"><a href="/avatica/docs/go_history.html#v5-1-0">5.1.0</a></td> + <td style="text-align: left">27 Mar 2022</td> + <td style="text-align: left"><a href="https://github.com/apache/calcite-avatica-go/commit/c232d7b">c232d7b</a></td> + <td style="text-align: left"><a href="https://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-avatica-go-5.1.0/apache-calcite-avatica-go-5.1.0-src.tar.gz&action=download">tar</a> (<a href="https://downloads.apache.org/calcite/apache-calcite-avatica-go-5.1.0/apache-calcite-avatica-go-5.1.0-src.tar.gz.sha512">sha512</a> <a href="https://downloads.apache.org/calcite/apache-calcite-avatica-go-5.1.0/apache-calcite-avatica-go-5.1.0-src.tar.gz.asc">pgp</a>)</td> + </tr> <tr> <td style="text-align: left"><a href="/avatica/docs/go_history.html#v5-0-0">5.0.0</a></td> <td style="text-align: left">16 Jul 2020</td> @@ -181,7 +187,7 @@ releases). For more information why this must be done, please read <a href="http <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/downloads/avatica.html b/avatica/downloads/avatica.html index 455d138c..d483eaeb 100644 --- a/avatica/downloads/avatica.html +++ b/avatica/downloads/avatica.html @@ -100,7 +100,7 @@ <td style="text-align: left"><a href="/avatica/docs/history.html#v1-20-0">1.20.0</a></td> <td style="text-align: left">13 Dec 2021</td> <td style="text-align: left"><a href="https://github.com/apache/calcite-avatica/commit/8f83775">8f83775</a></td> - <td style="text-align: left"><a href="https://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-avatica-1.20.0/apache-calcite-avatica-1.20.0-src.tar.gz&action=download">tar</a> (<a href="https://downloads.apache.org/calcite/apache-calcite-avatica-1.20.0/apache-calcite-avatica-1.20.0-src.tar.gz.sha512">sha512</a> <a href="https://downloads.apache.org/calcite/apache-calcite-avatica-1.20.0/apache-calcite-avatica-1.20.0-src.tar.gz.asc">pgp</a>)</td> + <td style="text-align: left"><a href="https://archive.apache.org/dist/calcite/apache-calcite-avatica-1.20.0/apache-calcite-avatica-1.20.0-src.tar.gz">tar</a> (<a href="https://archive.apache.org/dist/calcite/apache-calcite-avatica-1.20.0/apache-calcite-avatica-1.20.0-src.tar.gz.sha512">sha512</a> <a href="https://archive.apache.org/dist/calcite/apache-calcite-avatica-1.20.0/apache-calcite-avatica-1.20.0-src.tar.gz.asc">pgp</a>)</td> </tr> <tr> <td style="text-align: left"><a href="/avatica/docs/history.html#v1-19-0">1.19.0</a></td> @@ -228,12 +228,12 @@ releases). For more information why this must be done, please read <a href="http <span class="nt"><dependency></span> <span class="nt"><groupId></span>org.apache.calcite.avatica<span class="nt"></groupId></span> <span class="nt"><artifactId></span>avatica<span class="nt"></artifactId></span> - <span class="nt"><version></span>1.20.0<span class="nt"></version></span> + <span class="nt"><version></span>5.1.0<span class="nt"></version></span> <span class="nt"></dependency></span> <span class="nt"><dependency></span> <span class="nt"><groupId></span>org.apache.calcite.avatica<span class="nt"></groupId></span> <span class="nt"><artifactId></span>avatica-server<span class="nt"></artifactId></span> - <span class="nt"><version></span>1.20.0<span class="nt"></version></span> + <span class="nt"><version></span>5.1.0<span class="nt"></version></span> <span class="nt"></dependency></span> <span class="nt"></dependencies></span></code></pre></figure> @@ -243,7 +243,7 @@ releases). For more information why this must be done, please read <a href="http <span class="nt"><dependency></span> <span class="nt"><groupId></span>org.apache.calcite.avatica<span class="nt"></groupId></span> <span class="nt"><artifactId></span>avatica-core<span class="nt"></artifactId></span> - <span class="nt"><version></span>1.20.0<span class="nt"></version></span> + <span class="nt"><version></span>5.1.0<span class="nt"></version></span> <span class="nt"></dependency></span> <span class="nt"></dependencies></span></code></pre></figure> @@ -268,7 +268,7 @@ releases). For more information why this must be done, please read <a href="http <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/downloads/index.html b/avatica/downloads/index.html index f0ab1bfb..f4e9e9b3 100644 --- a/avatica/downloads/index.html +++ b/avatica/downloads/index.html @@ -119,7 +119,7 @@ <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/index.html b/avatica/index.html index fc40603d..f5a36975 100644 --- a/avatica/index.html +++ b/avatica/index.html @@ -128,7 +128,7 @@ <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2016/03/03/separate-project/index.html b/avatica/news/2016/03/03/separate-project/index.html index 90c28263..ad7b538e 100644 --- a/avatica/news/2016/03/03/separate-project/index.html +++ b/avatica/news/2016/03/03/separate-project/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -189,6 +191,10 @@ features in the other.</p> <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -205,10 +211,6 @@ features in the other.</p> <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -239,7 +241,7 @@ features in the other.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2016/03/18/release-1.7.1/index.html b/avatica/news/2016/03/18/release-1.7.1/index.html index 8459a7f9..d225a33d 100644 --- a/avatica/news/2016/03/18/release-1.7.1/index.html +++ b/avatica/news/2016/03/18/release-1.7.1/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -247,6 +249,10 @@ upgrading to this version.</p> <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -263,10 +269,6 @@ upgrading to this version.</p> <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -297,7 +299,7 @@ upgrading to this version.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2016/06/04/release-1.8.0/index.html b/avatica/news/2016/06/04/release-1.8.0/index.html index 7212eb05..28ef2d97 100644 --- a/avatica/news/2016/06/04/release-1.8.0/index.html +++ b/avatica/news/2016/06/04/release-1.8.0/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -245,6 +247,10 @@ The wire API documentation for Protocol Buffers continues to receive updates as <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -261,10 +267,6 @@ The wire API documentation for Protocol Buffers continues to receive updates as <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -295,7 +297,7 @@ The wire API documentation for Protocol Buffers continues to receive updates as <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2016/11/01/release-1.9.0/index.html b/avatica/news/2016/11/01/release-1.9.0/index.html index 120af265..1ecc6cfa 100644 --- a/avatica/news/2016/11/01/release-1.9.0/index.html +++ b/avatica/news/2016/11/01/release-1.9.0/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -204,6 +206,10 @@ and <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -220,10 +226,6 @@ and <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -254,7 +256,7 @@ and <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2017/03/31/new-avatica-repository/index.html b/avatica/news/2017/03/31/new-avatica-repository/index.html index 3273fb2a..8bf42b48 100644 --- a/avatica/news/2017/03/31/new-avatica-repository/index.html +++ b/avatica/news/2017/03/31/new-avatica-repository/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -192,6 +194,10 @@ with a mirrored-copy also available on Github at <a href="https://github.com/apa <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -208,10 +214,6 @@ with a mirrored-copy also available on Github at <a href="https://github.com/apa <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -242,7 +244,7 @@ with a mirrored-copy also available on Github at <a href="https://github.com/apa <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2017/05/30/release-1.10.0/index.html b/avatica/news/2017/05/30/release-1.10.0/index.html index 0b285168..24d909de 100644 --- a/avatica/news/2017/05/30/release-1.10.0/index.html +++ b/avatica/news/2017/05/30/release-1.10.0/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -204,6 +206,10 @@ and over 20 <a href="/avatica/docs/history.html#v1-10-0">other new features and <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -220,10 +226,6 @@ and over 20 <a href="/avatica/docs/history.html#v1-10-0">other new features and <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -254,7 +256,7 @@ and over 20 <a href="/avatica/docs/history.html#v1-10-0">other new features and <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2018/03/09/release-1.11.0/index.html b/avatica/news/2018/03/09/release-1.11.0/index.html index 09cb3bd6..5007e6f0 100644 --- a/avatica/news/2018/03/09/release-1.11.0/index.html +++ b/avatica/news/2018/03/09/release-1.11.0/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -189,6 +191,10 @@ support for JDK 7. There are more than 20 <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -205,10 +211,6 @@ support for JDK 7. There are more than 20 <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -239,7 +241,7 @@ support for JDK 7. There are more than 20 <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2018/04/27/release-avatica-go-3.0.0/index.html b/avatica/news/2018/04/27/release-avatica-go-3.0.0/index.html index cdc5cb2d..d584bcfc 100644 --- a/avatica/news/2018/04/27/release-avatica-go-3.0.0/index.html +++ b/avatica/news/2018/04/27/release-avatica-go-3.0.0/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -196,6 +198,10 @@ as further development will take place in the <code class="highlighter-rouge">ap <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -212,10 +218,6 @@ as further development will take place in the <code class="highlighter-rouge">ap <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -246,7 +248,7 @@ as further development will take place in the <code class="highlighter-rouge">ap <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2018/06/24/release-1.12.0/index.html b/avatica/news/2018/06/24/release-1.12.0/index.html index aa6abedd..7f500ca1 100644 --- a/avatica/news/2018/06/24/release-1.12.0/index.html +++ b/avatica/news/2018/06/24/release-1.12.0/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -189,6 +191,10 @@ ZIP archives will no longer be produced from this release onwards.</p> <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -205,10 +211,6 @@ ZIP archives will no longer be produced from this release onwards.</p> <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -239,7 +241,7 @@ ZIP archives will no longer be produced from this release onwards.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2018/09/10/release-avatica-go-3.1.0/index.html b/avatica/news/2018/09/10/release-avatica-go-3.1.0/index.html index 872cb4b4..2b063ccc 100644 --- a/avatica/news/2018/09/10/release-avatica-go-3.1.0/index.html +++ b/avatica/news/2018/09/10/release-avatica-go-3.1.0/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -194,6 +196,10 @@ Go modules where possible.</p> <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -210,10 +216,6 @@ Go modules where possible.</p> <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -244,7 +246,7 @@ Go modules where possible.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2018/09/18/release-avatica-go-3.2.0/index.html b/avatica/news/2018/09/18/release-avatica-go-3.2.0/index.html index 1f102dba..2c9108aa 100644 --- a/avatica/news/2018/09/18/release-avatica-go-3.2.0/index.html +++ b/avatica/news/2018/09/18/release-avatica-go-3.2.0/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -195,6 +197,10 @@ import path rather than the <code class="highlighter-rouge">"github.com/apache/c <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -211,10 +217,6 @@ import path rather than the <code class="highlighter-rouge">"github.com/apache/c <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -245,7 +247,7 @@ import path rather than the <code class="highlighter-rouge">"github.com/apache/c <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2018/12/04/release-1.13.0/index.html b/avatica/news/2018/12/04/release-1.13.0/index.html index e61586b1..6918ccb9 100644 --- a/avatica/news/2018/12/04/release-1.13.0/index.html +++ b/avatica/news/2018/12/04/release-1.13.0/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -188,6 +190,10 @@ <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -204,10 +210,6 @@ <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -238,7 +240,7 @@ <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2019/04/29/release-1.14.0/index.html b/avatica/news/2019/04/29/release-1.14.0/index.html index 262ecec8..55aded7a 100644 --- a/avatica/news/2019/04/29/release-1.14.0/index.html +++ b/avatica/news/2019/04/29/release-1.14.0/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -192,6 +194,10 @@ Avatica users are encouraged to upgrade to 1.14.0 where practical.</p> <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -208,10 +214,6 @@ Avatica users are encouraged to upgrade to 1.14.0 where practical.</p> <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -242,7 +244,7 @@ Avatica users are encouraged to upgrade to 1.14.0 where practical.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2019/05/13/release-1.15.0/index.html b/avatica/news/2019/05/13/release-1.15.0/index.html index 4d9f84a4..9b872858 100644 --- a/avatica/news/2019/05/13/release-1.15.0/index.html +++ b/avatica/news/2019/05/13/release-1.15.0/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -194,6 +196,10 @@ for more information.</p> <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -210,10 +216,6 @@ for more information.</p> <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -244,7 +246,7 @@ for more information.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2019/05/16/release-avatica-go-4.0.0/index.html b/avatica/news/2019/05/16/release-avatica-go-4.0.0/index.html index fb9bfaff..fec88c2d 100644 --- a/avatica/news/2019/05/16/release-avatica-go-4.0.0/index.html +++ b/avatica/news/2019/05/16/release-avatica-go-4.0.0/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -203,6 +205,10 @@ used by this package have also been upgraded.</p> <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -219,10 +225,6 @@ used by this package have also been upgraded.</p> <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -253,7 +255,7 @@ used by this package have also been upgraded.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2019/12/19/release-1.16.0/index.html b/avatica/news/2019/12/19/release-1.16.0/index.html index db1ce3c5..e7bf0fd4 100644 --- a/avatica/news/2019/12/19/release-1.16.0/index.html +++ b/avatica/news/2019/12/19/release-1.16.0/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -192,6 +194,10 @@ for more information.</p> <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -208,10 +214,6 @@ for more information.</p> <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -242,7 +244,7 @@ for more information.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2020/06/22/release-1.17.0/index.html b/avatica/news/2020/06/22/release-1.17.0/index.html index 9133aec5..ad250e60 100644 --- a/avatica/news/2020/06/22/release-1.17.0/index.html +++ b/avatica/news/2020/06/22/release-1.17.0/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -192,6 +194,10 @@ for more information.</p> <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -208,10 +214,6 @@ for more information.</p> <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class="current"> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -242,7 +244,7 @@ for more information.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2020/07/16/release-avatica-go-5.0.0/index.html b/avatica/news/2020/07/16/release-avatica-go-5.0.0/index.html index 5a8ce291..0738c130 100644 --- a/avatica/news/2020/07/16/release-avatica-go-5.0.0/index.html +++ b/avatica/news/2020/07/16/release-avatica-go-5.0.0/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -207,6 +209,10 @@ used by this package have also been upgraded.</p> <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -223,10 +229,6 @@ used by this package have also been upgraded.</p> <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -257,7 +259,7 @@ used by this package have also been upgraded.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2021/05/18/release-1.18.0/index.html b/avatica/news/2021/05/18/release-1.18.0/index.html index df739365..94cfb6c9 100644 --- a/avatica/news/2021/05/18/release-1.18.0/index.html +++ b/avatica/news/2021/05/18/release-1.18.0/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -197,6 +199,10 @@ for more information.</p> <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -213,10 +219,6 @@ for more information.</p> <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -247,7 +249,7 @@ for more information.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2021/10/11/release-1.19.0/index.html b/avatica/news/2021/10/11/release-1.19.0/index.html index 3e9693d9..4c8628e1 100644 --- a/avatica/news/2021/10/11/release-1.19.0/index.html +++ b/avatica/news/2021/10/11/release-1.19.0/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -191,6 +193,10 @@ for more information.</p> <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -207,10 +213,6 @@ for more information.</p> <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -241,7 +243,7 @@ for more information.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2021/12/13/release-1.20.0/index.html b/avatica/news/2021/12/13/release-1.20.0/index.html index dcc09022..9ec8cb21 100644 --- a/avatica/news/2021/12/13/release-1.20.0/index.html +++ b/avatica/news/2021/12/13/release-1.20.0/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -195,6 +197,10 @@ for more information.</p> <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class="current"> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -211,10 +217,6 @@ for more information.</p> <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -245,7 +247,7 @@ for more information.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/2018/09/18/release-avatica-go-3.2.0/index.html b/avatica/news/2022/03/27/release-avatica-go-5.1.0/index.html similarity index 84% copy from avatica/news/2018/09/18/release-avatica-go-3.2.0/index.html copy to avatica/news/2022/03/27/release-avatica-go-5.1.0/index.html index 1f102dba..f33d6107 100644 --- a/avatica/news/2018/09/18/release-avatica-go-3.2.0/index.html +++ b/avatica/news/2022/03/27/release-avatica-go-5.1.0/index.html @@ -2,7 +2,7 @@ <html lang="en-US"> <head> <meta charset="UTF-8"> - <title>Release Avatica Go 3.2.0</title> + <title>Release Avatica Go 5.1.0</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="generator" content="Jekyll v3.7.3"> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900"> @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -131,8 +133,8 @@ <div class="unit four-fifths"> <article> <h2> - Release Avatica Go 3.2.0 - <a href="/news/2018/09/18/release-avatica-go-3.2.0/" class="permalink" title="Permalink">∞</a> + Release Avatica Go 5.1.0 + <a href="/news/2022/03/27/release-avatica-go-5.1.0/" class="permalink" title="Permalink">∞</a> </h2> <span class="post-category"> <span class="label"> @@ -141,7 +143,7 @@ </span> <div class="post-meta"> <span class="post-date"> - 18 Sep 2018 + 27 Mar 2022 </span> @@ -158,19 +160,20 @@ --> -<p>Apache Calcite Avatica Go 3.2.0 is a minor release of Avatica Go with fixes to the import paths after enabling -support for Go modules.</p> +<p>Apache Calcite Avatica Go 5.1.0 is a maintenance release of Avatica Go with some dependency updates and bug fixes. +This release supports Go 1.17 and 1.18, which are currently the versions supported and maintained by the Go team.</p> -<p>The 3.1.0 release contained a bug where packages within the library used the <code class="highlighter-rouge">"github.com/apache/calcite-avatica-go"</code> -import path rather than the <code class="highlighter-rouge">"github.com/apache/calcite-avatica-go/v3"</code> import path. This resulted in an issue where -2 versions of the library are being used at the same time, causing some programs to not build.</p> +<p>Of particular note is the replacement of the <a href="https://github.com/golang/protobuf">github.com/golang/protobuf</a> package with +<a href="https://pkg.go.dev/google.golang.org/protobuf">google.golang.org/protobuf</a> and the +<a href="https://pkg.go.dev/golang.org/x/xerrors">golang.org/x/xerrors</a> package with the standard library’s built-in +<a href="https://pkg.go.dev/errors">errors</a> package as the former packages have all be superseded by their replacements.</p> -<p><strong>The Calcite team recommends consumers of the Avatica Go library to not use the 3.1.0 release and ensure that the -3.2.0 release is being used.</strong></p> +<p>The Calcite team recommends users of this package to upgrade to this version, where practical, as the dependencies being +used by this package have also been upgraded.</p> - <p>See the <a href="/avatica/docs/history.html#v3-2-0">release notes</a>; + <p>See the <a href="/avatica/docs/history.html#v5-1-0">release notes</a>; <a href="/avatica/downloads/avatica.html#source-releases">download</a> the release.</p> @@ -195,6 +198,10 @@ import path rather than the <code class="highlighter-rouge">"github.com/apache/c <h4>Recent Releases</h4> <ul> + <li class="current"> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -211,10 +218,6 @@ import path rather than the <code class="highlighter-rouge">"github.com/apache/c <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -245,7 +248,7 @@ import path rather than the <code class="highlighter-rouge">"github.com/apache/c <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/avatica-go-releases/index.html b/avatica/news/avatica-go-releases/index.html index dceea8b2..fc8dc1c4 100644 --- a/avatica/news/avatica-go-releases/index.html +++ b/avatica/news/avatica-go-releases/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -135,6 +137,60 @@ + +<article> + <h2> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/"> + Release Avatica Go 5.1.0 + </a> + </h2> + <span class="post-category"> + <span class="label"> + release + </span> + </span> + <div class="post-meta"> + <span class="post-date"> + 27 Mar 2022 + </span> + + + + <a href="http://github.com/F21" class="post-author"> + <img src="http://github.com/F21.png" + class="avatar" alt="francischuang avatar" + width="24" height="24"> + francischuang + </a> + </div> + <div class="post-content"> + <!-- + +--> + +<p>Apache Calcite Avatica Go 5.1.0 is a maintenance release of Avatica Go with some dependency updates and bug fixes. +This release supports Go 1.17 and 1.18, which are currently the versions supported and maintained by the Go team.</p> + +<p>Of particular note is the replacement of the <a href="https://github.com/golang/protobuf">github.com/golang/protobuf</a> package with +<a href="https://pkg.go.dev/google.golang.org/protobuf">google.golang.org/protobuf</a> and the +<a href="https://pkg.go.dev/golang.org/x/xerrors">golang.org/x/xerrors</a> package with the standard library’s built-in +<a href="https://pkg.go.dev/errors">errors</a> package as the former packages have all be superseded by their replacements.</p> + +<p>The Calcite team recommends users of this package to upgrade to this version, where practical, as the dependencies being +used by this package have also been upgraded.</p> + + + + <p>See the <a href="/avatica/docs/go_history.html#v5-1-0">release notes</a>; + <a href="/avatica/downloads/avatica-go.html#source-releases">download</a> the release.</p> + + + </div> +</article> + + + + @@ -466,6 +522,10 @@ as further development will take place in the <code class="highlighter-rouge">ap <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -482,10 +542,6 @@ as further development will take place in the <code class="highlighter-rouge">ap <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -516,7 +572,7 @@ as further development will take place in the <code class="highlighter-rouge">ap <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/avatica-releases/index.html b/avatica/news/avatica-releases/index.html index 11b29c1b..511ac93b 100644 --- a/avatica/news/avatica-releases/index.html +++ b/avatica/news/avatica-releases/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -135,6 +137,8 @@ + + <article> <h2> @@ -994,6 +998,10 @@ upgrading to this version.</p> <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -1010,10 +1018,6 @@ upgrading to this version.</p> <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -1044,7 +1048,7 @@ upgrading to this version.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html"> diff --git a/avatica/news/index.html b/avatica/news/index.html index 051f8ead..85226681 100644 --- a/avatica/news/index.html +++ b/avatica/news/index.html @@ -81,6 +81,8 @@ <option value="/avatica/news/">Home</option> <optgroup label="v1.x"> + <option value="/news/2022/03/27/release-avatica-go-5.1.0/">Release Avatica Go 5.1.0</option> + <option value="/news/2021/12/13/release-1.20.0/">Release 1.20.0</option> <option value="/news/2021/10/11/release-1.19.0/">Release 1.19.0</option> @@ -135,6 +137,58 @@ +<article> + <h2> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/"> + Release Avatica Go 5.1.0 + </a> + </h2> + <span class="post-category"> + <span class="label"> + release + </span> + </span> + <div class="post-meta"> + <span class="post-date"> + 27 Mar 2022 + </span> + + + + <a href="http://github.com/F21" class="post-author"> + <img src="http://github.com/F21.png" + class="avatar" alt="francischuang avatar" + width="24" height="24"> + francischuang + </a> + </div> + <div class="post-content"> + <!-- + +--> + +<p>Apache Calcite Avatica Go 5.1.0 is a maintenance release of Avatica Go with some dependency updates and bug fixes. +This release supports Go 1.17 and 1.18, which are currently the versions supported and maintained by the Go team.</p> + +<p>Of particular note is the replacement of the <a href="https://github.com/golang/protobuf">github.com/golang/protobuf</a> package with +<a href="https://pkg.go.dev/google.golang.org/protobuf">google.golang.org/protobuf</a> and the +<a href="https://pkg.go.dev/golang.org/x/xerrors">golang.org/x/xerrors</a> package with the standard library’s built-in +<a href="https://pkg.go.dev/errors">errors</a> package as the former packages have all be superseded by their replacements.</p> + +<p>The Calcite team recommends users of this package to upgrade to this version, where practical, as the dependencies being +used by this package have also been upgraded.</p> + + + + <p>See the <a href="/avatica/docs/go_history.html#v5-1-0">release notes</a>; + <a href="/avatica/downloads/avatica-go.html#source-releases">download</a> the release.</p> + + + </div> +</article> + + + <article> <h2> <a href="/avatica/news/2021/12/13/release-1.20.0/"> @@ -1333,6 +1387,10 @@ of the website.</p> <h4>Recent Releases</h4> <ul> + <li class=""> + <a href="/avatica/news/2022/03/27/release-avatica-go-5.1.0/">avatica-go 5.1.0</a> + </li> + <li class=""> <a href="/avatica/news/2021/12/13/release-1.20.0/">avatica 1.20.0</a> </li> @@ -1349,10 +1407,6 @@ of the website.</p> <a href="/avatica/news/2020/07/16/release-avatica-go-5.0.0/">avatica-go 5.0.0</a> </li> - <li class=""> - <a href="/avatica/news/2020/06/22/release-1.17.0/">avatica 1.17.0</a> - </li> - </ul> <h4>Other News</h4> <ul> @@ -1383,7 +1437,7 @@ of the website.</p> <img src="/avatica/img/feather.png" width="190" height="77" alt="Apache Logo"></a> </div> <div id="copyright"> - <p>The contents of this website are © 2021 + <p>The contents of this website are © 2022 <a href="https://www.apache.org/">Apache Software Foundation</a> under the terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
