Skip to content

chore(deps): Bump opendal from 0.38.1 to 0.39.0#18120

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps opendal from 0.38.1 to 0.39.0.

Release notes

Sourced from opendal's releases.

v0.39.0

Upgrade to v0.39

Public API

Service S3 Role Arn Behavior

In PR #2687, OpenDAL changed the behavior when role_arn has been specified.

OpenDAL used to override role_arn simply. But since this version, OpenDAL will make sure to use assume_role with specified role_arn and external_id (if supplied).

RetryLayer supports RetryInterceptor

In PR #2666, RetryLayer supports RetryInterceptor. To implement this change, RetryLayer changed it's in-memory layout by adding a new generic parameter I to RetryLayer<I>.

Users who stores RetryLayer in struct or enum will need to change the type if they don't want to use default behavior.

Raw API

In PR #2698, OpenDAL re-org the internal structure of opendal::raw::oio and changed some APIs name.

What's Changed

Added

Changed

... (truncated)

Changelog

Sourced from opendal's changelog.

[v0.39.0] - 2023-07-31

Added

Changed

Fixed

Docs

CI

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the domain: deps Anything related to Vector's dependencies label Jul 31, 2023
@bits-bot
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@netlify
Copy link

netlify bot commented Jul 31, 2023

Deploy Preview for vrl-playground ready!

Name Link
🔨 Latest commit 4ff6250
🔍 Latest deploy log https://app.netlify.com/sites/vrl-playground/deploys/6515c62b68e27e00086500f7
😎 Deploy Preview https://deploy-preview-18120--vrl-playground.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.

@netlify
Copy link

netlify bot commented Jul 31, 2023

Deploy Preview for vector-project canceled.

Name Link
🔨 Latest commit 4ff6250
🔍 Latest deploy log https://app.netlify.com/sites/vector-project/deploys/6515c62b7c29fa000805a2c2

@neuronull
Copy link
Contributor

I believe this is blocked until opendal's rust version moves to 1.66 ( which is our current MSRV).

@neuronull neuronull added the meta: blocked Anything that is blocked to the point where it cannot be worked on. label Jul 31, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/opendal-0.39.0 branch from c684972 to 4b77d7a Compare August 1, 2023 02:36
@jszwedko
Copy link
Collaborator

jszwedko commented Aug 4, 2023

This actually seems to be due to the issue fixed by apache/opendal#2781 . We'll need to wait for the next release that includes that commit.

@dependabot dependabot bot force-pushed the dependabot/cargo/opendal-0.39.0 branch 3 times, most recently from bd08ca8 to 5421288 Compare August 7, 2023 20:20
@dependabot dependabot bot force-pushed the dependabot/cargo/opendal-0.39.0 branch 2 times, most recently from 72d0c26 to c7c6217 Compare August 24, 2023 19:47
@dependabot dependabot bot force-pushed the dependabot/cargo/opendal-0.39.0 branch from c7c6217 to 87c0500 Compare August 28, 2023 23:07
@jszwedko
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/opendal-0.39.0 branch from 87c0500 to 17feb17 Compare September 28, 2023 02:06
@jszwedko
Copy link
Collaborator

@dependabot recreate

Bumps [opendal](https://github.com/apache/incubator-opendal) from 0.38.1 to 0.39.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.39.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 force-pushed the dependabot/cargo/opendal-0.39.0 branch from 17feb17 to 4ff6250 Compare September 28, 2023 18:30
@jszwedko
Copy link
Collaborator

@dependabot ignore this minor version

@jszwedko jszwedko closed this Sep 28, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 28, 2023

OK, I won't notify you about version 0.39.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/cargo/opendal-0.39.0 branch September 28, 2023 18:31
jszwedko added a commit that referenced this pull request Sep 29, 2023
Replaces #18120 since the 0.39.0 release broke
compilation for us.

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
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 meta: blocked Anything that is blocked to the point where it cannot be worked on.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants