Skip to content

Commit

Permalink
Bump to version 0.48.0 - Round 1 (#4930)
Browse files Browse the repository at this point in the history
* Update dependences list

Signed-off-by: Xuanwo <github@xuanwo.io>

* Add changelog

Signed-off-by: Xuanwo <github@xuanwo.io>

---------

Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo authored Jul 26, 2024
1 parent e54b447 commit aee7446
Show file tree
Hide file tree
Showing 23 changed files with 827 additions and 752 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

<!-- Release notes generated using configuration in .github/release.yml at main -->

## [v0.48.0] - 2024-07-26

### Added
* feat(services/fs): Support fs config by @meteorgan in https://github.com/apache/opendal/pull/4853
* feat(services): init monoiofs by @NKID00 in https://github.com/apache/opendal/pull/4855
* feat(core/types): avoid a copy in `Buffer::to_bytes()` by cloning contiguous bytes by @LDeakin in https://github.com/apache/opendal/pull/4858
* feat(core): Add object versioning for OSS by @Lzzzzzt in https://github.com/apache/opendal/pull/4870
* feat: fs add concurrent write by @hoslo in https://github.com/apache/opendal/pull/4817
* feat(services/s3): Add object versioning for S3 by @Lzzzzzt in https://github.com/apache/opendal/pull/4873
* feat(integrations/cloudfilter): read only cloud filter by @ho-229 in https://github.com/apache/opendal/pull/4856
* feat(bindings/go): Add full native support from C to Go. by @yuchanns in https://github.com/apache/opendal/pull/4886
* feat(bindings/go): add benchmark. by @yuchanns in https://github.com/apache/opendal/pull/4893
* feat(core): support user defined metadata for oss by @meteorgan in https://github.com/apache/opendal/pull/4881
* feat(service/fastrace): rename minitrace to fastrace by @andylokandy in https://github.com/apache/opendal/pull/4906
* feat(prometheus-client): add metric label about `root` on using PrometheusClientLayer by @flaneur2020 in https://github.com/apache/opendal/pull/4907
* feat(services/monoiofs): monoio wrapper by @NKID00 in https://github.com/apache/opendal/pull/4885
* feat(layers/mime-guess): add a layer that can automatically set `Content-Type` based on the extension in the path. by @czy-29 in https://github.com/apache/opendal/pull/4912
* feat(core)!: Make config data object by @tisonkun in https://github.com/apache/opendal/pull/4915
* feat(core)!: from_map is now fallible by @tisonkun in https://github.com/apache/opendal/pull/4917
* ci(bindings/go): always test against the latest core by @yuchanns in https://github.com/apache/opendal/pull/4913
* feat(!): Allow users to build operator from config by @Xuanwo in https://github.com/apache/opendal/pull/4919
* feat: Add from_iter and via_iter for operator by @Xuanwo in https://github.com/apache/opendal/pull/4921
### Changed
* refactor(services/s3)!: renamed security_token to session_token by @Zyyeric in https://github.com/apache/opendal/pull/4875
* refactor(core)!: Make oio::Write always write all given buffer by @Xuanwo in https://github.com/apache/opendal/pull/4880
* refactor(core)!: Return `Arc<AccessInfo>` for metadata by @Lzzzzzt in https://github.com/apache/opendal/pull/4883
* refactor(core!): Make service builder takes ownership by @Xuanwo in https://github.com/apache/opendal/pull/4922
* refactor(integrations/cloudfilter): implement Filter instead of SyncFilter by @ho-229 in https://github.com/apache/opendal/pull/4920
### Fixed
* fix(services/s3): NoSuchBucket is a ConfigInvalid for OpenDAL by @tisonkun in https://github.com/apache/opendal/pull/4895
* fix: oss will not use the port by @Lzzzzzt in https://github.com/apache/opendal/pull/4899
### Docs
* docs(core): update README to add `MimeGuessLayer`. by @czy-29 in https://github.com/apache/opendal/pull/4916
* docs(core): Add upgrade docs for 0.48 by @Xuanwo in https://github.com/apache/opendal/pull/4924
* docs: fix spelling by @jbampton in https://github.com/apache/opendal/pull/4925
* docs(core): Fix comment for into_futures_async_write by @Xuanwo in https://github.com/apache/opendal/pull/4928
### CI
* ci: Add issue template and pr template for opendal by @Xuanwo in https://github.com/apache/opendal/pull/4884
* ci: Remove CI reviewer since it doesn't work by @Xuanwo in https://github.com/apache/opendal/pull/4891
### Chore
* chore!: fix typo customed should be customized by @tisonkun in https://github.com/apache/opendal/pull/4847
* chore: Fix spelling by @jbampton in https://github.com/apache/opendal/pull/4864
* chore: remove unneeded duplicate word by @jbampton in https://github.com/apache/opendal/pull/4865
* chore: fix spelling by @jbampton in https://github.com/apache/opendal/pull/4866
* chore: fix spelling by @NKID00 in https://github.com/apache/opendal/pull/4869
* chore: Make compfs able to test by @Xuanwo in https://github.com/apache/opendal/pull/4878
* chore(services/compfs): remove allow(dead_code) by @George-Miao in https://github.com/apache/opendal/pull/4879
* chore: Make rust 1.80 clippy happy by @Xuanwo in https://github.com/apache/opendal/pull/4927
* chore: Bump crates versions by @Xuanwo in https://github.com/apache/opendal/pull/4929

## [v0.47.3] - 2024-07-03

### Changed
Expand Down Expand Up @@ -3821,6 +3871,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

Hello, OpenDAL!

[v0.48.0]: https://github.com/apache/opendal/compare/v0.47.3...v0.48.0
[v0.47.3]: https://github.com/apache/opendal/compare/v0.47.2...v0.47.3
[v0.47.2]: https://github.com/apache/opendal/compare/v0.47.1...v0.47.2
[v0.47.1]: https://github.com/apache/opendal/compare/v0.47.0...v0.47.1
Expand Down
102 changes: 50 additions & 52 deletions bin/oay/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ aho-corasick@1.1.3 X X
allocator-api2@0.2.18 X X
android-tzdata@0.1.1 X X
android_system_properties@0.1.5 X X
anstream@0.6.14 X X
anstyle@1.0.7 X X
anstyle-parse@0.2.4 X X
anstyle-query@1.1.0 X X
anstyle-wincon@3.0.3 X X
anstream@0.6.15 X X
anstyle@1.0.8 X X
anstyle-parse@0.2.5 X X
anstyle-query@1.1.1 X X
anstyle-wincon@3.0.4 X X
anyhow@1.0.86 X X
async-trait@0.1.80 X X
async-trait@0.1.81 X X
autocfg@1.3.0 X X
axum@0.7.5 X
axum-core@0.4.3 X
Expand All @@ -23,26 +23,26 @@ base64@0.22.1 X X
bitflags@2.6.0 X X
block-buffer@0.10.4 X X
bumpalo@3.16.0 X X
bytes@1.6.0 X
cc@1.0.104 X X
bytes@1.6.1 X
cc@1.1.6 X X
cfg-if@1.0.0 X X
chrono@0.4.38 X X
clap@4.5.8 X X
clap_builder@4.5.8 X X
clap_lex@0.7.1 X X
colorchoice@1.0.1 X X
clap@4.5.11 X X
clap_builder@4.5.11 X X
clap_lex@0.7.2 X X
colorchoice@1.0.2 X X
core-foundation-sys@0.8.6 X X
cpufeatures@0.2.12 X X
crypto-common@0.1.6 X X
dav-server@0.6.0 X
dav-server-opendalfs@0.0.5 X
dav-server@0.7.0 X
dav-server-opendalfs@0.0.6 X
deranged@0.3.11 X X
digest@0.10.7 X X
dirs@5.0.1 X X
dirs-sys@0.4.1 X X
equivalent@1.0.1 X X
fastrand@2.1.0 X X
flagset@0.4.5 X
flagset@0.4.6 X
fnv@1.0.7 X X
form_urlencoded@1.2.1 X X
futures@0.3.30 X X
Expand All @@ -63,19 +63,19 @@ headers-core@0.3.0 X
hermit-abi@0.3.9 X X
htmlescape@0.3.1 X X X
http@1.1.0 X X
http-body@1.0.0 X
http-body@1.0.1 X
http-body-util@0.1.2 X
httparse@1.9.4 X X
httpdate@1.0.3 X X
hyper@1.4.0 X
hyper@1.4.1 X
hyper-rustls@0.27.2 X X X
hyper-util@0.1.6 X
iana-time-zone@0.1.60 X X
iana-time-zone-haiku@0.1.2 X X
idna@0.5.0 X X
indexmap@2.2.6 X X
ipnet@2.9.0 X X
is_terminal_polyfill@1.70.0 X X
is_terminal_polyfill@1.70.1 X X
itoa@1.0.11 X X
js-sys@0.3.69 X X
lazy_static@1.5.0 X X
Expand All @@ -91,15 +91,14 @@ memchr@2.7.4 X X
mime@0.3.17 X X
mime_guess@2.0.5 X
miniz_oxide@0.7.4 X X X
mio@0.8.11 X
mio@1.0.1 X
nu-ansi-term@0.46.0 X
num-conv@0.1.0 X X
num-traits@0.2.19 X X
num_cpus@1.16.0 X X
oay@0.41.6 X
object@0.36.1 X X
oay@0.41.7 X
object@0.36.2 X X
once_cell@1.19.0 X X
opendal@0.47.3 X
opendal@0.48.0 X
option-ext@0.2.0 X
overload@0.1.1 X
parking_lot@0.12.3 X X
Expand All @@ -112,13 +111,12 @@ pin-utils@0.1.0 X X
powerfmt@0.2.0 X X
ppv-lite86@0.2.17 X X
proc-macro2@1.0.86 X X
quick-xml@0.31.0 X
quick-xml@0.35.0 X
quick-xml@0.36.1 X
quote@1.0.36 X X
rand@0.8.5 X X
rand_chacha@0.3.1 X X
rand_core@0.6.4 X X
redox_syscall@0.5.2 X
redox_syscall@0.5.3 X
redox_users@0.4.5 X
regex@1.10.5 X X
regex-automata@0.1.10 X X
Expand All @@ -128,18 +126,18 @@ regex-syntax@0.8.4 X X
reqwest@0.12.5 X X
ring@0.17.8 X
rustc-demangle@0.1.24 X X
rustls@0.23.10 X X X
rustls@0.23.12 X X X
rustls-pemfile@2.1.2 X X X
rustls-pki-types@1.7.0 X X
rustls-webpki@0.102.4 X
rustls-webpki@0.102.6 X
rustversion@1.0.17 X X
ryu@1.0.18 X X
scopeguard@1.2.0 X X
serde@1.0.203 X X
serde_derive@1.0.203 X X
serde@1.0.204 X X
serde_derive@1.0.204 X X
serde_json@1.0.120 X X
serde_path_to_error@0.1.16 X X
serde_spanned@0.6.6 X X
serde_spanned@0.6.7 X X
serde_urlencoded@0.7.1 X X
sha1@0.10.6 X X
sharded-slab@0.1.7 X
Expand All @@ -149,24 +147,24 @@ socket2@0.5.7 X X
spin@0.9.8 X
strsim@0.11.1 X
subtle@2.6.1 X
syn@2.0.68 X X
syn@2.0.72 X X
sync_wrapper@0.1.2 X
sync_wrapper@1.0.1 X
thiserror@1.0.61 X X
thiserror-impl@1.0.61 X X
thiserror@1.0.63 X X
thiserror-impl@1.0.63 X X
thread_local@1.1.8 X X
time@0.3.36 X X
time-core@0.1.2 X X
time-macros@0.2.18 X X
tinyvec@1.6.1 X X X
tinyvec@1.8.0 X X X
tinyvec_macros@0.1.1 X X X
tokio@1.38.0 X
tokio-macros@2.3.0 X
tokio@1.39.1 X
tokio-macros@2.4.0 X
tokio-rustls@0.26.0 X X
tokio-util@0.7.11 X
toml@0.8.14 X X
toml_datetime@0.6.6 X X
toml_edit@0.22.14 X X
toml@0.8.16 X X
toml_datetime@0.6.7 X X
toml_edit@0.22.17 X X
tower@0.4.13 X
tower-http@0.5.2 X
tower-layer@0.3.2 X
Expand All @@ -185,9 +183,9 @@ unicode-normalization@0.1.23 X X
untrusted@0.9.0 X
url@2.5.2 X X
utf8parse@0.2.2 X X
uuid@1.9.1 X X
uuid@1.10.0 X X
valuable@0.1.0 X
version_check@0.9.4 X X
version_check@0.9.5 X X
want@0.3.1 X
wasi@0.11.0+wasi-snapshot-preview1 X X X
wasm-bindgen@0.2.92 X X
Expand All @@ -206,23 +204,23 @@ windows-core@0.52.0 X X
windows-sys@0.48.0 X X
windows-sys@0.52.0 X X
windows-targets@0.48.5 X X
windows-targets@0.52.5 X X
windows-targets@0.52.6 X X
windows_aarch64_gnullvm@0.48.5 X X
windows_aarch64_gnullvm@0.52.5 X X
windows_aarch64_gnullvm@0.52.6 X X
windows_aarch64_msvc@0.48.5 X X
windows_aarch64_msvc@0.52.5 X X
windows_aarch64_msvc@0.52.6 X X
windows_i686_gnu@0.48.5 X X
windows_i686_gnu@0.52.5 X X
windows_i686_gnullvm@0.52.5 X X
windows_i686_gnu@0.52.6 X X
windows_i686_gnullvm@0.52.6 X X
windows_i686_msvc@0.48.5 X X
windows_i686_msvc@0.52.5 X X
windows_i686_msvc@0.52.6 X X
windows_x86_64_gnu@0.48.5 X X
windows_x86_64_gnu@0.52.5 X X
windows_x86_64_gnu@0.52.6 X X
windows_x86_64_gnullvm@0.48.5 X X
windows_x86_64_gnullvm@0.52.5 X X
windows_x86_64_gnullvm@0.52.6 X X
windows_x86_64_msvc@0.48.5 X X
windows_x86_64_msvc@0.52.5 X X
winnow@0.6.13 X
windows_x86_64_msvc@0.52.6 X X
winnow@0.6.16 X
winreg@0.52.0 X
xml-rs@0.8.20 X
xmltree@0.10.3 X
Expand Down
Loading

0 comments on commit aee7446

Please sign in to comment.