This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/thrift-website.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 366c852 Automatic Site Publish by Buildbot
366c852 is described below
commit 366c852e991dccaeea097be80171deb09ed870ab
Author: buildbot <[email protected]>
AuthorDate: Fri May 23 21:01:34 2025 +0000
Automatic Site Publish by Buildbot
---
output/docs/Languages.html | 4 ++--
output/docs/committers/HowToThriftWebsite.html | 4 ++--
output/docs/idl.html | 2 +-
output/download.html | 20 ++++++++++----------
output/index.html | 14 +++++++-------
5 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/output/docs/Languages.html b/output/docs/Languages.html
index 51c8c9c..101af49 100644
--- a/output/docs/Languages.html
+++ b/output/docs/Languages.html
@@ -403,7 +403,7 @@ Thrift’s core protocol is TBinary, supported by all
languages except for JavaS
<!-- Build Systems ---------><td><img src="/doc/images/cgrn.png" alt="Yes"
/></td><td><img src="/doc/images/cred.png" alt="" /></td>
<!-- Language Levels -------><td colspan="2">5.7</td>
<!-- Field types -----------><td><img src="/doc/images/cgrn.png" alt="Yes"
/></td>
-<!-- Low-Level Transports --><td><img src="/doc/images/cred.png" alt=""
/></td><td><img src="/doc/images/cgrn.png" alt="Yes" /></td><td><img
src="/doc/images/cgrn.png" alt="Yes" /></td><td><img src="/doc/images/cred.png"
alt="" /></td><td><img src="/doc/images/cgrn.png" alt="Yes" /></td><td><img
src="/doc/images/cgrn.png" alt="Yes" /></td>
+<!-- Low-Level Transports --><td><img src="/doc/images/cgrn.png" alt="Yes"
/></td><td><img src="/doc/images/cgrn.png" alt="Yes" /></td><td><img
src="/doc/images/cgrn.png" alt="Yes" /></td><td><img src="/doc/images/cred.png"
alt="" /></td><td><img src="/doc/images/cgrn.png" alt="Yes" /></td><td><img
src="/doc/images/cgrn.png" alt="Yes" /></td>
<!-- Transport Wrappers ----><td><img src="/doc/images/cgrn.png" alt="Yes"
/></td><td><img src="/doc/images/cred.png" alt="" /></td><td><img
src="/doc/images/cgrn.png" alt="Yes" /></td><td><img src="/doc/images/cred.png"
alt="" /></td>
<!-- Protocols -------------><td><img src="/doc/images/cgrn.png" alt="Yes"
/></td><td><img src="/doc/images/cgrn.png" alt="Yes" /></td><td><img
src="/doc/images/cred.png" alt="" /></td><td><img src="/doc/images/cgrn.png"
alt="Yes" /></td>
<!-- Servers ---------------><td><img src="/doc/images/cred.png" alt=""
/></td><td><img src="/doc/images/cred.png" alt="" /></td><td><img
src="/doc/images/cred.png" alt="" /></td><td><img src="/doc/images/cred.png"
alt="" /></td><td><img src="/doc/images/cgrn.png" alt="Yes" /></td>
@@ -417,7 +417,7 @@ Thrift’s core protocol is TBinary, supported by all
languages except for JavaS
<!-- Build Systems ---------><th>autoconf</th><th>cmake</th>
<!-- Lang/Lib Levels -------><th>Min</th><th>Max</th>
<!-- Field types -----------><th>Uuid</th>
-<!-- Low-Level Transports --><th><a
href="https://en.wikipedia.org/wiki/Unix_domain_socket">Domain</a></th></th><th> File </th><th>Memory</th><th> Pipe </th><th>Socket</th><th> TLS </th>
+<!-- Low-Level Transports --><th><a
href="https://en.wikipedia.org/wiki/Unix_domain_socket">Domain</a></th><th> File </th><th>Memory</th><th> Pipe </th><th>Socket</th><th> TLS </th>
<!-- Transport Wrappers
----><th>Framed</th><th>Header</th><th> http </th><th> zlib </th>
<!-- Protocols -------------><th><a
href="doc/specs/thrift-binary-protocol.md">Binary</a></th><th><a
href="doc/specs/thrift-compact-protocol.md">Compact</a></th><th> JSON </th><th>Multiplex</th>
<!-- Servers
---------------><th>Forking</th><th>Nonblocking</th><th>Simple</th><th>Threaded</th><th>ThreadPool</th>
diff --git a/output/docs/committers/HowToThriftWebsite.html
b/output/docs/committers/HowToThriftWebsite.html
index 577b0ed..f42d1b5 100644
--- a/output/docs/committers/HowToThriftWebsite.html
+++ b/output/docs/committers/HowToThriftWebsite.html
@@ -101,8 +101,8 @@ consistent experience with the various markdown parsers
deployed by the CMS.</p>
file” <a
href="https://svn.apache.org/repos/asf/thrift/cms-site/trunk/lib/path.pm">lib/path.pm</a>.
Update
the following values and then following <b>Updating the Website</b> section
below</p>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>current_release: "0.21.0"
-current_release_date: "2024-SEP-09"
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>current_release: "0.22.0"
+current_release_date: "2025-MAY-14"
</code></pre></div></div>
<h3 id="updating-the-website">Updating the website</h3>
diff --git a/output/docs/idl.html b/output/docs/idl.html
index bb53c83..98245b6 100644
--- a/output/docs/idl.html
+++ b/output/docs/idl.html
@@ -52,7 +52,7 @@
<h2 id="thrift-interface-description-language">Thrift interface description
language</h2>
-<p>For Thrift version 0.22.0.</p>
+<p>For Thrift version 0.23.0.</p>
<p>The Thrift interface definition language (IDL) allows for the definition of
<a href="/docs/types">Thrift Types</a>. A Thrift IDL file is processed by the
Thrift code generator to produce code for the various target languages to
support the defined structs and services in the IDL file.</p>
diff --git a/output/download.html b/output/download.html
index e2f3e70..e7fc1f9 100644
--- a/output/download.html
+++ b/output/download.html
@@ -50,24 +50,24 @@
<div class="container">
<h2 id="release">Release</h2>
-<p>The latest stable release of Thrift is 0.21.0 (released on 2024-SEP-09).</p>
+<p>The latest stable release of Thrift is 0.22.0 (released on 2025-MAY-14).</p>
<ul>
- <li><a
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.21.0/thrift-0.21.0.tar.gz">thrift-0.21.0.tar.gz</a>
[<a
href="https://www.apache.org/dist/thrift/0.21.0/thrift-0.21.0.tar.gz.asc">PGP</a>]
-[<a
href="https://www.apache.org/dist/thrift/0.21.0/thrift-0.21.0.tar.gz.sha256">SHA256</a>]
-[<a
href="https://www.apache.org/dist/thrift/0.21.0/thrift-0.21.0.tar.gz.sha1">SHA1</a>]
-[<a
href="https://www.apache.org/dist/thrift/0.21.0/thrift-0.21.0.tar.gz.md5">MD5</a>]</li>
- <li><a
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.21.0/thrift-0.21.0.exe">Thrift
compiler for Windows (thrift-0.21.0.exe)</a> [<a
href="https://www.apache.org/dist/thrift/0.21.0/thrift-0.21.0.exe.asc">PGP</a>]
-[<a
href="https://www.apache.org/dist/thrift/0.21.0/thrift-0.21.0.exe.sha256">SHA256</a>]
-[<a
href="https://www.apache.org/dist/thrift/0.21.0/thrift-0.21.0.exe.sha1">SHA1</a>]
-[<a
href="https://www.apache.org/dist/thrift/0.21.0/thrift-0.21.0.exe.md5">MD5</a>]</li>
+ <li><a
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.22.0/thrift-0.22.0.tar.gz">thrift-0.22.0.tar.gz</a>
[<a
href="https://www.apache.org/dist/thrift/0.22.0/thrift-0.22.0.tar.gz.asc">PGP</a>]
+[<a
href="https://www.apache.org/dist/thrift/0.22.0/thrift-0.22.0.tar.gz.sha256">SHA256</a>]
+[<a
href="https://www.apache.org/dist/thrift/0.22.0/thrift-0.22.0.tar.gz.sha1">SHA1</a>]
+[<a
href="https://www.apache.org/dist/thrift/0.22.0/thrift-0.22.0.tar.gz.md5">MD5</a>]</li>
+ <li><a
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.22.0/thrift-0.22.0.exe">Thrift
compiler for Windows (thrift-0.22.0.exe)</a> [<a
href="https://www.apache.org/dist/thrift/0.22.0/thrift-0.22.0.exe.asc">PGP</a>]
+[<a
href="https://www.apache.org/dist/thrift/0.22.0/thrift-0.22.0.exe.sha256">SHA256</a>]
+[<a
href="https://www.apache.org/dist/thrift/0.22.0/thrift-0.22.0.exe.sha1">SHA1</a>]
+[<a
href="https://www.apache.org/dist/thrift/0.22.0/thrift-0.22.0.exe.md5">MD5</a>]</li>
</ul>
<h2 id="maven-artifact">Maven artifact</h2>
<pre><code><dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
- <version>0.21.0</version>
+ <version>0.22.0</version>
</dependency>
</code></pre>
diff --git a/output/index.html b/output/index.html
index 23c61cb..07d2a8d 100644
--- a/output/index.html
+++ b/output/index.html
@@ -80,27 +80,27 @@
</div>
<div class="span3 well center pull-right">
<h2>Download</h2>
- <p>Apache Thrift v0.21.0</p>
+ <p>Apache Thrift v0.22.0</p>
<p>
- <a class="btn btn-large"
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.21.0/thrift-0.21.0.tar.gz">
- Download <small>v0.21.0</small>
+ <a class="btn btn-large"
href="http://www.apache.org/dyn/closer.cgi?path=/thrift/0.22.0/thrift-0.22.0.tar.gz">
+ Download <small>v0.22.0</small>
</a>
</p>
<p>
<small>
- <a
href="https://www.apache.org/dist/thrift/0.21.0/thrift-0.21.0.tar.gz.sha256">SHA256</a>
+ <a
href="https://www.apache.org/dist/thrift/0.22.0/thrift-0.22.0.tar.gz.sha256">SHA256</a>
</small>
|
<small>
- <a
href="https://www.apache.org/dist/thrift/0.21.0/thrift-0.21.0.tar.gz.sha1">SHA1</a>
+ <a
href="https://www.apache.org/dist/thrift/0.22.0/thrift-0.22.0.tar.gz.sha1">SHA1</a>
</small>
|
<small>
- <a
href="https://www.apache.org/dist/thrift/0.21.0/thrift-0.21.0.tar.gz.md5">MD5</a>
+ <a
href="https://www.apache.org/dist/thrift/0.22.0/thrift-0.22.0.tar.gz.md5">MD5</a>
</small>
|
<small>
- <a
href="https://www.apache.org/dist/thrift/0.21.0/thrift-0.21.0.tar.gz.asc">PGP</a>
+ <a
href="https://www.apache.org/dist/thrift/0.22.0/thrift-0.22.0.tar.gz.asc">PGP</a>
</small>
</p>
<p>