Skip to content

Commit

Permalink
add ctrip user (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang authored Sep 12, 2024
1 parent c943f67 commit 334ff68
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blog/2024-09-12-fury_0_7_1_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tags: [fury]
The Apache Fury team is pleased to announce the 0.7.1 release. This is a major release that includes [20 PR](https://github.com/apache/fury/compare/v0.7.0...v0.7.1) from 8 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(javascript): Added MetaString Class for Unicode Encoding/Decoding in Type.Object Code Generation by @Forchapeatl in https://github.com/apache/fury/pull/1774
* feat(Rust): Refine Code Structure & Prepare for Future Compatibility Features by @theweipeng in https://github.com/apache/fury/pull/1787
* feat(java): ThreadSafeFury add getClassResolver method by @funky-eyes in https://github.com/apache/fury/pull/1780
Expand All @@ -19,6 +20,7 @@ The Apache Fury team is pleased to announce the 0.7.1 release. This is a major r
* refine fury website and add chinese documents by @yuluo-yx and @LofiSu

## Bug Fix

* ci: fix rust ci failed by @LiangliangSui in https://github.com/apache/fury/pull/1783
* fix(java): fix classloader get npe by @chaokunyang in https://github.com/apache/fury/pull/1792
* fix(scala): fix nested type serialization in scala object type by @chaokunyang in https://github.com/apache/fury/pull/1809
Expand All @@ -28,12 +30,14 @@ The Apache Fury team is pleased to announce the 0.7.1 release. This is a major r
* fix(rust): use iter to avoid reallocate by @jiacai2050 in https://github.com/apache/fury/pull/1821

## Other Improvements

* chore(java): Disallow writing meta classdef when obj is null by @LiangliangSui in https://github.com/apache/fury/pull/1686
* chore(infra): optimize github tmpl & update actions/checkout version to 4.1.7 by @yuluo-yx in https://github.com/apache/fury/pull/1807
* chore(infra): remove redundant bug reporting options by @yuluo-yx in https://github.com/apache/fury/pull/1810
* docs: add check lint ci & fix md lint by @yuluo-yx in https://github.com/apache/fury/pull/1811

## New Contributors

* @Forchapeatl made their first contribution in https://github.com/apache/fury/pull/1774
* @funky-eyes made their first contribution in https://github.com/apache/fury/pull/1780
* @yuluo-yx made their first contribution in https://github.com/apache/fury/pull/1807
Expand Down
5 changes: 5 additions & 0 deletions src/pages/user/companies.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
"link": "https://www.fliggy.com/",
"imgUrl": "fliggy.png"
},
{
"name": "携程",
"link": "https://www.ctrip.com/",
"imgUrl": "ctrip.png"
},
{
"name": "Redisson",
"link": "https://github.com/redisson/redisson",
Expand Down
Binary file added static/ctrip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 334ff68

Please sign in to comment.