Skip to content

Commit

Permalink
fix markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Oct 5, 2024
1 parent 70d2374 commit cd87698
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion blog/2024-10-04-fury_0_8_0_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ tags: [fury]
The Apache Fury team is pleased to announce the 0.8.0 release. This is a major release that includes [23 PR](https://github.com/apache/fury/compare/v0.7.1...v0.8.0) from 7 distinct contributors. See the [Install](https://fury.apache.org/docs/start/install) Page to learn how to get the libraries for your platform.

### Features

* refactor(rust): simplify error handle by @jiacai2050 in https://github.com/apache/fury/pull/1823
* feat(java): support graalvm 17/21/22 by @chaokunyang in https://github.com/apache/fury/pull/1845
* perf(java): inline same element invoke in jit by @chaokunyang in https://github.com/apache/fury/pull/1851
* perf(java): optimize read classdef perf by @chaokunyang in https://github.com/apache/fury/pull/1852
* feat(scala): optimize scala class serialization by @chaokunyang in https://github.com/apache/fury/pull/1853

* feat(java): implement sublist serializers by @chaokunyang in https://github.com/apache/fury/pull/1856
* feat(java): use SubListViewSerializer only when tracking ref by @chaokunyang in https://github.com/apache/fury/pull/1858

## Bug Fix

* fix(java): DeserializationException#getMessage call by @yoohaemin in https://github.com/apache/fury/pull/1830
* fix(java): fix collection view serialization by @chaokunyang in https://github.com/apache/fury/pull/1833
* fix(java): fix long type name meta string encoding by @chaokunyang in https://github.com/apache/fury/pull/1837
Expand All @@ -28,6 +29,7 @@ The Apache Fury team is pleased to announce the 0.8.0 release. This is a major r
* fix(java): fix jdk proxy serialization when proxy writeReplace method by @chaokunyang in https://github.com/apache/fury/pull/1857

## Other Improvements

* chore(java): fix default value doc for metaShareEnabled/scopedMetaShareEnabled by @chaokunyang in https://github.com/apache/fury/pull/1826
* chore(doc): fix 'how to upgrade fury' link in README by @sh-cho in https://github.com/apache/fury/pull/1846
* build(deps): bump com.google.protobuf:protobuf-java from 3.16.3 to 3.25.5 in /java/benchmark by @dependabot in https://github.com/apache/fury/pull/1847
Expand All @@ -36,6 +38,7 @@ The Apache Fury team is pleased to announce the 0.8.0 release. This is a major r
* feat(scala): upgrade sbt and sbt-apache-sonatype by @pjfanning in https://github.com/apache/fury/pull/1859

## New Contributors

* @yoohaemin made their first contribution in https://github.com/apache/fury/pull/1830
* @fink-arthur made their first contribution in https://github.com/apache/fury/pull/1843
* @sh-cho made their first contribution in https://github.com/apache/fury/pull/1846
Expand Down

0 comments on commit cd87698

Please sign in to comment.