From 8728de691cfbad0659b4f789aee37ab847b86ad3 Mon Sep 17 00:00:00 2001 From: chaokunyang Date: Sat, 9 Dec 2023 01:11:42 +0800 Subject: [PATCH] bump version to 0.4.1 --- README.md | 6 +++--- docs/guide/java_object_graph_guide.md | 2 +- docs/guide/scala_guide.md | 2 +- integration_tests/jdk_compatibility_tests/pom.xml | 2 +- integration_tests/latest_jdk_tests/pom.xml | 2 +- integration_tests/perftests/pom.xml | 2 +- java/fury-benchmark/pom.xml | 7 ++++++- java/fury-core/pom.xml | 2 +- java/fury-format/pom.xml | 2 +- java/fury-test-core/pom.xml | 2 +- java/fury-testsuite/pom.xml | 2 +- java/pom.xml | 2 +- javascript/packages/fury/package.json | 2 +- javascript/packages/hps/package.json | 2 +- python/pyfury/__init__.py | 2 +- 15 files changed, 22 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index ccdd425a4c..adef37a5ee 100644 --- a/README.md +++ b/README.md @@ -111,19 +111,19 @@ Release version: org.furyio fury-core - 0.4.0 + 0.4.1 ``` ### Scala ```sbt -libraryDependencies += "org.furyio" % "fury-core" % "0.4.0" +libraryDependencies += "org.furyio" % "fury-core" % "0.4.1" ``` ### Python diff --git a/docs/guide/java_object_graph_guide.md b/docs/guide/java_object_graph_guide.md index 190cbec78e..387a57a53e 100644 --- a/docs/guide/java_object_graph_guide.md +++ b/docs/guide/java_object_graph_guide.md @@ -370,7 +370,7 @@ if(JavaSerializer.serializedByJDK(bytes)){ ### Upgrade fury Currently binary compatibility is ensured for minor versions only. For example, if you are using fury`v0.2.0`, binary compatibility will -be provided if you upgrade to fury `v0.2.1`. But if upgrade to fury `v0.4.0`, no binary compatibility are ensured. +be provided if you upgrade to fury `v0.2.1`. But if upgrade to fury `v0.4.1`, no binary compatibility are ensured. Most of the time there is no need to upgrade fury to newer major version, the current version is fast and compact enough, and we provide some minor fix for recent older versions. diff --git a/docs/guide/scala_guide.md b/docs/guide/scala_guide.md index 987a7c68ba..c88fe2e64f 100644 --- a/docs/guide/scala_guide.md +++ b/docs/guide/scala_guide.md @@ -15,7 +15,7 @@ Scala 2 and 3 are both supported. ## Install ```sbt -libraryDependencies += "org.furyio" % "fury-core" % "0.4.0" +libraryDependencies += "org.furyio" % "fury-core" % "0.4.1" ``` ## Fury creation diff --git a/integration_tests/jdk_compatibility_tests/pom.xml b/integration_tests/jdk_compatibility_tests/pom.xml index b356a8b191..126b65e427 100644 --- a/integration_tests/jdk_compatibility_tests/pom.xml +++ b/integration_tests/jdk_compatibility_tests/pom.xml @@ -23,7 +23,7 @@ org.furyio jdk_compatibility_tests - 0.5.0-SNAPSHOT + 0.4.1 8 diff --git a/integration_tests/latest_jdk_tests/pom.xml b/integration_tests/latest_jdk_tests/pom.xml index 0e370b2ccb..8b51869e94 100644 --- a/integration_tests/latest_jdk_tests/pom.xml +++ b/integration_tests/latest_jdk_tests/pom.xml @@ -23,7 +23,7 @@ org.furyio latest_jdk_tests - 0.5.0-SNAPSHOT + 0.4.1 17 diff --git a/integration_tests/perftests/pom.xml b/integration_tests/perftests/pom.xml index 8bcdc98900..a882ef8d3e 100644 --- a/integration_tests/perftests/pom.xml +++ b/integration_tests/perftests/pom.xml @@ -22,7 +22,7 @@ 4.0.0 org.furyio perftests - 0.5.0-SNAPSHOT + 0.4.1 UTF-8 1.33 diff --git a/java/fury-benchmark/pom.xml b/java/fury-benchmark/pom.xml index 4915d60a23..644f42b889 100644 --- a/java/fury-benchmark/pom.xml +++ b/java/fury-benchmark/pom.xml @@ -23,7 +23,7 @@ fury-parent org.furyio - 0.5.0-SNAPSHOT + 0.4.1 fury-benchmark @@ -161,6 +161,11 @@ smoothie-map 2.0.2 + + com.fasterxml.jackson.core + jackson-core + 2.16.0 + diff --git a/java/fury-core/pom.xml b/java/fury-core/pom.xml index ec118151cb..2ef5d61597 100644 --- a/java/fury-core/pom.xml +++ b/java/fury-core/pom.xml @@ -22,7 +22,7 @@ org.furyio fury-parent - 0.5.0-SNAPSHOT + 0.4.1 4.0.0 diff --git a/java/fury-format/pom.xml b/java/fury-format/pom.xml index 0d9015e5d5..ba65102420 100644 --- a/java/fury-format/pom.xml +++ b/java/fury-format/pom.xml @@ -22,7 +22,7 @@ org.furyio fury-parent - 0.5.0-SNAPSHOT + 0.4.1 4.0.0 diff --git a/java/fury-test-core/pom.xml b/java/fury-test-core/pom.xml index e4c243509f..5f34b2e6de 100644 --- a/java/fury-test-core/pom.xml +++ b/java/fury-test-core/pom.xml @@ -22,7 +22,7 @@ fury-parent org.furyio - 0.5.0-SNAPSHOT + 0.4.1 4.0.0 diff --git a/java/fury-testsuite/pom.xml b/java/fury-testsuite/pom.xml index 97ef6ec1cc..ec0e06ca20 100644 --- a/java/fury-testsuite/pom.xml +++ b/java/fury-testsuite/pom.xml @@ -22,7 +22,7 @@ fury-parent org.furyio - 0.5.0-SNAPSHOT + 0.4.1 4.0.0 diff --git a/java/pom.xml b/java/pom.xml index 34bed4466c..81d6fe4a5d 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -24,7 +24,7 @@ org.furyio fury-parent pom - 0.5.0-SNAPSHOT + 0.4.1 Fury Project Parent POM A blazing fast multi-language serialization framework powered by jit and zero-copy. https://github.com/alipay/fury diff --git a/javascript/packages/fury/package.json b/javascript/packages/fury/package.json index 83f7754a72..7c0ed0b1ec 100644 --- a/javascript/packages/fury/package.json +++ b/javascript/packages/fury/package.json @@ -1,6 +1,6 @@ { "name": "@furyjs/fury", - "version": "0.5.3-beta", + "version": "0.4.1", "description": "A blazing fast multi-language serialization framework powered by jit and zero-copy", "main": "dist/index.js", "scripts": { diff --git a/javascript/packages/hps/package.json b/javascript/packages/hps/package.json index 4febf187f9..7797fdc493 100644 --- a/javascript/packages/hps/package.json +++ b/javascript/packages/hps/package.json @@ -1,6 +1,6 @@ { "name": "@furyjs/hps", - "version": "0.5.0.dev", + "version": "0.4.1", "description": "fury nodejs high-performance suite", "main": "dist/index.js", "files": [ diff --git a/python/pyfury/__init__.py b/python/pyfury/__init__.py index 6f8b7202a6..3f23f700f6 100644 --- a/python/pyfury/__init__.py +++ b/python/pyfury/__init__.py @@ -68,4 +68,4 @@ except (AttributeError, ImportError): pass -__version__ = "0.5.0.dev" +__version__ = "0.4.1"