This is an automated email from the ASF dual-hosted git repository.
suiliangliang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fury-site.git
The following commit(s) were added to refs/heads/main by this push:
new 81f21480 add 0.10.2 blog (#223)
81f21480 is described below
commit 81f2148085eaaad8fb23fc9ca0999f63c0d5b883
Author: LiangliangSui <[email protected]>
AuthorDate: Wed May 7 22:51:51 2025 +0800
add 0.10.2 blog (#223)
Signed-off-by: Liangliang Sui <[email protected]>
---
blog/2025-05-06-fury_0_10_2_release.md | 22 ++++++++++++++++++++++
blog/authors.yml | 6 ++++++
docs/start/install.md | 14 +++++++-------
.../docusaurus-plugin-content-blog/authors.yml | 6 ++++++
.../docusaurus-plugin-content-blog/authors.yml | 6 ++++++
.../current/start/install.md | 14 +++++++-------
src/pages/download/index.md | 6 +++---
7 files changed, 57 insertions(+), 17 deletions(-)
diff --git a/blog/2025-05-06-fury_0_10_2_release.md
b/blog/2025-05-06-fury_0_10_2_release.md
new file mode 100644
index 00000000..9d5781cb
--- /dev/null
+++ b/blog/2025-05-06-fury_0_10_2_release.md
@@ -0,0 +1,22 @@
+---
+slug: fury_0_10_2_release
+title: Fury v0.10.2 Released
+authors: [liangliangsui]
+tags: [fury]
+---
+
+The Apache Fury team is pleased to announce the 0.10.2 release. This is a
minor release that includes [6
PR](https://github.com/apache/fury/compare/v0.10.1...v0.10.2) from 2 distinct
contributors. See the [Install](https://fury.apache.org/docs/start/install)
Page to learn how to get the libraries for your platform.
+
+## Features
+
+* feat(kotlin): add kotlin ci by @pandalee99 in
https://github.com/apache/fury/pull/2176
+
+## Bug Fix
+
+* fix(java): fix DisallowedList calculate hash in Windows by @chaokunyang in
https://github.com/apache/fury/pull/2142
+* fix(java): fix fury logger log exception by @chaokunyang in
https://github.com/apache/fury/pull/2153
+* fix(java): fix nested chunk map serialization error when generics exists by
@chaokunyang in https://github.com/apache/fury/pull/2162
+* fix(java): fix nested map chunk serialization codegen by @chaokunyang in
https://github.com/apache/fury/pull/2172
+* fix(kotlin): fix kotlin compile error by @chaokunyang in
https://github.com/apache/fury/pull/2173
+
+**Full Changelog**: https://github.com/apache/fury/compare/v0.10.1...v0.10.2
diff --git a/blog/authors.yml b/blog/authors.yml
index 18c9d94f..5bd78cd2 100644
--- a/blog/authors.yml
+++ b/blog/authors.yml
@@ -9,3 +9,9 @@ wangweipeng:
title: Apache Fury PPMC Member
url: https://github.com/theweipeng
image_url: https://github.com/theweipeng.png
+
+liangliangsui:
+ name: Liangliang Sui
+ title: Apache Fury Committer
+ url: https://github.com/LiangliangSui
+ image_url: https://github.com/LiangliangSui.png
diff --git a/docs/start/install.md b/docs/start/install.md
index aa72b00f..bc65cbee 100644
--- a/docs/start/install.md
+++ b/docs/start/install.md
@@ -16,13 +16,13 @@ To add a dependency on Fury using Maven, use the following:
<dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-core</artifactId>
- <version>0.10.1</version>
+ <version>0.10.2</version>
</dependency>
<!-- row/arrow format support -->
<!-- <dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-format</artifactId>
- <version>0.10.1</version>
+ <version>0.10.2</version>
</dependency> -->
```
@@ -34,7 +34,7 @@ To add a dependency on Fury scala for scala 2.13 with maven,
use the following:
<dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-scala_2.13</artifactId>
- <version>0.10.1</version>
+ <version>0.10.2</version>
</dependency>
```
@@ -44,20 +44,20 @@ To add a dependency on Fury scala for scala 3 with maven,
use the following:
<dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-scala_3</artifactId>
- <version>0.10.1</version>
+ <version>0.10.2</version>
</dependency>
```
To add a dependency on Fury scala for scala 2.13 with sbt, use the following:
```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.1"
+libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.2"
```
To add a dependency on Fury scala for scala 3 with sbt, use the following:
```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.1"
+libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.2"
```
## Kotlin
@@ -68,6 +68,6 @@ To add a dependency on Fury kotlin with maven, use the
following:
<dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-kotlin</artifactId>
- <version>0.10.1</version>
+ <version>0.10.2</version>
</dependency>
```
diff --git a/i18n/en-us/docusaurus-plugin-content-blog/authors.yml
b/i18n/en-us/docusaurus-plugin-content-blog/authors.yml
index 18c9d94f..5bd78cd2 100644
--- a/i18n/en-us/docusaurus-plugin-content-blog/authors.yml
+++ b/i18n/en-us/docusaurus-plugin-content-blog/authors.yml
@@ -9,3 +9,9 @@ wangweipeng:
title: Apache Fury PPMC Member
url: https://github.com/theweipeng
image_url: https://github.com/theweipeng.png
+
+liangliangsui:
+ name: Liangliang Sui
+ title: Apache Fury Committer
+ url: https://github.com/LiangliangSui
+ image_url: https://github.com/LiangliangSui.png
diff --git a/i18n/zh-CN/docusaurus-plugin-content-blog/authors.yml
b/i18n/zh-CN/docusaurus-plugin-content-blog/authors.yml
index 18c9d94f..5bd78cd2 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-blog/authors.yml
+++ b/i18n/zh-CN/docusaurus-plugin-content-blog/authors.yml
@@ -9,3 +9,9 @@ wangweipeng:
title: Apache Fury PPMC Member
url: https://github.com/theweipeng
image_url: https://github.com/theweipeng.png
+
+liangliangsui:
+ name: Liangliang Sui
+ title: Apache Fury Committer
+ url: https://github.com/LiangliangSui
+ image_url: https://github.com/LiangliangSui.png
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/start/install.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/start/install.md
index 0d216472..c5a76a75 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/start/install.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/start/install.md
@@ -14,13 +14,13 @@ Apache Fury 源码下载请参见 Apache Fury
[download](https://github.com/apac
<dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-core</artifactId>
- <version>0.10.1</version>
+ <version>0.10.2</version>
</dependency>
<!-- row/arrow format support -->
<!-- <dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-format</artifactId>
- <version>0.10.1</version>
+ <version>0.10.2</version>
</dependency> -->
```
@@ -32,7 +32,7 @@ Apache Fury 源码下载请参见 Apache Fury
[download](https://github.com/apac
<dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-scala_2.13</artifactId>
- <version>0.10.1</version>
+ <version>0.10.2</version>
</dependency>
```
@@ -42,20 +42,20 @@ Apache Fury 源码下载请参见 Apache Fury
[download](https://github.com/apac
<dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-scala_3</artifactId>
- <version>0.10.1</version>
+ <version>0.10.2</version>
</dependency>
```
要使用 sbt 添加 scala 2.13 的 Fury scala 依赖,请使用以下配置:
```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.1"
+libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.2"
```
要使用 sbt 添加 scala 3 的 Fury scala 依赖,请使用以下配置:
```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.1"
+libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.2"
```
## Fury Kotlin 安装
@@ -66,6 +66,6 @@ To add a dependency on Fury kotlin with maven, use the
following:
<dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-kotlin</artifactId>
- <version>0.10.1</version>
+ <version>0.10.2</version>
</dependency>
```
diff --git a/src/pages/download/index.md b/src/pages/download/index.md
index b85ef6f1..53a48e82 100644
--- a/src/pages/download/index.md
+++ b/src/pages/download/index.md
@@ -31,13 +31,13 @@ These files are named after the files they relate to but
have `.sha512/.asc` ext
To verify the SHA digests, you need the `.tgz` and its associated
`.tgz.sha512` file. An example command:
```bash
-sha512sum --check apache-fury-incubating-0.10.1-src.tar.gz
+sha512sum --check apache-fury-incubating-0.10.2-src.tar.gz
```
It should output something like:
```bash
-apache-fury-incubating-0.10.1-src.tar.gz: OK
+apache-fury-incubating-0.10.2-src.tar.gz: OK
```
### Verifying Signatures
@@ -54,7 +54,7 @@ gpg --import KEYS
Then you can verify signature:
```bash
-gpg --verify apache-fury-incubating-0.10.1-src.tar.gz.asc
apache-fury-incubating-0.10.1-src.tar.gz
+gpg --verify apache-fury-incubating-0.10.2-src.tar.gz.asc
apache-fury-incubating-0.10.2-src.tar.gz
```
If something like the following appears, it means the signature is correct:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]