opendal 0.1.13 → 0.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/Cargo.lock +24 -24
  3. data/Cargo.toml +1 -1
  4. data/DEPENDENCIES.rust.tsv +24 -24
  5. data/core/CHANGELOG.md +5 -1
  6. data/core/Cargo.lock +106 -106
  7. data/core/Cargo.toml +94 -94
  8. data/core/DEPENDENCIES.rust.tsv +12 -12
  9. data/core/benches/vs_fs/Cargo.toml +1 -1
  10. data/core/benches/vs_s3/Cargo.toml +1 -1
  11. data/core/core/CHANGELOG.md +5 -1
  12. data/core/http-transports/reqwest/Cargo.toml +1 -1
  13. data/core/layers/async-backtrace/Cargo.toml +2 -2
  14. data/core/layers/await-tree/Cargo.toml +2 -2
  15. data/core/layers/capability-check/Cargo.toml +2 -2
  16. data/core/layers/chaos/Cargo.toml +2 -2
  17. data/core/layers/concurrent-limit/Cargo.toml +2 -2
  18. data/core/layers/dtrace/Cargo.toml +2 -2
  19. data/core/layers/fastmetrics/Cargo.toml +3 -3
  20. data/core/layers/fastrace/Cargo.toml +2 -2
  21. data/core/layers/foyer/Cargo.toml +2 -2
  22. data/core/layers/hotpath/Cargo.toml +2 -2
  23. data/core/layers/immutable-index/Cargo.toml +2 -2
  24. data/core/layers/logging/Cargo.toml +2 -2
  25. data/core/layers/metrics/Cargo.toml +3 -3
  26. data/core/layers/mime-guess/Cargo.toml +2 -2
  27. data/core/layers/observe-metrics-common/Cargo.toml +1 -1
  28. data/core/layers/otelmetrics/Cargo.toml +3 -3
  29. data/core/layers/oteltrace/Cargo.toml +2 -2
  30. data/core/layers/prometheus/Cargo.toml +3 -3
  31. data/core/layers/prometheus-client/Cargo.toml +3 -3
  32. data/core/layers/retry/Cargo.toml +4 -4
  33. data/core/layers/route/Cargo.toml +3 -3
  34. data/core/layers/tail-cut/Cargo.toml +2 -2
  35. data/core/layers/throttle/Cargo.toml +2 -2
  36. data/core/layers/timeout/Cargo.toml +3 -3
  37. data/core/layers/tracing/Cargo.toml +2 -2
  38. data/core/services/aliyun-drive/Cargo.toml +1 -1
  39. data/core/services/alluxio/Cargo.toml +1 -1
  40. data/core/services/azblob/Cargo.toml +2 -2
  41. data/core/services/azdls/Cargo.toml +2 -2
  42. data/core/services/azfile/Cargo.toml +2 -2
  43. data/core/services/azure-common/Cargo.toml +1 -1
  44. data/core/services/b2/Cargo.toml +1 -1
  45. data/core/services/cacache/Cargo.toml +1 -1
  46. data/core/services/cloudflare-kv/Cargo.toml +1 -1
  47. data/core/services/compfs/Cargo.toml +1 -1
  48. data/core/services/cos/Cargo.toml +1 -1
  49. data/core/services/d1/Cargo.toml +1 -1
  50. data/core/services/dashmap/Cargo.toml +1 -1
  51. data/core/services/dbfs/Cargo.toml +1 -1
  52. data/core/services/dropbox/Cargo.toml +1 -1
  53. data/core/services/etcd/Cargo.toml +1 -1
  54. data/core/services/foundationdb/Cargo.toml +1 -1
  55. data/core/services/foyer/Cargo.toml +3 -3
  56. data/core/services/fs/Cargo.toml +1 -1
  57. data/core/services/ftp/Cargo.toml +1 -1
  58. data/core/services/gcs/Cargo.toml +1 -1
  59. data/core/services/gcs-grpc/Cargo.toml +1 -1
  60. data/core/services/gdrive/Cargo.toml +1 -1
  61. data/core/services/ghac/Cargo.toml +2 -2
  62. data/core/services/github/Cargo.toml +1 -1
  63. data/core/services/goosefs/Cargo.toml +2 -2
  64. data/core/services/goosefs/src/backend.rs +43 -16
  65. data/core/services/goosefs/src/config.rs +4 -1
  66. data/core/services/goosefs/src/docs.md +1 -1
  67. data/core/services/gridfs/Cargo.toml +1 -1
  68. data/core/services/hdfs/Cargo.toml +1 -1
  69. data/core/services/hdfs-native/Cargo.toml +1 -1
  70. data/core/services/hf/Cargo.toml +5 -2
  71. data/core/services/hf/src/backend.rs +8 -3
  72. data/core/services/hf/src/config.rs +4 -2
  73. data/core/services/hf/src/docs.md +6 -2
  74. data/core/services/hf/src/reader.rs +163 -68
  75. data/core/services/http/Cargo.toml +3 -3
  76. data/core/services/ipfs/Cargo.toml +1 -1
  77. data/core/services/ipmfs/Cargo.toml +1 -1
  78. data/core/services/koofr/Cargo.toml +1 -1
  79. data/core/services/lakefs/Cargo.toml +1 -1
  80. data/core/services/memcached/Cargo.toml +1 -1
  81. data/core/services/mini_moka/Cargo.toml +1 -1
  82. data/core/services/moka/Cargo.toml +1 -1
  83. data/core/services/mongodb/Cargo.toml +1 -1
  84. data/core/services/monoiofs/Cargo.toml +1 -1
  85. data/core/services/mysql/Cargo.toml +1 -1
  86. data/core/services/obs/Cargo.toml +1 -1
  87. data/core/services/onedrive/Cargo.toml +1 -1
  88. data/core/services/opfs/Cargo.toml +1 -1
  89. data/core/services/oss/Cargo.toml +1 -1
  90. data/core/services/pcloud/Cargo.toml +1 -1
  91. data/core/services/persy/Cargo.toml +1 -1
  92. data/core/services/postgresql/Cargo.toml +1 -1
  93. data/core/services/redb/Cargo.toml +1 -1
  94. data/core/services/redis/Cargo.toml +1 -1
  95. data/core/services/rocksdb/Cargo.toml +1 -1
  96. data/core/services/s3/Cargo.toml +1 -1
  97. data/core/services/seafile/Cargo.toml +1 -1
  98. data/core/services/sftp/Cargo.toml +1 -1
  99. data/core/services/sled/Cargo.toml +1 -1
  100. data/core/services/sqlite/Cargo.toml +1 -1
  101. data/core/services/surrealdb/Cargo.toml +1 -1
  102. data/core/services/swift/Cargo.toml +1 -1
  103. data/core/services/tikv/Cargo.toml +1 -1
  104. data/core/services/tos/Cargo.toml +1 -1
  105. data/core/services/upyun/Cargo.toml +1 -1
  106. data/core/services/vercel-artifacts/Cargo.toml +1 -1
  107. data/core/services/vercel-blob/Cargo.toml +1 -1
  108. data/core/services/webdav/Cargo.toml +1 -1
  109. data/core/services/webhdfs/Cargo.toml +1 -1
  110. data/core/services/yandex-disk/Cargo.toml +1 -1
  111. data/core/testkit/Cargo.toml +4 -4
  112. metadata +2 -2
data/core/Cargo.toml CHANGED
@@ -39,7 +39,7 @@ homepage = "https://opendal.apache.org/"
39
39
  license = "Apache-2.0"
40
40
  repository = "https://github.com/apache/opendal"
41
41
  rust-version = "1.91"
42
- version = "0.59.2"
42
+ version = "0.59.3"
43
43
 
44
44
  [workspace.dependencies]
45
45
  asyncband = { version = "0.7.1" }
@@ -246,103 +246,103 @@ required-features = ["tests"]
246
246
 
247
247
  [dependencies]
248
248
  ctor = { workspace = true, optional = true }
249
- opendal-core = { path = "core", version = "0.59.2", default-features = false }
250
- opendal-http-transport-reqwest = { path = "http-transports/reqwest", version = "0.59.2", optional = true, default-features = false }
251
- opendal-layer-async-backtrace = { path = "layers/async-backtrace", version = "0.59.2", optional = true, default-features = false }
252
- opendal-layer-await-tree = { path = "layers/await-tree", version = "0.59.2", optional = true, default-features = false }
253
- opendal-layer-capability-check = { path = "layers/capability-check", version = "0.59.2", optional = true, default-features = false }
254
- opendal-layer-chaos = { path = "layers/chaos", version = "0.59.2", optional = true, default-features = false }
255
- opendal-layer-concurrent-limit = { path = "layers/concurrent-limit", version = "0.59.2", optional = true, default-features = false }
256
- opendal-layer-fastmetrics = { path = "layers/fastmetrics", version = "0.59.2", optional = true, default-features = false }
257
- opendal-layer-fastrace = { path = "layers/fastrace", version = "0.59.2", optional = true, default-features = false }
258
- opendal-layer-foyer = { path = "layers/foyer", version = "0.59.2", optional = true, default-features = false }
259
- opendal-layer-hotpath = { path = "layers/hotpath", version = "0.59.2", optional = true, default-features = false }
260
- opendal-layer-immutable-index = { path = "layers/immutable-index", version = "0.59.2", optional = true, default-features = false }
261
- opendal-layer-logging = { path = "layers/logging", version = "0.59.2", optional = true, default-features = false }
262
- opendal-layer-metrics = { path = "layers/metrics", version = "0.59.2", optional = true, default-features = false }
263
- opendal-layer-mime-guess = { path = "layers/mime-guess", version = "0.59.2", optional = true, default-features = false }
264
- opendal-layer-observe-metrics-common = { path = "layers/observe-metrics-common", version = "0.59.2", optional = true, default-features = false }
265
- opendal-layer-otelmetrics = { path = "layers/otelmetrics", version = "0.59.2", optional = true, default-features = false }
266
- opendal-layer-oteltrace = { path = "layers/oteltrace", version = "0.59.2", optional = true, default-features = false }
267
- opendal-layer-prometheus = { path = "layers/prometheus", version = "0.59.2", optional = true, default-features = false }
268
- opendal-layer-prometheus-client = { path = "layers/prometheus-client", version = "0.59.2", optional = true, default-features = false }
269
- opendal-layer-retry = { path = "layers/retry", version = "0.59.2", optional = true, default-features = false }
270
- opendal-layer-route = { path = "layers/route", version = "0.59.2", optional = true, default-features = false }
271
- opendal-layer-tail-cut = { path = "layers/tail-cut", version = "0.59.2", optional = true, default-features = false }
272
- opendal-layer-throttle = { path = "layers/throttle", version = "0.59.2", optional = true, default-features = false }
273
- opendal-layer-timeout = { path = "layers/timeout", version = "0.59.2", optional = true, default-features = false }
274
- opendal-layer-tracing = { path = "layers/tracing", version = "0.59.2", optional = true, default-features = false }
275
- opendal-service-aliyun-drive = { path = "services/aliyun-drive", version = "0.59.2", optional = true, default-features = false }
276
- opendal-service-alluxio = { path = "services/alluxio", version = "0.59.2", optional = true, default-features = false }
277
- opendal-service-azblob = { path = "services/azblob", version = "0.59.2", optional = true, default-features = false }
278
- opendal-service-azdls = { path = "services/azdls", version = "0.59.2", optional = true, default-features = false }
279
- opendal-service-azfile = { path = "services/azfile", version = "0.59.2", optional = true, default-features = false }
280
- opendal-service-b2 = { path = "services/b2", version = "0.59.2", optional = true, default-features = false }
281
- opendal-service-cacache = { path = "services/cacache", version = "0.59.2", optional = true, default-features = false }
282
- opendal-service-cloudflare-kv = { path = "services/cloudflare-kv", version = "0.59.2", optional = true, default-features = false }
283
- opendal-service-compfs = { path = "services/compfs", version = "0.59.2", optional = true, default-features = false }
284
- opendal-service-cos = { path = "services/cos", version = "0.59.2", optional = true, default-features = false }
285
- opendal-service-d1 = { path = "services/d1", version = "0.59.2", optional = true, default-features = false }
286
- opendal-service-dashmap = { path = "services/dashmap", version = "0.59.2", optional = true, default-features = false }
287
- opendal-service-dbfs = { path = "services/dbfs", version = "0.59.2", optional = true, default-features = false }
288
- opendal-service-dropbox = { path = "services/dropbox", version = "0.59.2", optional = true, default-features = false }
289
- opendal-service-etcd = { path = "services/etcd", version = "0.59.2", optional = true, default-features = false }
290
- opendal-service-foundationdb = { path = "services/foundationdb", version = "0.59.2", optional = true, default-features = false }
291
- opendal-service-foyer = { path = "services/foyer", version = "0.59.2", optional = true, default-features = false }
292
- opendal-service-fs = { path = "services/fs", version = "0.59.2", optional = true, default-features = false }
293
- opendal-service-ftp = { path = "services/ftp", version = "0.59.2", optional = true, default-features = false }
294
- opendal-service-gcs = { path = "services/gcs", version = "0.59.2", optional = true, default-features = false }
295
- opendal-service-gcs-grpc = { path = "services/gcs-grpc", version = "0.59.2", optional = true, default-features = false }
296
- opendal-service-gdrive = { path = "services/gdrive", version = "0.59.2", optional = true, default-features = false }
297
- opendal-service-ghac = { path = "services/ghac", version = "0.59.2", optional = true, default-features = false }
298
- opendal-service-github = { path = "services/github", version = "0.59.2", optional = true, default-features = false }
299
- opendal-service-goosefs = { path = "services/goosefs", version = "0.59.2", optional = true, default-features = false }
300
- opendal-service-gridfs = { path = "services/gridfs", version = "0.59.2", optional = true, default-features = false }
301
- opendal-service-hdfs = { path = "services/hdfs", version = "0.59.2", optional = true, default-features = false }
302
- opendal-service-hdfs-native = { path = "services/hdfs-native", version = "0.59.2", optional = true, default-features = false }
303
- opendal-service-hf = { path = "services/hf", version = "0.59.2", optional = true, default-features = false }
304
- opendal-service-http = { path = "services/http", version = "0.59.2", optional = true, default-features = false }
305
- opendal-service-ipfs = { path = "services/ipfs", version = "0.59.2", optional = true, default-features = false }
306
- opendal-service-ipmfs = { path = "services/ipmfs", version = "0.59.2", optional = true, default-features = false }
307
- opendal-service-koofr = { path = "services/koofr", version = "0.59.2", optional = true, default-features = false }
308
- opendal-service-lakefs = { path = "services/lakefs", version = "0.59.2", optional = true, default-features = false }
309
- opendal-service-memcached = { path = "services/memcached", version = "0.59.2", optional = true, default-features = false }
310
- opendal-service-mini-moka = { path = "services/mini_moka", version = "0.59.2", optional = true, default-features = false }
311
- opendal-service-moka = { path = "services/moka", version = "0.59.2", optional = true, default-features = false }
312
- opendal-service-mongodb = { path = "services/mongodb", version = "0.59.2", optional = true, default-features = false }
313
- opendal-service-monoiofs = { path = "services/monoiofs", version = "0.59.2", optional = true, default-features = false }
314
- opendal-service-mysql = { path = "services/mysql", version = "0.59.2", optional = true, default-features = false }
315
- opendal-service-obs = { path = "services/obs", version = "0.59.2", optional = true, default-features = false }
316
- opendal-service-onedrive = { path = "services/onedrive", version = "0.59.2", optional = true, default-features = false }
317
- opendal-service-oss = { path = "services/oss", version = "0.59.2", optional = true, default-features = false }
318
- opendal-service-pcloud = { path = "services/pcloud", version = "0.59.2", optional = true, default-features = false }
319
- opendal-service-persy = { path = "services/persy", version = "0.59.2", optional = true, default-features = false }
320
- opendal-service-postgresql = { path = "services/postgresql", version = "0.59.2", optional = true, default-features = false }
321
- opendal-service-redb = { path = "services/redb", version = "0.59.2", optional = true, default-features = false }
322
- opendal-service-redis = { path = "services/redis", version = "0.59.2", optional = true, default-features = false }
323
- opendal-service-rocksdb = { path = "services/rocksdb", version = "0.59.2", optional = true, default-features = false }
324
- opendal-service-s3 = { path = "services/s3", version = "0.59.2", optional = true, default-features = false }
325
- opendal-service-seafile = { path = "services/seafile", version = "0.59.2", optional = true, default-features = false }
326
- opendal-service-sftp = { path = "services/sftp", version = "0.59.2", optional = true, default-features = false }
327
- opendal-service-sled = { path = "services/sled", version = "0.59.2", optional = true, default-features = false }
328
- opendal-service-sqlite = { path = "services/sqlite", version = "0.59.2", optional = true, default-features = false }
329
- opendal-service-surrealdb = { path = "services/surrealdb", version = "0.59.2", optional = true, default-features = false }
330
- opendal-service-swift = { path = "services/swift", version = "0.59.2", optional = true, default-features = false }
331
- opendal-service-tikv = { path = "services/tikv", version = "0.59.2", optional = true, default-features = false }
332
- opendal-service-tos = { path = "services/tos", version = "0.59.2", optional = true, default-features = false }
333
- opendal-service-upyun = { path = "services/upyun", version = "0.59.2", optional = true, default-features = false }
334
- opendal-service-vercel-artifacts = { path = "services/vercel-artifacts", version = "0.59.2", optional = true, default-features = false }
335
- opendal-service-vercel-blob = { path = "services/vercel-blob", version = "0.59.2", optional = true, default-features = false }
336
- opendal-service-webdav = { path = "services/webdav", version = "0.59.2", optional = true, default-features = false }
337
- opendal-service-webhdfs = { path = "services/webhdfs", version = "0.59.2", optional = true, default-features = false }
338
- opendal-service-yandex-disk = { path = "services/yandex-disk", version = "0.59.2", optional = true, default-features = false }
339
- opendal-testkit = { path = "testkit", version = "0.59.2", optional = true }
249
+ opendal-core = { path = "core", version = "0.59.3", default-features = false }
250
+ opendal-http-transport-reqwest = { path = "http-transports/reqwest", version = "0.59.3", optional = true, default-features = false }
251
+ opendal-layer-async-backtrace = { path = "layers/async-backtrace", version = "0.59.3", optional = true, default-features = false }
252
+ opendal-layer-await-tree = { path = "layers/await-tree", version = "0.59.3", optional = true, default-features = false }
253
+ opendal-layer-capability-check = { path = "layers/capability-check", version = "0.59.3", optional = true, default-features = false }
254
+ opendal-layer-chaos = { path = "layers/chaos", version = "0.59.3", optional = true, default-features = false }
255
+ opendal-layer-concurrent-limit = { path = "layers/concurrent-limit", version = "0.59.3", optional = true, default-features = false }
256
+ opendal-layer-fastmetrics = { path = "layers/fastmetrics", version = "0.59.3", optional = true, default-features = false }
257
+ opendal-layer-fastrace = { path = "layers/fastrace", version = "0.59.3", optional = true, default-features = false }
258
+ opendal-layer-foyer = { path = "layers/foyer", version = "0.59.3", optional = true, default-features = false }
259
+ opendal-layer-hotpath = { path = "layers/hotpath", version = "0.59.3", optional = true, default-features = false }
260
+ opendal-layer-immutable-index = { path = "layers/immutable-index", version = "0.59.3", optional = true, default-features = false }
261
+ opendal-layer-logging = { path = "layers/logging", version = "0.59.3", optional = true, default-features = false }
262
+ opendal-layer-metrics = { path = "layers/metrics", version = "0.59.3", optional = true, default-features = false }
263
+ opendal-layer-mime-guess = { path = "layers/mime-guess", version = "0.59.3", optional = true, default-features = false }
264
+ opendal-layer-observe-metrics-common = { path = "layers/observe-metrics-common", version = "0.59.3", optional = true, default-features = false }
265
+ opendal-layer-otelmetrics = { path = "layers/otelmetrics", version = "0.59.3", optional = true, default-features = false }
266
+ opendal-layer-oteltrace = { path = "layers/oteltrace", version = "0.59.3", optional = true, default-features = false }
267
+ opendal-layer-prometheus = { path = "layers/prometheus", version = "0.59.3", optional = true, default-features = false }
268
+ opendal-layer-prometheus-client = { path = "layers/prometheus-client", version = "0.59.3", optional = true, default-features = false }
269
+ opendal-layer-retry = { path = "layers/retry", version = "0.59.3", optional = true, default-features = false }
270
+ opendal-layer-route = { path = "layers/route", version = "0.59.3", optional = true, default-features = false }
271
+ opendal-layer-tail-cut = { path = "layers/tail-cut", version = "0.59.3", optional = true, default-features = false }
272
+ opendal-layer-throttle = { path = "layers/throttle", version = "0.59.3", optional = true, default-features = false }
273
+ opendal-layer-timeout = { path = "layers/timeout", version = "0.59.3", optional = true, default-features = false }
274
+ opendal-layer-tracing = { path = "layers/tracing", version = "0.59.3", optional = true, default-features = false }
275
+ opendal-service-aliyun-drive = { path = "services/aliyun-drive", version = "0.59.3", optional = true, default-features = false }
276
+ opendal-service-alluxio = { path = "services/alluxio", version = "0.59.3", optional = true, default-features = false }
277
+ opendal-service-azblob = { path = "services/azblob", version = "0.59.3", optional = true, default-features = false }
278
+ opendal-service-azdls = { path = "services/azdls", version = "0.59.3", optional = true, default-features = false }
279
+ opendal-service-azfile = { path = "services/azfile", version = "0.59.3", optional = true, default-features = false }
280
+ opendal-service-b2 = { path = "services/b2", version = "0.59.3", optional = true, default-features = false }
281
+ opendal-service-cacache = { path = "services/cacache", version = "0.59.3", optional = true, default-features = false }
282
+ opendal-service-cloudflare-kv = { path = "services/cloudflare-kv", version = "0.59.3", optional = true, default-features = false }
283
+ opendal-service-compfs = { path = "services/compfs", version = "0.59.3", optional = true, default-features = false }
284
+ opendal-service-cos = { path = "services/cos", version = "0.59.3", optional = true, default-features = false }
285
+ opendal-service-d1 = { path = "services/d1", version = "0.59.3", optional = true, default-features = false }
286
+ opendal-service-dashmap = { path = "services/dashmap", version = "0.59.3", optional = true, default-features = false }
287
+ opendal-service-dbfs = { path = "services/dbfs", version = "0.59.3", optional = true, default-features = false }
288
+ opendal-service-dropbox = { path = "services/dropbox", version = "0.59.3", optional = true, default-features = false }
289
+ opendal-service-etcd = { path = "services/etcd", version = "0.59.3", optional = true, default-features = false }
290
+ opendal-service-foundationdb = { path = "services/foundationdb", version = "0.59.3", optional = true, default-features = false }
291
+ opendal-service-foyer = { path = "services/foyer", version = "0.59.3", optional = true, default-features = false }
292
+ opendal-service-fs = { path = "services/fs", version = "0.59.3", optional = true, default-features = false }
293
+ opendal-service-ftp = { path = "services/ftp", version = "0.59.3", optional = true, default-features = false }
294
+ opendal-service-gcs = { path = "services/gcs", version = "0.59.3", optional = true, default-features = false }
295
+ opendal-service-gcs-grpc = { path = "services/gcs-grpc", version = "0.59.3", optional = true, default-features = false }
296
+ opendal-service-gdrive = { path = "services/gdrive", version = "0.59.3", optional = true, default-features = false }
297
+ opendal-service-ghac = { path = "services/ghac", version = "0.59.3", optional = true, default-features = false }
298
+ opendal-service-github = { path = "services/github", version = "0.59.3", optional = true, default-features = false }
299
+ opendal-service-goosefs = { path = "services/goosefs", version = "0.59.3", optional = true, default-features = false }
300
+ opendal-service-gridfs = { path = "services/gridfs", version = "0.59.3", optional = true, default-features = false }
301
+ opendal-service-hdfs = { path = "services/hdfs", version = "0.59.3", optional = true, default-features = false }
302
+ opendal-service-hdfs-native = { path = "services/hdfs-native", version = "0.59.3", optional = true, default-features = false }
303
+ opendal-service-hf = { path = "services/hf", version = "0.59.3", optional = true, default-features = false }
304
+ opendal-service-http = { path = "services/http", version = "0.59.3", optional = true, default-features = false }
305
+ opendal-service-ipfs = { path = "services/ipfs", version = "0.59.3", optional = true, default-features = false }
306
+ opendal-service-ipmfs = { path = "services/ipmfs", version = "0.59.3", optional = true, default-features = false }
307
+ opendal-service-koofr = { path = "services/koofr", version = "0.59.3", optional = true, default-features = false }
308
+ opendal-service-lakefs = { path = "services/lakefs", version = "0.59.3", optional = true, default-features = false }
309
+ opendal-service-memcached = { path = "services/memcached", version = "0.59.3", optional = true, default-features = false }
310
+ opendal-service-mini-moka = { path = "services/mini_moka", version = "0.59.3", optional = true, default-features = false }
311
+ opendal-service-moka = { path = "services/moka", version = "0.59.3", optional = true, default-features = false }
312
+ opendal-service-mongodb = { path = "services/mongodb", version = "0.59.3", optional = true, default-features = false }
313
+ opendal-service-monoiofs = { path = "services/monoiofs", version = "0.59.3", optional = true, default-features = false }
314
+ opendal-service-mysql = { path = "services/mysql", version = "0.59.3", optional = true, default-features = false }
315
+ opendal-service-obs = { path = "services/obs", version = "0.59.3", optional = true, default-features = false }
316
+ opendal-service-onedrive = { path = "services/onedrive", version = "0.59.3", optional = true, default-features = false }
317
+ opendal-service-oss = { path = "services/oss", version = "0.59.3", optional = true, default-features = false }
318
+ opendal-service-pcloud = { path = "services/pcloud", version = "0.59.3", optional = true, default-features = false }
319
+ opendal-service-persy = { path = "services/persy", version = "0.59.3", optional = true, default-features = false }
320
+ opendal-service-postgresql = { path = "services/postgresql", version = "0.59.3", optional = true, default-features = false }
321
+ opendal-service-redb = { path = "services/redb", version = "0.59.3", optional = true, default-features = false }
322
+ opendal-service-redis = { path = "services/redis", version = "0.59.3", optional = true, default-features = false }
323
+ opendal-service-rocksdb = { path = "services/rocksdb", version = "0.59.3", optional = true, default-features = false }
324
+ opendal-service-s3 = { path = "services/s3", version = "0.59.3", optional = true, default-features = false }
325
+ opendal-service-seafile = { path = "services/seafile", version = "0.59.3", optional = true, default-features = false }
326
+ opendal-service-sftp = { path = "services/sftp", version = "0.59.3", optional = true, default-features = false }
327
+ opendal-service-sled = { path = "services/sled", version = "0.59.3", optional = true, default-features = false }
328
+ opendal-service-sqlite = { path = "services/sqlite", version = "0.59.3", optional = true, default-features = false }
329
+ opendal-service-surrealdb = { path = "services/surrealdb", version = "0.59.3", optional = true, default-features = false }
330
+ opendal-service-swift = { path = "services/swift", version = "0.59.3", optional = true, default-features = false }
331
+ opendal-service-tikv = { path = "services/tikv", version = "0.59.3", optional = true, default-features = false }
332
+ opendal-service-tos = { path = "services/tos", version = "0.59.3", optional = true, default-features = false }
333
+ opendal-service-upyun = { path = "services/upyun", version = "0.59.3", optional = true, default-features = false }
334
+ opendal-service-vercel-artifacts = { path = "services/vercel-artifacts", version = "0.59.3", optional = true, default-features = false }
335
+ opendal-service-vercel-blob = { path = "services/vercel-blob", version = "0.59.3", optional = true, default-features = false }
336
+ opendal-service-webdav = { path = "services/webdav", version = "0.59.3", optional = true, default-features = false }
337
+ opendal-service-webhdfs = { path = "services/webhdfs", version = "0.59.3", optional = true, default-features = false }
338
+ opendal-service-yandex-disk = { path = "services/yandex-disk", version = "0.59.3", optional = true, default-features = false }
339
+ opendal-testkit = { path = "testkit", version = "0.59.3", optional = true }
340
340
 
341
341
  [target.'cfg(target_os = "linux")'.dependencies]
342
- opendal-layer-dtrace = { path = "layers/dtrace", version = "0.59.2", optional = true, default-features = false }
342
+ opendal-layer-dtrace = { path = "layers/dtrace", version = "0.59.3", optional = true, default-features = false }
343
343
 
344
344
  [target.'cfg(target_arch = "wasm32")'.dependencies]
345
- opendal-service-opfs = { path = "services/opfs", version = "0.59.2", optional = true, default-features = false }
345
+ opendal-service-opfs = { path = "services/opfs", version = "0.59.3", optional = true, default-features = false }
346
346
 
347
347
  [dev-dependencies]
348
348
  anyhow = "1.0"
@@ -115,18 +115,18 @@ memchr@2.8.2 X X
115
115
  mime@0.3.17 X X
116
116
  mio@1.2.0 X
117
117
  once_cell@1.21.4 X X
118
- opendal@0.59.2 X
119
- opendal-core@0.59.2 X
120
- opendal-http-transport-reqwest@0.59.2 X
121
- opendal-layer-concurrent-limit@0.59.2 X
122
- opendal-layer-logging@0.59.2 X
123
- opendal-layer-retry@0.59.2 X
124
- opendal-layer-timeout@0.59.2 X
125
- opendal-service-fs@0.59.2 X
126
- opendal-service-goosefs@0.59.2 X
127
- opendal-service-opfs@0.59.2 X
128
- opendal-service-s3@0.59.2 X
129
- opendal-testkit@0.59.2 X
118
+ opendal@0.59.3 X
119
+ opendal-core@0.59.3 X
120
+ opendal-http-transport-reqwest@0.59.3 X
121
+ opendal-layer-concurrent-limit@0.59.3 X
122
+ opendal-layer-logging@0.59.3 X
123
+ opendal-layer-retry@0.59.3 X
124
+ opendal-layer-timeout@0.59.3 X
125
+ opendal-service-fs@0.59.3 X
126
+ opendal-service-goosefs@0.59.3 X
127
+ opendal-service-opfs@0.59.3 X
128
+ opendal-service-s3@0.59.3 X
129
+ opendal-testkit@0.59.3 X
130
130
  openssl-probe@0.2.1 X X
131
131
  ordered-multimap@0.7.3 X
132
132
  parking_lot_core@0.9.12 X X
@@ -22,7 +22,7 @@ license = "Apache-2.0"
22
22
  name = "opendal-benchmark-vs-fs"
23
23
  publish = false
24
24
  rust-version = "1.86"
25
- version = "0.59.2"
25
+ version = "0.59.3"
26
26
 
27
27
  [dependencies]
28
28
  criterion = { version = "0.8.2", features = ["async", "async_tokio"] }
@@ -22,7 +22,7 @@ license = "Apache-2.0"
22
22
  name = "opendal-benchmark-vs-s3"
23
23
  publish = false
24
24
  rust-version = "1.86"
25
- version = "0.59.2"
25
+ version = "0.59.3"
26
26
 
27
27
  [dependencies]
28
28
  aws-config = { version = "1.0.1", features = ["behavior-version-latest"] }
@@ -1,6 +1,10 @@
1
+ # v0.59.3
2
+
3
+ - [Changes since v0.59.2](https://github.com/apache/opendal/compare/v0.59.2...5f1947faa7e7fd7e2bf696bf1249dae78dea0c28)
4
+
1
5
  # v0.59.2
2
6
 
3
- - [Changes since v0.59.1](https://github.com/apache/opendal/compare/v0.59.1...0c360d103f93728889009b6e563bbaf3b0072e71)
7
+ - [Release notes](https://github.com/apache/opendal/releases/tag/v0.59.2)
4
8
 
5
9
  # Change Log
6
10
 
@@ -53,7 +53,7 @@ bytes = { workspace = true }
53
53
  futures = { workspace = true, features = ["std"] }
54
54
  http = { workspace = true }
55
55
  http-body = "1"
56
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
56
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
57
57
  reqwest = { version = "0.13.4", features = [
58
58
  "stream",
59
59
  ], default-features = false }
@@ -33,7 +33,7 @@ all-features = true
33
33
 
34
34
  [dependencies]
35
35
  async-backtrace = "0.2.6"
36
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
36
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
37
37
 
38
38
  [dev-dependencies]
39
- opendal-core = { path = "../../core", version = "0.59.2" }
39
+ opendal-core = { path = "../../core", version = "0.59.3" }
@@ -34,7 +34,7 @@ all-features = true
34
34
  [dependencies]
35
35
  await-tree = "0.3"
36
36
  futures = { workspace = true }
37
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
37
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
38
38
 
39
39
  [dev-dependencies]
40
- opendal-core = { path = "../../core", version = "0.59.2" }
40
+ opendal-core = { path = "../../core", version = "0.59.3" }
@@ -32,8 +32,8 @@ version = { workspace = true }
32
32
  all-features = true
33
33
 
34
34
  [dependencies]
35
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
35
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
36
36
 
37
37
  [dev-dependencies]
38
- opendal-core = { path = "../../core", version = "0.59.2" }
38
+ opendal-core = { path = "../../core", version = "0.59.3" }
39
39
  tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
@@ -32,8 +32,8 @@ version = { workspace = true }
32
32
  all-features = true
33
33
 
34
34
  [dependencies]
35
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
35
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
36
36
  rand = { workspace = true }
37
37
 
38
38
  [dev-dependencies]
39
- opendal-core = { path = "../../core", version = "0.59.2" }
39
+ opendal-core = { path = "../../core", version = "0.59.3" }
@@ -35,8 +35,8 @@ all-features = true
35
35
  asyncband = { workspace = true, features = ["semaphore"] }
36
36
  futures = { workspace = true }
37
37
  http = { workspace = true }
38
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
38
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
39
39
 
40
40
  [dev-dependencies]
41
- opendal-core = { path = "../../core", version = "0.59.2" }
41
+ opendal-core = { path = "../../core", version = "0.59.3" }
42
42
  tokio = { workspace = true, features = ["macros", "rt", "time"] }
@@ -33,9 +33,9 @@ all-features = true
33
33
 
34
34
  [target.'cfg(target_os = "linux")'.dependencies]
35
35
  bytes = { workspace = true }
36
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
36
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
37
37
  probe = "0.5.1"
38
38
 
39
39
  [target.'cfg(target_os = "linux")'.dev-dependencies]
40
- opendal-core = { path = "../../core", version = "0.59.2" }
40
+ opendal-core = { path = "../../core", version = "0.59.3" }
41
41
  tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
@@ -33,10 +33,10 @@ all-features = true
33
33
 
34
34
  [dependencies]
35
35
  fastmetrics = "0.7"
36
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
37
- opendal-layer-observe-metrics-common = { path = "../observe-metrics-common", version = "0.59.2", default-features = false }
36
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
37
+ opendal-layer-observe-metrics-common = { path = "../observe-metrics-common", version = "0.59.3", default-features = false }
38
38
 
39
39
  [dev-dependencies]
40
40
  log = { workspace = true }
41
- opendal-core = { path = "../../core", version = "0.59.2" }
41
+ opendal-core = { path = "../../core", version = "0.59.3" }
42
42
  tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
@@ -33,12 +33,12 @@ all-features = true
33
33
 
34
34
  [dependencies]
35
35
  fastrace = { version = "0.7.18" }
36
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
36
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
37
37
 
38
38
  [dev-dependencies]
39
39
  anyhow = "1.0"
40
40
  dotenvy = "0.15"
41
41
  fastrace = { version = "0.7", features = ["enable"] }
42
42
  fastrace-jaeger = "0.7"
43
- opendal-core = { path = "../../core", version = "0.59.2" }
43
+ opendal-core = { path = "../../core", version = "0.59.3" }
44
44
  tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
@@ -33,10 +33,10 @@ all-features = true
33
33
 
34
34
  [dependencies]
35
35
  foyer = { version = "0.22.3" }
36
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
36
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
37
37
 
38
38
  [dev-dependencies]
39
- opendal-core = { path = "../../core", version = "0.59.2", features = [
39
+ opendal-core = { path = "../../core", version = "0.59.3", features = [
40
40
  "services-memory",
41
41
  ] }
42
42
  size = "0.5"
@@ -35,8 +35,8 @@ all-features = true
35
35
  futures = { workspace = true }
36
36
  hotpath = "0.22.0"
37
37
  http = { workspace = true }
38
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
38
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
39
39
 
40
40
  [dev-dependencies]
41
- opendal-core = { path = "../../core", version = "0.59.2" }
41
+ opendal-core = { path = "../../core", version = "0.59.3" }
42
42
  tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
@@ -32,11 +32,11 @@ version = { workspace = true }
32
32
  all-features = true
33
33
 
34
34
  [dependencies]
35
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
35
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
36
36
 
37
37
  [dev-dependencies]
38
38
  futures = { workspace = true }
39
39
  log = { workspace = true }
40
40
  logforth = { workspace = true }
41
- opendal-core = { path = "../../core", version = "0.59.2" }
41
+ opendal-core = { path = "../../core", version = "0.59.3" }
42
42
  tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
@@ -33,7 +33,7 @@ all-features = true
33
33
 
34
34
  [dependencies]
35
35
  log = { workspace = true }
36
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
36
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
37
37
 
38
38
  [dev-dependencies]
39
- opendal-core = { path = "../../core", version = "0.59.2" }
39
+ opendal-core = { path = "../../core", version = "0.59.3" }
@@ -33,8 +33,8 @@ all-features = true
33
33
 
34
34
  [dependencies]
35
35
  metrics = "0.24"
36
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
37
- opendal-layer-observe-metrics-common = { path = "../observe-metrics-common", version = "0.59.2", default-features = false }
36
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
37
+ opendal-layer-observe-metrics-common = { path = "../observe-metrics-common", version = "0.59.3", default-features = false }
38
38
 
39
39
  [dev-dependencies]
40
- opendal-core = { path = "../../core", version = "0.59.2" }
40
+ opendal-core = { path = "../../core", version = "0.59.3" }
@@ -33,9 +33,9 @@ all-features = true
33
33
 
34
34
  [dependencies]
35
35
  mime_guess = "2.0.5"
36
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
36
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
37
37
 
38
38
  [dev-dependencies]
39
39
  futures = { workspace = true }
40
- opendal-core = { path = "../../core", version = "0.59.2" }
40
+ opendal-core = { path = "../../core", version = "0.59.3" }
41
41
  tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
@@ -34,7 +34,7 @@ all-features = true
34
34
  [dependencies]
35
35
  futures = { workspace = true }
36
36
  http = { workspace = true }
37
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
37
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
38
38
 
39
39
  [dev-dependencies]
40
40
  tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
@@ -32,11 +32,11 @@ version = { workspace = true }
32
32
  all-features = true
33
33
 
34
34
  [dependencies]
35
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
36
- opendal-layer-observe-metrics-common = { path = "../observe-metrics-common", version = "0.59.2" }
35
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
36
+ opendal-layer-observe-metrics-common = { path = "../observe-metrics-common", version = "0.59.3" }
37
37
  opentelemetry = { version = "0.32.0", default-features = false, features = [
38
38
  "metrics",
39
39
  ] }
40
40
 
41
41
  [dev-dependencies]
42
- opendal-core = { path = "../../core", version = "0.59.2" }
42
+ opendal-core = { path = "../../core", version = "0.59.3" }
@@ -32,10 +32,10 @@ version = { workspace = true }
32
32
  all-features = true
33
33
 
34
34
  [dependencies]
35
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
35
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
36
36
  opentelemetry = { version = "0.32.0", default-features = false, features = [
37
37
  "trace",
38
38
  ] }
39
39
 
40
40
  [dev-dependencies]
41
- opendal-core = { path = "../../core", version = "0.59.2" }
41
+ opendal-core = { path = "../../core", version = "0.59.3" }
@@ -32,11 +32,11 @@ version = { workspace = true }
32
32
  all-features = true
33
33
 
34
34
  [dependencies]
35
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
36
- opendal-layer-observe-metrics-common = { path = "../observe-metrics-common", version = "0.59.2" }
35
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
36
+ opendal-layer-observe-metrics-common = { path = "../observe-metrics-common", version = "0.59.3" }
37
37
  prometheus = { version = "0.14", features = ["process"] }
38
38
 
39
39
  [dev-dependencies]
40
40
  log = { workspace = true }
41
- opendal-core = { path = "../../core", version = "0.59.2" }
41
+ opendal-core = { path = "../../core", version = "0.59.3" }
42
42
  tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
@@ -32,11 +32,11 @@ version = { workspace = true }
32
32
  all-features = true
33
33
 
34
34
  [dependencies]
35
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
36
- opendal-layer-observe-metrics-common = { path = "../observe-metrics-common", version = "0.59.2" }
35
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
36
+ opendal-layer-observe-metrics-common = { path = "../observe-metrics-common", version = "0.59.3" }
37
37
  prometheus-client = { version = "0.25" }
38
38
 
39
39
  [dev-dependencies]
40
40
  log = { workspace = true }
41
- opendal-core = { path = "../../core", version = "0.59.2" }
41
+ opendal-core = { path = "../../core", version = "0.59.3" }
42
42
  tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
@@ -34,13 +34,13 @@ all-features = true
34
34
  [dependencies]
35
35
  backon = { version = "1.6", features = ["tokio-sleep"] }
36
36
  log = { workspace = true }
37
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
37
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
38
38
 
39
39
  [dev-dependencies]
40
40
  bytes = { workspace = true }
41
41
  futures = { workspace = true }
42
42
  logforth = { workspace = true }
43
- opendal-core = { path = "../../core", version = "0.59.2" }
44
- opendal-layer-logging = { path = "../logging", version = "0.59.2" }
45
- opendal-layer-timeout = { path = "../timeout", version = "0.59.2" }
43
+ opendal-core = { path = "../../core", version = "0.59.3" }
44
+ opendal-layer-logging = { path = "../logging", version = "0.59.3" }
45
+ opendal-layer-timeout = { path = "../timeout", version = "0.59.3" }
46
46
  tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
@@ -33,10 +33,10 @@ all-features = true
33
33
 
34
34
  [dependencies]
35
35
  globset = "0.4.15"
36
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
36
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
37
37
 
38
38
  [dev-dependencies]
39
39
  futures = { workspace = true }
40
- opendal-core = { path = "../../core", version = "0.59.2" }
41
- opendal-service-fs = { path = "../../services/fs", version = "0.59.2" }
40
+ opendal-core = { path = "../../core", version = "0.59.3" }
41
+ opendal-service-fs = { path = "../../services/fs", version = "0.59.3" }
42
42
  tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
@@ -32,9 +32,9 @@ version = { workspace = true }
32
32
  all-features = true
33
33
 
34
34
  [dependencies]
35
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
35
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
36
36
  tokio = { workspace = true, features = ["time"] }
37
37
 
38
38
  [dev-dependencies]
39
- opendal-core = { path = "../../core", version = "0.59.2" }
39
+ opendal-core = { path = "../../core", version = "0.59.3" }
40
40
  tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }