This is an automated email from the ASF dual-hosted git repository. suiliangliang pushed a commit to branch bump_0.11.1 in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit f15a6a87a47dd8e277f7ef1aaf78066e16658119 Author: Liangliang Sui <[email protected]> AuthorDate: Fri Jun 27 19:31:34 2025 +0800 bump version 0.11.1 Signed-off-by: Liangliang Sui <[email protected]> --- blog/2025-06-17-fory_0_11_0_release.md | 2 +- blog/2025-06-27-fory_0_11_1_release.md | 55 ++++++++++++++++++++++ docs/community/how_to_release.md | 4 +- docs/docs/start/install.md | 14 +++--- docs/guide/scala_guide.md | 4 +- .../current/docs/guide/java_serialization_guide.md | 2 +- .../current/docs/guide/scala_guide.md | 4 +- .../current/docs/start/install.md | 14 +++--- .../docs/guide/java_serialization_guide.md | 2 +- .../version-0.11/docs/guide/scala_guide.md | 4 +- .../version-0.11/docs/start/install.md | 14 +++--- .../version-0.11/guide/scala_guide.md | 4 +- src/pages/download/index.md | 10 ++-- .../version-0.11/community/how_to_release.md | 4 +- .../version-0.11/docs/guide/scala_guide.md | 4 +- versioned_docs/version-0.11/docs/start/install.md | 14 +++--- versioned_docs/version-0.11/guide/scala_guide.md | 4 +- 17 files changed, 107 insertions(+), 52 deletions(-) diff --git a/blog/2025-06-17-fory_0_11_0_release.md b/blog/2025-06-17-fory_0_11_0_release.md index 920e12eb..e4a2c401 100644 --- a/blog/2025-06-17-fory_0_11_0_release.md +++ b/blog/2025-06-17-fory_0_11_0_release.md @@ -1,5 +1,5 @@ --- -slug: f0ry_0_11_0_release +slug: fory_0_11_0_release title: Fory v0.11.0 Released authors: [chaokunyang] tags: [fory] diff --git a/blog/2025-06-27-fory_0_11_1_release.md b/blog/2025-06-27-fory_0_11_1_release.md new file mode 100644 index 00000000..b37f8cac --- /dev/null +++ b/blog/2025-06-27-fory_0_11_1_release.md @@ -0,0 +1,55 @@ +--- +slug: fory_0_11_1_release +title: Fory v0.11.1 Released +authors: [liangliangsui] +tags: [fory] +--- + +The Apache Fory team is pleased to announce the 0.11.1 release. This is a major release that includes [32 PR](https://github.com/apache/fory/compare/v0.11.0...v0.11.1-rc1) from 13 distinct contributors. See the [Install](https://fury.apache.org/docs/docs/start/install) Page to learn how to get the libraries for your platform. + +## Features + +* feat(java): row encoder supports synthesizing interfaces nested inside of records by @stevenschlansker in https://github.com/apache/fory/pull/2304 +* feat(java): Support customized serializer for abstract or interface. by @CherishCai in https://github.com/apache/fory/pull/2311 +* feat(java): row encoder supports custom rewriting values without changing their type by @stevenschlansker in https://github.com/apache/fory/pull/2305 +* feat(java): support multi-dimensional array field serialization in xlang meta shared mode by @OmCheeLin in https://github.com/apache/fory/pull/2314 +* feat(python): bump cython to 3.1.1 by @penguin-wwy in https://github.com/apache/fory/pull/2318 +* feat(java): array row encoder supports set of interface type by @stevenschlansker in https://github.com/apache/fory/pull/2333 +* feat(java): support maven shade for disallowed.txt by @chaokunyang in https://github.com/apache/fory/pull/2327 +* feat(java): store OptionalInt, OptionalLong, OptionalDouble same as nullable values by @stevenschlansker in https://github.com/apache/fory/pull/2338 + +## Bug Fix + +* fix(java): row encoder interface synthesis handle (Optional) null correctly by @stevenschlansker in https://github.com/apache/fory/pull/2306 +* fix(java): Use (long, long, byte) key for MetaStringBytes cache to prevent collisions by @LouisLou2 in https://github.com/apache/fory/pull/2308 +* fix(python): update python benchmark script by @penguin-wwy in https://github.com/apache/fory/pull/2315 +* fix(java): fix row encoder synthesized interface lazy-decoding of Optional by @stevenschlansker in https://github.com/apache/fory/pull/2320 +* fix(java): fix row format handling Optional of type with custom codec by @stevenschlansker in https://github.com/apache/fory/pull/2321 +* fix(java): row encoder array element serializer created too late by @stevenschlansker in https://github.com/apache/fory/pull/2323 +* fix(python): fix py3.13 ci on windows by @chaokunyang in https://github.com/apache/fory/pull/2334 +* fix(python): correct compute_string_hash usage in StructHashVisitor.visit_customized by @lzaeh in https://github.com/apache/fory/pull/2335 +* fix(java): fix register serializer for abstract class by @chaokunyang in https://github.com/apache/fory/pull/2347 +* fix(java): fix map nested array type serialization codegen by @chaokunyang in https://github.com/apache/fory/pull/2352 + +## Other Improvements + +* chore(java): skip find customized serializer when absClassInfo is empty by @CherishCai in https://github.com/apache/fory/pull/2316 +* chore: add release note generate tool by @chaokunyang in https://github.com/apache/fory/pull/2322 +* chore: Update README.md for fory rename by @chaokunyang in https://github.com/apache/fory/pull/2324 +* chore: update slack invite link to fory by @chaokunyang in https://github.com/apache/fory/pull/2325 +* perf(java): Improve zone offset deserialization performance by overriding JDK caching by @Cybermaxke in https://github.com/apache/fory/pull/2336 +* chore: bump release version to 0.11.0 by @chaokunyang in https://github.com/apache/fory/pull/2340 +* perf(java): update benchmark plot by @chaokunyang in https://github.com/apache/fory/pull/2342 +* chore: update plots fro compatible by @chaokunyang in https://github.com/apache/fory/pull/2344 +* docs: add document for customized map collection serializers by @chaokunyang in https://github.com/apache/fory/pull/2351 +* docs: add row format guide for ext and interface types by @nabilshafi in https://github.com/apache/fory/pull/2346 +* chore(java): ProtobufDispatcher should trigger log warning at most once by @ClaudioConsolmagno in https://github.com/apache/fory/pull/2353 +* docs: format markdown docs by @chaokunyang in https://github.com/apache/fory/pull/2354 +* chore: refine validate serializers message for map/collection by @chaokunyang in https://github.com/apache/fory/pull/2355 + +## New Contributors + +* @nabilshafi made their first contribution in https://github.com/apache/fory/pull/2346 +* @ClaudioConsolmagno made their first contribution in https://github.com/apache/fory/pull/2353 + +__Full Changelog__: https://github.com/apache/fory/compare/v0.11.0...v0.11.1-rc1 diff --git a/docs/community/how_to_release.md b/docs/community/how_to_release.md index a464d51c..9fd97e26 100644 --- a/docs/community/how_to_release.md +++ b/docs/community/how_to_release.md @@ -399,7 +399,7 @@ These steps ensure all published artifacts are verified and correctly deployed t ### build a Pre-release You need to build a Pre-release before voting, such as: -https://github.com/apache/fory/releases/tag/v0.11.0-rc2 +https://github.com/apache/fory/releases/tag/v0.11.1-rc1 ### Fory Community Vote @@ -663,7 +663,7 @@ like [#2207](https://github.com/apache/fory/pull/2207). ### Github officially released You need to officially release this version in the Fory project -Reference implementation: https://github.com/apache/fory/releases/tag/v0.11.0 +Reference implementation: https://github.com/apache/fory/releases/tag/v0.11.1 ### Release Maven artifacts diff --git a/docs/docs/start/install.md b/docs/docs/start/install.md index 1199c1c5..421bfb46 100644 --- a/docs/docs/start/install.md +++ b/docs/docs/start/install.md @@ -16,13 +16,13 @@ To add a dependency on Fory using Maven, use the following: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-core</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> <!-- row/arrow format support --> <!-- <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-format</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> --> ``` @@ -34,7 +34,7 @@ To add a dependency on Fory scala for scala 2.13 with maven, use the following: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-scala_2.13</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> ``` @@ -44,20 +44,20 @@ To add a dependency on Fory scala for scala 3 with maven, use the following: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-scala_3</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> ``` To add a dependency on Fory scala for scala 2.13 with sbt, use the following: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1" ``` To add a dependency on Fory scala for scala 3 with sbt, use the following: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1" ``` ## Kotlin @@ -68,6 +68,6 @@ To add a dependency on Fory kotlin with maven, use the following: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-kotlin</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> ``` diff --git a/docs/guide/scala_guide.md b/docs/guide/scala_guide.md index 6016e4fe..1969ebf5 100644 --- a/docs/guide/scala_guide.md +++ b/docs/guide/scala_guide.md @@ -34,13 +34,13 @@ Scala 2 and 3 are both supported. To add a dependency on Fory scala for scala 2 with sbt, use the following: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1" ``` To add a dependency on Fory scala for scala 3 with sbt, use the following: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1" ``` ## Quict Start diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/java_serialization_guide.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/java_serialization_guide.md index 2a827dc6..c842d428 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/java_serialization_guide.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/java_serialization_guide.md @@ -775,7 +775,7 @@ if (JavaSerializer.serializedByJDK(bytes)) { ### Fory 版本升级 -目前仅保证小版本间的二进制兼容性。例如,fory `v0.11.0` 升级到 `v0.11.1` 可直接兼容,升级到 `v0.12.0` 则不保证兼容。大多数场景无需频繁升级主版本,当前版本已足够高效紧凑,老版本也会持续维护 bugfix。 +目前仅保证小版本间的二进制兼容性。例如,fory `v0.11.1` 升级到 `v0.11.2` 可直接兼容,升级到 `v0.12.0` 则不保证兼容。大多数场景无需频繁升级主版本,当前版本已足够高效紧凑,老版本也会持续维护 bugfix。 ## 故障排查 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/scala_guide.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/scala_guide.md index d8c48a12..358c3e03 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/scala_guide.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/scala_guide.md @@ -34,13 +34,13 @@ Fory 支持所有 Scala 对象的序列化: 如果你使用 sbt 并希望在 Scala 2 项目中引入 Fory Scala 依赖,请添加如下内容: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1" ``` 如果你使用 sbt 并希望在 Scala 3 项目中引入 Fory Scala 依赖,请添加如下内容: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1" ``` ## 快速开始 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md index 6bbc4ce2..db9b7d78 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md @@ -14,13 +14,13 @@ Apache Fory 源码下载请参见 Apache Fory [download](https://github.com/apac <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-core</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> <!-- row/arrow format support --> <!-- <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-format</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> --> ``` @@ -32,7 +32,7 @@ Apache Fory 源码下载请参见 Apache Fory [download](https://github.com/apac <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-scala_2.13</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> ``` @@ -42,20 +42,20 @@ Apache Fory 源码下载请参见 Apache Fory [download](https://github.com/apac <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-scala_3</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> ``` 要使用 sbt 添加 scala 2.13 的 Fory scala 依赖,请使用以下配置: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1" ``` 要使用 sbt 添加 scala 3 的 Fory scala 依赖,请使用以下配置: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1" ``` ## Fory Kotlin 安装 @@ -66,6 +66,6 @@ To add a dependency on Fory kotlin with maven, use the following: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-kotlin</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> ``` diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/guide/java_serialization_guide.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/guide/java_serialization_guide.md index 2a827dc6..c842d428 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/guide/java_serialization_guide.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/guide/java_serialization_guide.md @@ -775,7 +775,7 @@ if (JavaSerializer.serializedByJDK(bytes)) { ### Fory 版本升级 -目前仅保证小版本间的二进制兼容性。例如,fory `v0.11.0` 升级到 `v0.11.1` 可直接兼容,升级到 `v0.12.0` 则不保证兼容。大多数场景无需频繁升级主版本,当前版本已足够高效紧凑,老版本也会持续维护 bugfix。 +目前仅保证小版本间的二进制兼容性。例如,fory `v0.11.1` 升级到 `v0.11.2` 可直接兼容,升级到 `v0.12.0` 则不保证兼容。大多数场景无需频繁升级主版本,当前版本已足够高效紧凑,老版本也会持续维护 bugfix。 ## 故障排查 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/guide/scala_guide.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/guide/scala_guide.md index d8c48a12..358c3e03 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/guide/scala_guide.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/guide/scala_guide.md @@ -34,13 +34,13 @@ Fory 支持所有 Scala 对象的序列化: 如果你使用 sbt 并希望在 Scala 2 项目中引入 Fory Scala 依赖,请添加如下内容: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1" ``` 如果你使用 sbt 并希望在 Scala 3 项目中引入 Fory Scala 依赖,请添加如下内容: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1" ``` ## 快速开始 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/start/install.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/start/install.md index 6bbc4ce2..db9b7d78 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/start/install.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/start/install.md @@ -14,13 +14,13 @@ Apache Fory 源码下载请参见 Apache Fory [download](https://github.com/apac <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-core</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> <!-- row/arrow format support --> <!-- <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-format</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> --> ``` @@ -32,7 +32,7 @@ Apache Fory 源码下载请参见 Apache Fory [download](https://github.com/apac <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-scala_2.13</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> ``` @@ -42,20 +42,20 @@ Apache Fory 源码下载请参见 Apache Fory [download](https://github.com/apac <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-scala_3</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> ``` 要使用 sbt 添加 scala 2.13 的 Fory scala 依赖,请使用以下配置: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1" ``` 要使用 sbt 添加 scala 3 的 Fory scala 依赖,请使用以下配置: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1" ``` ## Fory Kotlin 安装 @@ -66,6 +66,6 @@ To add a dependency on Fory kotlin with maven, use the following: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-kotlin</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> ``` diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/guide/scala_guide.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/guide/scala_guide.md index 6016e4fe..1969ebf5 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/guide/scala_guide.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/guide/scala_guide.md @@ -34,13 +34,13 @@ Scala 2 and 3 are both supported. To add a dependency on Fory scala for scala 2 with sbt, use the following: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1" ``` To add a dependency on Fory scala for scala 3 with sbt, use the following: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1" ``` ## Quict Start diff --git a/src/pages/download/index.md b/src/pages/download/index.md index 9a20c7e3..c5acf5b5 100644 --- a/src/pages/download/index.md +++ b/src/pages/download/index.md @@ -9,11 +9,11 @@ For binary install, please see Fory [install](/docs/docs/start/install/) documen ## The latest release -The latest source release is 0.11.0: +The latest source release is 0.11.1: | Version | Date | Source | Release Notes | |---------|------------|--------|---------------| -| 0.11.0 | 2025-06-17 | [source](https://www.apache.org/dyn/closer.lua/incubator/fory/0.11.0/apache-fory-0.11.0-incubating-src.tar.gz?action=download) [asc](https://downloads.apache.org/incubator/fory/0.11.0/apache-fory-0.11.0-incubating-src.tar.gz.asc) [sha512](https://downloads.apache.org/incubator/fory/0.11.0/apache-fory-0.11.0-incubating-src.tar.gz.sha512) | [release notes](https://github.com/apache/fory/releases/tag/v0.11.0) | +| 0.11.1 | 2025-06-17 | [source](https://www.apache.org/dyn/closer.lua/incubator/fory/0.11.1/apache-fory-0.11.1-incubating-src.tar.gz?action=download) [asc](https://downloads.apache.org/incubator/fory/0.11.1/apache-fory-0.11.1-incubating-src.tar.gz.asc) [sha512](https://downloads.apache.org/incubator/fory/0.11.1/apache-fory-0.11.1-incubating-src.tar.gz.sha512) | [release notes](https://github.com/apache/fory/releases/tag/v0.11.1) | ## All archived releases @@ -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-fory-incubating-0.11.0-src.tar.gz +sha512sum --check apache-fory-incubating-0.11.1-src.tar.gz ``` It should output something like: ```bash -apache-fory-incubating-0.11.0-src.tar.gz: OK +apache-fory-incubating-0.11.1-src.tar.gz: OK ``` ### Verifying Signatures @@ -54,7 +54,7 @@ gpg --import KEYS Then you can verify signature: ```bash -gpg --verify apache-fory-incubating-0.11.0-src.tar.gz.asc apache-fory-incubating-0.11.0-src.tar.gz +gpg --verify apache-fory-incubating-0.11.1-src.tar.gz.asc apache-fory-incubating-0.11.1-src.tar.gz ``` If something like the following appears, it means the signature is correct: diff --git a/versioned_docs/version-0.11/community/how_to_release.md b/versioned_docs/version-0.11/community/how_to_release.md index 7442b628..8cee5c6f 100644 --- a/versioned_docs/version-0.11/community/how_to_release.md +++ b/versioned_docs/version-0.11/community/how_to_release.md @@ -399,7 +399,7 @@ These steps ensure all published artifacts are verified and correctly deployed t ### build a Pre-release You need to build a Pre-release before voting, such as: -https://github.com/apache/fory/releases/tag/v0.11.0-rc2 +https://github.com/apache/fory/releases/tag/v0.11.1-rc1 ### Fory Community Vote @@ -647,7 +647,7 @@ like [#2207](https://github.com/apache/fory/pull/2207). ### Github officially released You need to officially release this version in the Fory project -Reference implementation: https://github.com/apache/fory/releases/tag/v0.11.0 +Reference implementation: https://github.com/apache/fory/releases/tag/v0.11.1 ### Release Maven artifacts diff --git a/versioned_docs/version-0.11/docs/guide/scala_guide.md b/versioned_docs/version-0.11/docs/guide/scala_guide.md index 6016e4fe..1969ebf5 100644 --- a/versioned_docs/version-0.11/docs/guide/scala_guide.md +++ b/versioned_docs/version-0.11/docs/guide/scala_guide.md @@ -34,13 +34,13 @@ Scala 2 and 3 are both supported. To add a dependency on Fory scala for scala 2 with sbt, use the following: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1" ``` To add a dependency on Fory scala for scala 3 with sbt, use the following: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1" ``` ## Quict Start diff --git a/versioned_docs/version-0.11/docs/start/install.md b/versioned_docs/version-0.11/docs/start/install.md index 1199c1c5..421bfb46 100644 --- a/versioned_docs/version-0.11/docs/start/install.md +++ b/versioned_docs/version-0.11/docs/start/install.md @@ -16,13 +16,13 @@ To add a dependency on Fory using Maven, use the following: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-core</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> <!-- row/arrow format support --> <!-- <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-format</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> --> ``` @@ -34,7 +34,7 @@ To add a dependency on Fory scala for scala 2.13 with maven, use the following: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-scala_2.13</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> ``` @@ -44,20 +44,20 @@ To add a dependency on Fory scala for scala 3 with maven, use the following: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-scala_3</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> ``` To add a dependency on Fory scala for scala 2.13 with sbt, use the following: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1" ``` To add a dependency on Fory scala for scala 3 with sbt, use the following: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1" ``` ## Kotlin @@ -68,6 +68,6 @@ To add a dependency on Fory kotlin with maven, use the following: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-kotlin</artifactId> - <version>0.11.0</version> + <version>0.11.1</version> </dependency> ``` diff --git a/versioned_docs/version-0.11/guide/scala_guide.md b/versioned_docs/version-0.11/guide/scala_guide.md index 6016e4fe..1969ebf5 100644 --- a/versioned_docs/version-0.11/guide/scala_guide.md +++ b/versioned_docs/version-0.11/guide/scala_guide.md @@ -34,13 +34,13 @@ Scala 2 and 3 are both supported. To add a dependency on Fory scala for scala 2 with sbt, use the following: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1" ``` To add a dependency on Fory scala for scala 3 with sbt, use the following: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.0" +libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1" ``` ## Quict Start --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
