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
@@ -36,7 +36,7 @@ anyhow = { version = "1.0.100", features = ["std"] }
36
36
  bytes = { workspace = true }
37
37
  http = { workspace = true }
38
38
  log = { workspace = true }
39
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
39
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
40
40
  quick-xml = { workspace = true, features = ["serialize", "overlapped-lists"] }
41
41
  serde = { workspace = true, features = ["derive"] }
42
42
 
@@ -37,7 +37,7 @@ asyncband = { workspace = true, features = ["once-cell"] }
37
37
  bytes = { workspace = true }
38
38
  http = { workspace = true }
39
39
  log = { workspace = true }
40
- opendal-core = { path = "../../core", version = "0.59.2", default-features = false }
40
+ opendal-core = { path = "../../core", version = "0.59.3", default-features = false }
41
41
  serde = { workspace = true, features = ["derive"] }
42
42
  serde_json = { workspace = true }
43
43
  uuid = { workspace = true, features = ["serde", "v4"] }
@@ -32,7 +32,7 @@ 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
  bytes = { workspace = true }
38
38
  http = { workspace = true }
@@ -34,10 +34,10 @@ all-features = true
34
34
  [dependencies]
35
35
  bytes = { workspace = true }
36
36
  dotenvy = "0.15"
37
- opendal-core = { path = "../core", version = "0.59.2", default-features = false }
38
- opendal-layer-logging = { path = "../layers/logging", version = "0.59.2", default-features = false }
39
- opendal-layer-retry = { path = "../layers/retry", version = "0.59.2", default-features = false }
40
- opendal-layer-timeout = { path = "../layers/timeout", version = "0.59.2", default-features = false }
37
+ opendal-core = { path = "../core", version = "0.59.3", default-features = false }
38
+ opendal-layer-logging = { path = "../layers/logging", version = "0.59.3", default-features = false }
39
+ opendal-layer-retry = { path = "../layers/retry", version = "0.59.3", default-features = false }
40
+ opendal-layer-timeout = { path = "../layers/timeout", version = "0.59.3", default-features = false }
41
41
  rand = { workspace = true }
42
42
  sha2 = { workspace = true }
43
43
  tokio = { workspace = true, features = ["rt-multi-thread"] }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opendal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenDAL Contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-09-15 00:00:00.000000000 Z
11
+ date: 2026-09-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: