Skip to content

Commit cd54ac3

Browse files
committed
bump version to 1.5.0
1 parent ad37f0d commit cd54ac3

74 files changed

Lines changed: 139 additions & 144 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

157157
Gradle:
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

163163
On 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:
178178
sbt:
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

186186
Gradle:
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

192192
Maven:
@@ -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)
229229
FetchContent_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
)
235235
FetchContent_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
247247
deps = ["@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
284284
dart pub add dev:build_runner
285285
```
286286

@@ -290,7 +290,7 @@ Add Fory to `Package.swift`:
290290

291291
```swift
292292
dependencies: [
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
],
295295
targets: [
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

833833
Keep all Fory modules in the same application on the same version.

benchmarks/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module github.com/apache/fory/benchmarks/go
2020
go 1.25.0
2121

2222
require (
23-
github.com/apache/fory/go/fory v1.5.0-alpha.0
23+
github.com/apache/fory/go/fory v1.5.0
2424
github.com/vmihailenco/msgpack/v5 v5.4.1
2525
google.golang.org/protobuf v1.36.0
2626
)

benchmarks/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<artifactId>fory-parent</artifactId>
2828
<groupId>org.apache.fory</groupId>
29-
<version>1.5.0-SNAPSHOT</version>
29+
<version>1.5.0</version>
3030
</parent>
3131

3232
<artifactId>benchmark</artifactId>

benchmarks/java25/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.apache.fory.benchmark</groupId>
2828
<artifactId>java25-memory-access-benchmark</artifactId>
29-
<version>1.5.0-SNAPSHOT</version>
29+
<version>1.5.0</version>
3030
<packaging>jar</packaging>
3131

3232
<properties>

benchmarks/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ members = ["local", "xlang"]
2020
resolver = "2"
2121

2222
[workspace.package]
23-
version = "1.5.0-alpha.0"
23+
version = "1.5.0"
2424
edition = "2021"

compiler/fory_compiler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
"""Fory IDL compiler for Apache Fory."""
1919

20-
__version__ = "1.5.0.dev0"
20+
__version__ = "1.5.0"
2121

2222
from fory_compiler.ir.ast import Schema, Message, Enum, Field, EnumValue, Import
2323
from fory_compiler.frontend.fdl import FDLFrontend

compiler/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build-backend = "setuptools.build_meta"
2424

2525
[project]
2626
name = "fory-compiler"
27-
version = "1.5.0.dev0"
27+
version = "1.5.0"
2828
description = "FDL (Fory Definition Language) compiler for Apache Fory cross-language serialization"
2929
readme = "README.md"
3030
license = {text = "Apache-2.0"}

csharp/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.5.0-dev</Version>
3+
<Version>1.5.0</Version>
44
<Authors>Apache Software Foundation</Authors>
55
<Company>Apache Software Foundation</Company>
66
<Description>Apache Fory for .NET provides high-performance cross-language serialization with source-generated serializers and schema evolution support.</Description>

csharp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ From NuGet, reference the single `Apache.Fory` package. It includes the Fory lib
3131

3232
```xml
3333
<ItemGroup>
34-
<PackageReference Include="Apache.Fory" Version="1.4.0" />
34+
<PackageReference Include="Apache.Fory" Version="1.5.0" />
3535
</ItemGroup>
3636
```
3737

dart/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 1.5.0-dev
1+
## 1.5.0
22

3-
- Start the next Dart workspace development cycle after the 1.4.0 release.
3+
- Align the Dart workspace version with the Apache Fory 1.5.0 release.
44

55
## 1.4.0
66

0 commit comments

Comments
 (0)