Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump opendal from 0.43.0 to 0.44.0 #53

Merged
merged 1 commit into from
Dec 31, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 31, 2023

Bumps opendal from 0.43.0 to 0.44.0.

Release notes

Sourced from opendal's releases.

v0.44.0

Upgrade Note

Rust core

Public API

Moka Service Configuration

  • The thread_pool_enabled option has been removed.

List Prefix Supported

After RFC: List Prefix landed, we have changed the behavior of list a path without /. OpenDAL used to return NotADirectory error, but now we will return the list of entries that start with given prefix instead.

Nodejs binding

Public API

Now, the list operation returns Array<Entry> instead of a lister. Also, we removed scan, you can use list('some/path', {recursive: true})/listSync('some/path', {recursive: true}) instead of scan('some/path')/scanSync('some/path').

What's Changed

Added

Changed

... (truncated)

Changelog

Sourced from opendal's changelog.

[v0.44.0] - 2023-12-26

Added

Changed

Fixed

Docs

... (truncated)

Commits
  • b0c6ea2 chore: Bump to v0.44.0 to start release process (#3819)
  • 09b0672 fix(core): List root should not return itself (#3824)
  • f59e96a docs: update release docs to add cargo-deny setup (#3821)
  • 4ee431a refactor: Polish http_util parse headers (#3817)
  • dd59418 feat(core): Make gcs available on wasm32 arch (#3816)
  • c8bd5c4 refactor(raw): refactor APIs like parse_content_disposition (#3815)
  • 4c64a80 ci: Support CI test for s3_read_on_wasm (#3813)
  • bb079b7 chore(bindings/ocaml): dep opendal point to core (#3814)
  • c5b51f2 docs(website): add service Huggingface to website (#3812)
  • cd323f8 feat: make services-gdrive compile for wasm target (#3808)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @xrelkd.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 31, 2023
Copy link
Owner

@xrelkd xrelkd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

Bumps [opendal](https://github.com/apache/incubator-opendal) from 0.43.0 to 0.44.0.
- [Release notes](https://github.com/apache/incubator-opendal/releases)
- [Changelog](https://github.com/apache/incubator-opendal/blob/main/CHANGELOG.md)
- [Commits](apache/opendal@v0.43.0...v0.44.0)

---
updated-dependencies:
- dependency-name: opendal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/opendal-0.44.0 branch from c894cb8 to 03f2192 Compare December 31, 2023 07:27
@dependabot dependabot bot merged commit 396ad8b into develop Dec 31, 2023
8 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/opendal-0.44.0 branch December 31, 2023 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant