This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch release_0.17.0 in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit 60dec090804a03c7ce8279fe9168b23cdbd61290 Author: 慕白 <[email protected]> AuthorDate: Sun Apr 19 22:58:36 2026 +0800 Bump current docs to 0.17.0 --- docs/guide/cpp/index.md | 8 ++++---- docs/guide/csharp/index.md | 2 +- docs/guide/java/compression.md | 2 +- docs/guide/kotlin/index.md | 4 ++-- docs/guide/rust/index.md | 2 +- docs/guide/scala/index.md | 2 +- docs/guide/xlang/getting-started.md | 6 +++--- docs/start/install.md | 30 +++++++++++++++--------------- 8 files changed, 28 insertions(+), 28 deletions(-) diff --git a/docs/guide/cpp/index.md b/docs/guide/cpp/index.md index 344820bb0..193cb7a8b 100644 --- a/docs/guide/cpp/index.md +++ b/docs/guide/cpp/index.md @@ -59,7 +59,7 @@ include(FetchContent) FetchContent_Declare( fory GIT_REPOSITORY https://github.com/apache/fory.git - GIT_TAG v0.15.0 + GIT_TAG v0.17.0 SOURCE_SUBDIR cpp ) FetchContent_MakeAvailable(fory) @@ -89,11 +89,11 @@ module( bazel_dep(name = "rules_cc", version = "0.1.1") -bazel_dep(name = "fory", version = "0.16.0") +bazel_dep(name = "fory", version = "0.17.0") git_override( module_name = "fory", remote = "https://github.com/apache/fory.git", - commit = "v0.15.0", # Or use a specific commit hash for reproducibility + commit = "v0.17.0", # Or use a specific commit hash for reproducibility ) ``` @@ -117,7 +117,7 @@ bazel run //:my_app For local development, you can use `local_path_override` instead: ```bazel -bazel_dep(name = "fory", version = "0.16.0") +bazel_dep(name = "fory", version = "0.17.0") local_path_override( module_name = "fory", path = "/path/to/fory", diff --git a/docs/guide/csharp/index.md b/docs/guide/csharp/index.md index 8aac393f5..95bcac2ac 100644 --- a/docs/guide/csharp/index.md +++ b/docs/guide/csharp/index.md @@ -43,7 +43,7 @@ Reference the single `Apache.Fory` package. It includes the runtime and the sour ```xml <ItemGroup> - <PackageReference Include="Apache.Fory" Version="0.16.0" /> + <PackageReference Include="Apache.Fory" Version="0.17.0" /> </ItemGroup> ``` diff --git a/docs/guide/java/compression.md b/docs/guide/java/compression.md index 88cfb70a6..cbe344f00 100644 --- a/docs/guide/java/compression.md +++ b/docs/guide/java/compression.md @@ -84,7 +84,7 @@ CompressedArraySerializers.registerSerializers(fory); <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-simd</artifactId> - <version>0.16.0</version> + <version>0.17.0</version> </dependency> ``` diff --git a/docs/guide/kotlin/index.md b/docs/guide/kotlin/index.md index 16254686a..1fcee0430 100644 --- a/docs/guide/kotlin/index.md +++ b/docs/guide/kotlin/index.md @@ -50,14 +50,14 @@ See [Java Features](../java/index.md#features) for complete feature list. <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-kotlin</artifactId> - <version>0.16.0</version> + <version>0.17.0</version> </dependency> ``` ### Gradle ```kotlin -implementation("org.apache.fory:fory-kotlin:0.16.0") +implementation("org.apache.fory:fory-kotlin:0.17.0") ``` ## Quick Start diff --git a/docs/guide/rust/index.md b/docs/guide/rust/index.md index d52a45d52..7e17d6adc 100644 --- a/docs/guide/rust/index.md +++ b/docs/guide/rust/index.md @@ -47,7 +47,7 @@ Add Apache Fory™ to your `Cargo.toml`: ```toml [dependencies] -fory = "0.13" +fory = "0.17.0" ``` ### Basic Example diff --git a/docs/guide/scala/index.md b/docs/guide/scala/index.md index f99782d54..60d5da14c 100644 --- a/docs/guide/scala/index.md +++ b/docs/guide/scala/index.md @@ -48,7 +48,7 @@ See [Java Features](../java/index.md#features) for complete feature list. Add the dependency with sbt: ```sbt -libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.16.0" +libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.17.0" ``` ## Quick Start diff --git a/docs/guide/xlang/getting-started.md b/docs/guide/xlang/getting-started.md index e6a4964ff..039a00a3a 100644 --- a/docs/guide/xlang/getting-started.md +++ b/docs/guide/xlang/getting-started.md @@ -31,14 +31,14 @@ This guide covers installation and basic setup for cross-language serialization <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-core</artifactId> - <version>0.16.0</version> + <version>0.17.0</version> </dependency> ``` **Gradle:** ```gradle -implementation 'org.apache.fory:fory-core:0.16.0' +implementation 'org.apache.fory:fory-core:0.17.0' ``` ### Python @@ -57,7 +57,7 @@ go get github.com/apache/fory/go/fory ```toml [dependencies] -fory = "0.13" +fory = "0.17.0" ``` ### JavaScript diff --git a/docs/start/install.md b/docs/start/install.md index 3c93af80d..5c3d3e37f 100644 --- a/docs/start/install.md +++ b/docs/start/install.md @@ -16,14 +16,14 @@ Use Maven to add Apache Fory™: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-core</artifactId> - <version>0.16.0</version> + <version>0.17.0</version> </dependency> <!-- Optional row format support --> <!-- <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-format</artifactId> - <version>0.16.0</version> + <version>0.17.0</version> </dependency> --> <!-- SIMD acceleration for array compression (Java 16+) --> @@ -31,7 +31,7 @@ Use Maven to add Apache Fory™: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-simd</artifactId> - <version>0.16.0</version> + <version>0.17.0</version> </dependency> --> ``` @@ -44,7 +44,7 @@ Scala 2.13 with Maven: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-scala_2.13</artifactId> - <version>0.16.0</version> + <version>0.17.0</version> </dependency> ``` @@ -54,20 +54,20 @@ Scala 3 with Maven: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-scala_3</artifactId> - <version>0.16.0</version> + <version>0.17.0</version> </dependency> ``` Scala 2.13 with sbt: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.16.0" +libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.17.0" ``` Scala 3 with sbt: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.16.0" +libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.17.0" ``` ## Kotlin @@ -78,7 +78,7 @@ Add Apache Fory™ Kotlin with Maven: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-kotlin</artifactId> - <version>0.16.0</version> + <version>0.17.0</version> </dependency> ``` @@ -86,7 +86,7 @@ Add Apache Fory™ Kotlin with Maven: ```bash python -m pip install --upgrade pip -pip install pyfory==0.16.0 +pip install pyfory==0.17.0 ``` ## Go @@ -94,7 +94,7 @@ pip install pyfory==0.16.0 Use the full Go module path `github.com/apache/fory/go/fory`: ```bash -go get github.com/apache/fory/go/[email protected] +go get github.com/apache/fory/go/[email protected] ``` If your Go proxy has not picked up the new submodule tag yet, retry later or use `GOPROXY=direct` temporarily. @@ -103,13 +103,13 @@ If your Go proxy has not picked up the new submodule tag yet, retry later or use ```toml [dependencies] -fory = "0.16.0" +fory = "0.17.0" ``` Or use `cargo add`: ```bash -cargo add [email protected] +cargo add [email protected] ``` ## JavaScript @@ -139,12 +139,12 @@ npm run build Install the `Apache.Fory` NuGet package. It includes both the runtime and the source generator for `[ForyObject]` types. ```bash -dotnet add package Apache.Fory --version 0.16.0 +dotnet add package Apache.Fory --version 0.17.0 ``` ```xml <ItemGroup> - <PackageReference Include="Apache.Fory" Version="0.16.0" /> + <PackageReference Include="Apache.Fory" Version="0.17.0" /> </ItemGroup> ``` @@ -154,7 +154,7 @@ Add Apache Fory™ from the GitHub repository with Swift Package Manager: ```swift dependencies: [ - .package(url: "https://github.com/apache/fory.git", exact: "0.16.0") + .package(url: "https://github.com/apache/fory.git", exact: "0.17.0") ], targets: [ .target( --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
