Skip to content

Commit 7ae9683

Browse files
authored
Merge pull request #608 from FederatedAI/dev-2.4.9
Dev 2.4.9
2 parents d7c8612 + a759bfb commit 7ae9683

5 files changed

Lines changed: 9 additions & 6 deletions

File tree

BUILD_INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
eggroll.version=2.4.8
1+
eggroll.version=2.4.9

conf/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
### WhiteList Configuration Description
2+
The whitelist mechanism is for safe deserialization during federated network transmission.
3+
Users can configure objects in the whitelist that allow deserialization.
4+
The current community version provides general reference only,
5+
users can maintain their own whitelist according to actual security requirements
6+
by updating whitelist.json under this folder

conf/whitelist.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@
127127
"torch._utils": [
128128
"_rebuild_tensor_v2"
129129
],
130-
"torch.storage": [
131-
"_load_from_bytes"
132-
],
133130
"ipcl_python.bindings.ipcl_bindings": [
134131
"ipclPublicKey"
135132
],

jvm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<modelVersion>4.0.0</modelVersion>
202202

203203
<properties>
204-
<eggroll.version>2.4.8</eggroll.version>
204+
<eggroll.version>2.4.9</eggroll.version>
205205

206206
<!-- Languages -->
207207
<code.cache.size>512m</code.cache.size>

python/eggroll/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "2.4.8"
17+
__version__ = "2.4.9"

0 commit comments

Comments
 (0)