Skip to content

chore(deps): Bump opendal from 0.38.1 to 0.41.0#18989

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/opendal-0.41.0
Closed

chore(deps): Bump opendal from 0.38.1 to 0.41.0#18989
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/opendal-0.41.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps opendal from 0.38.1 to 0.41.0.

Release notes

Sourced from opendal's releases.

v0.41.0

Upgrade Note

Rust Core

There are no public API and raw API changes.

Java binding

Breaking change for constructing operators

PR-3166 changes the API for constructing operators:

Previous:

new BlockingOperator(scheme, config);
new Operator(scheme, config);

Current:

BlockingOperator.of(scheme, config);
Operator.of(scheme, config);

Now, there is no public constructor for operators, but only factory methods. In this way, the APIs are free to do arbitrary verifications and preparations before constructing operators.

Node.js binding

There are no API changes.

Python binding

There are no API changes.


What's Changed

Added

... (truncated)

Changelog

Sourced from opendal's changelog.

[v0.41.0] - 2023-10-08

Added

Changed

Fixed

Docs

CI

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
opendal [>= 0.39.a, < 0.40]

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [opendal](https://github.com/apache/incubator-opendal) from 0.38.1 to 0.41.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.38.1...v0.41.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the domain: deps Anything related to Vector's dependencies label Oct 31, 2023
@netlify
Copy link

netlify bot commented Oct 31, 2023

Deploy Preview for vrl-playground canceled.

Name Link
🔨 Latest commit 66fad1e
🔍 Latest deploy log https://app.netlify.com/sites/vrl-playground/deploys/6540810387b24900082dbe3e

@netlify
Copy link

netlify bot commented Oct 31, 2023

Deploy Preview for vector-project ready!

Name Link
🔨 Latest commit 66fad1e
🔍 Latest deploy log https://app.netlify.com/sites/vector-project/deploys/65408103ec25d400085b05c0
😎 Deploy Preview https://deploy-preview-18989--vector-project.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@StephenWakely
Copy link
Contributor

@Xuanwo The update to OpenDal no longer compiles with Vector. Is this something you can look into?

@Xuanwo
Copy link
Contributor

Xuanwo commented Oct 31, 2023

@Xuanwo The update to OpenDal no longer compiles with Vector. Is this something you can look into?

Let me fix this.

@Xuanwo
Copy link
Contributor

Xuanwo commented Nov 2, 2023

I'm working on this now. I expect to submit a PR for this tomorrow.

@StephenWakely
Copy link
Contributor

I'm working on this now. I expect to submit a PR for this tomorrow.

Thank you.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/opendal-0.41.0 branch November 3, 2023 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: deps Anything related to Vector's dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants