66[ ![ Slack Channel] ( https://img.shields.io/badge/slack-join-3f0e40?logo=slack&style=for-the-badge )] ( https://join.slack.com/t/fory-project/shared_invite/zt-36g0qouzm-kcQSvV_dtfbtBKHRwT5gsw )
77[ ![ X] ( https://img.shields.io/badge/@ApacheFory-follow-blue?logo=x&style=for-the-badge )] ( https://x.com/ApacheFory )
88[ ![ Maven Version] ( https://img.shields.io/maven-central/v/org.apache.fory/fory-core?style=for-the-badge )] ( https://search.maven.org/#search|gav|1|g:"org.apache.fory"%20AND%20a:"fory-core" )
9- [ ![ Crates.io] ( https://img.shields.io/badge/crates.io-v1.4 .0-blue?logo=rust&style=for-the-badge )] ( https://crates.io/crates/fory )
9+ [ ![ Crates.io] ( https://img.shields.io/badge/crates.io-v1.5 .0-blue?logo=rust&style=for-the-badge )] ( https://crates.io/crates/fory )
1010[ ![ PyPI] ( https://img.shields.io/pypi/v/pyfory.svg?logo=PyPI&style=for-the-badge )] ( https://pypi.org/project/pyfory/ )
1111[ ![ npm] ( https://img.shields.io/npm/v/%40apache-fory%2Fcore?logo=npm&style=for-the-badge )] ( https://www.npmjs.com/package/@apache-fory/core )
1212[ ![ NuGet] ( https://img.shields.io/nuget/v/Apache.Fory?logo=nuget&style=for-the-badge )] ( https://www.nuget.org/packages/Apache.Fory )
@@ -150,14 +150,14 @@ Maven:
150150<dependency >
151151 <groupId >org.apache.fory</groupId >
152152 <artifactId >fory-core</artifactId >
153- <version >1.4 .0</version >
153+ <version >1.5 .0</version >
154154</dependency >
155155```
156156
157157Gradle:
158158
159159``` gradle
160- implementation "org.apache.fory:fory-core:1.4 .0"
160+ implementation "org.apache.fory:fory-core:1.5 .0"
161161```
162162
163163On JDK25+, open ` java.lang.invoke ` to Fory. Use ` ALL-UNNAMED ` when Fory is on
@@ -178,15 +178,15 @@ Use the Fory core module name when Fory is on the module path:
178178sbt:
179179
180180``` scala
181- libraryDependencies += " org.apache.fory" %% " fory-scala" % " 1.4 .0"
181+ libraryDependencies += " org.apache.fory" %% " fory-scala" % " 1.5 .0"
182182```
183183
184184** Kotlin**
185185
186186Gradle:
187187
188188``` kotlin
189- implementation(" org.apache.fory:fory-kotlin:1.4 .0" )
189+ implementation(" org.apache.fory:fory-kotlin:1.5 .0" )
190190```
191191
192192Maven:
@@ -195,7 +195,7 @@ Maven:
195195<dependency >
196196 <groupId >org.apache.fory</groupId >
197197 <artifactId >fory-kotlin</artifactId >
198- <version >1.4 .0</version >
198+ <version >1.5 .0</version >
199199</dependency >
200200```
201201
@@ -217,7 +217,7 @@ pip install "pyfory[format]"
217217
218218``` toml
219219[dependencies ]
220- fory = " 1.4 .0"
220+ fory = " 1.5 .0"
221221```
222222
223223** C++**
@@ -229,7 +229,7 @@ include(FetchContent)
229229FetchContent_Declare(
230230 fory
231231 GIT_REPOSITORY https://github.com/apache/fory.git
232- GIT_TAG v1.4 .0
232+ GIT_TAG v1.5 .0
233233 SOURCE_SUBDIR cpp
234234)
235235FetchContent_MakeAvailable(fory)
@@ -240,8 +240,8 @@ Bazel:
240240
241241``` bazel
242242# MODULE.bazel
243- bazel_dep(name = " fory" , version = " 1.4 .0" )
244- git_override(module_name = " fory" , remote = " https://github.com/apache/fory.git" , commit = " v1.4 .0" )
243+ bazel_dep(name = " fory" , version = " 1.5 .0" )
244+ git_override(module_name = " fory" , remote = " https://github.com/apache/fory.git" , commit = " v1.5 .0" )
245245
246246# BUILD
247247deps = [" @fory//cpp/fory/serialization:fory_serialization" ]
@@ -274,13 +274,13 @@ npm install @apache-fory/core @apache-fory/hps
274274** C#**
275275
276276``` bash
277- dotnet add package Apache.Fory --version 1.4 .0
277+ dotnet add package Apache.Fory --version 1.5 .0
278278```
279279
280280** Dart**
281281
282282``` bash
283- dart pub add fory:^1.4 .0
283+ dart pub add fory:^1.5 .0
284284dart pub add dev:build_runner
285285```
286286
@@ -290,7 +290,7 @@ Add Fory to `Package.swift`:
290290
291291``` swift
292292dependencies: [
293- .package (url : " https://github.com/apache/fory.git" , exact : " 1.4 .0" )
293+ .package (url : " https://github.com/apache/fory.git" , exact : " 1.5 .0" )
294294],
295295targets: [
296296 .target (
@@ -820,14 +820,14 @@ Add Fory JSON to your project:
820820<dependency>
821821 <groupId>org.apache.fory</groupId>
822822 <artifactId>fory-json</artifactId>
823- <version>1.4 .0 </version>
823+ <version>1.5 .0 </version>
824824</dependency>
825825```
826826
827827** Gradle**
828828
829829``` gradle
830- implementation "org.apache.fory:fory-json:1.4 .0"
830+ implementation "org.apache.fory:fory-json:1.5 .0"
831831```
832832
833833Keep all Fory modules in the same application on the same version.
0 commit comments