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

Move faraday_middleware-aws-sigv4 to major v0.3.0 #61

Merged
merged 1 commit into from
Dec 18, 2019

Conversation

Evan-S
Copy link
Contributor

@Evan-S Evan-S commented Dec 18, 2019

This is working fine with v0.3.0. Without it, the dependency chain is broken and requires a manual fix on each install.

I think this is what is happening:
fluent-plugin-aws-elasticsearch-service -> fluent-plugin-elasticsearch -> elasticsearch-transport -> elasticsearch-transport (requres faraday (>= 0)) -> faraday (some version higher than 0.15)

Then the faraday_middleware-aws-sigv4 version installed by this project (>= 0.2.4, < 0.3.0) is expecting a faraday below v0.15 resulting in the error in this issue: #59

For every image I'm using this project in, I'm having to run a manual update
gem update faraday_middleware-aws-sigv4

The only difference between faraday_middleware-aws-sigv4 v0.2.5 and v0.3.0 is added support for faraday >= 0.15. So, there are no compatibility issues.

Copy link
Collaborator

@cosmo0920 cosmo0920 left a comment

Choose a reason for hiding this comment

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

Looks reasonable. Thanks!

@cosmo0920
Copy link
Collaborator

@atomita Could you release the new version with this change?

@atomita
Copy link
Owner

atomita commented Dec 19, 2019

@Evan-S
I just released it. Thank you for PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants