This is an automated email from the ASF dual-hosted git repository.

chaokunyang 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 6d94295c chore: Post blog for 0.10.1 (#218)
6d94295c is described below

commit 6d94295c5bf68aed7b0100f2f22b428a1a5d78cc
Author: weipeng <[email protected]>
AuthorDate: Thu Apr 17 21:39:30 2025 +0800

    chore: Post blog for 0.10.1 (#218)
    
    Post blog for 0.10.1
---
 blog/2025-04-15-fury_0_10_1_release.md | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/blog/2025-04-15-fury_0_10_1_release.md 
b/blog/2025-04-15-fury_0_10_1_release.md
new file mode 100644
index 00000000..cccbe1e0
--- /dev/null
+++ b/blog/2025-04-15-fury_0_10_1_release.md
@@ -0,0 +1,33 @@
+---
+slug: fury_0_10_1_release
+title: Fury v0.10.1 Released
+authors: [wangweipeng]
+tags: [fury]
+---
+
+The Apache Fury team is pleased to announce the 0.10.1 release. This is a 
minor release that includes [14 
PR](https://github.com/apache/fury/compare/v0.10.0...v0.10.1) from 10 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(java): support passed tracking ref meta when building serializers by 
@chaokunyang in https://github.com/apache/fury/pull/2113
+* feat(java): extra entry in disallowed.txt by @pjfanning in 
https://github.com/apache/fury/pull/2098
+* feat(java): use sha256 to check disallowed.txt tamper by @chaokunyang in 
https://github.com/apache/fury/pull/2102
+
+## Bug Fix
+
+* fix(java): fix read null chunk out of bound by @chaokunyang in 
https://github.com/apache/fury/pull/2065
+* fix(java): Fix error with `MemoryBuffer::readBytesAsInt64` when not in 
LITTLE_ENDIAN mode by @LouisLou2 in https://github.com/apache/fury/pull/2069
+* fix(java): fix read primitives error on fill buffer bound by @chaokunyang in 
https://github.com/apache/fury/pull/2064
+* fix(java): java.util.Date and its subclasses are mutable by @moooonk in 
https://github.com/apache/fury/pull/2076
+* fix(java): fix ImmutableCollections$SubList duplicate registration by 
@w-yfan in https://github.com/apache/fury/pull/2074
+* fix(java): Modify some mistake by @Hen1ng in 
https://github.com/apache/fury/pull/2086
+* fix(java): fix serialization npe of collection with all null elems by 
@chaokunyang in https://github.com/apache/fury/pull/2111
+* fix(java): fix disallowed.txt check in windows by @chaokunyang in 
https://github.com/apache/fury/pull/2128
+
+## Other Improvements
+
+* perf(java): Improve performance by using System.arraycopy to copy between 
byte arrays by @Cybermaxke in https://github.com/apache/fury/pull/2101
+* perf(java): Refactor ThreadPoolFury to improve performance by @moooonk in 
https://github.com/apache/fury/pull/2092
+* perf(java): Optimize Computational Efficiency of 
MetaStringEncoder::encodeGeneric by @LouisLou2 in 
https://github.com/apache/fury/pull/2072
+
+**Full Changelog**: https://github.com/apache/fury/compare/v0.10.0...v0.10.1


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to