Releases: juicedata/juicesync
Releases · juicedata/juicesync
v1.1.1
v1.0.4
This release upgrades juicefs to 1.0.4.
Related changes:
- sync: fix the issue that password is displayed in process title (juicedata/juicefs#3256, juicedata/juicefs#3258)
- sync: fix the issue that sync fails when the source file is growing (juicedata/juicefs#3405)
- object: set encoding type when listing objects (juicedata/juicefs#3244, juicedata/juicefs#3269)
- object/s3: support using OVH region (juicedata/juicefs#3133)
- object/s3: optionally turn off 'S3Disable100Continue' via url query parameter (juicedata/juicefs#3228)
- object/obs: fix the issue that error is not properly handled when using OBS encrypted bucket (juicedata/juicefs#3199)
- object/obs&tos: fix the issue that error is not properly handled when calling RangeGet (juicedata/juicefs#3270)
- object/b2: fix the issue that error is not properly handled when getting info of an empty object (juicedata/juicefs#3274)
- object/sftp: fix the issue that the size of a symlinked file is not correct (juicedata/juicefs#3426)
Besides, it picks a fix from juicefs 1.0.2 that was not merged here before:
- sync: fix the issue that '\' is wrongly replaced for non-windows system (juicedata/juicefs#2778)
v1.0.3
This release upgrades juicefs to 1.0.3.
Related changes:
- object: increase buffer size from 4KB to 32KB, which can reduce CPU utilization for syscalls (juicedata/juicefs#3072)
- object/s3: fix the issue that endpoint is wrongly parsed for oracle cloud (juicedata/juicefs#3075)
- object/bos: support user choosing http or https (juicedata/juicefs#2978)
- object/ks3: support both public and private regions (juicedata/juicefs#3104)
- object/obs: fix the issue that etag is not correct when obs enables encrypted (juicedata/juicefs#3098)
- object/sftp: fix the issue that special characters in username and password are not properly handled (juicedata/juicefs#2981)
v1.0.2
This release upgrades juicefs to 1.0.2.
Related changes:
- sync: sync uid/gid even if the user/group does not exist (juicedata/juicefs#2502)
- object/minio: support setting MinIO region via an environment variable (juicedata/juicefs#2673)
- object/ks3: support private region for KS3 (juicedata/juicefs#2812)
v1.0.0
This release upgrades juicefs to 1.0.0.
Related changes:
- object/redis: support redis sentinel & cluster mode (juicedata/juicefs#2368, juicedata/juicefs#2383)
v0.8.4
This release upgrades juicefs to 1.0.0-rc3.
Related changes:
- object/ks3: use virtual hosted-style for ks3 (juicedata/juicefs#2349)
- object/eos: using the Path style addressing in eos (juicedata/juicefs#2344)
- object/ceph: fix the arguments of register function (juicedata/juicefs#2306)
v0.8.3
This release upgrades juicefs to 1.0.0-rc2.
Related changes:
- object/webdav: replace webdav client (juicedata/juicefs#2288)
- object/azure: fix azure list api and incorrect bucket URL (juicedata/juicefs#2263)