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

deps: update to latest-available same-major dependencies #67

Merged
merged 2 commits into from
Sep 30, 2021

Conversation

yaauie
Copy link
Contributor

@yaauie yaauie commented Sep 30, 2021

Release notes

Update underlying Azure SDL and related libraries to catch upstream fixes and improvements

What does this PR do?

Updates the Azure SDK from 2.2.x to 2.3.x, ensuring we get improvements like the bump of prefetch_count maximum from 2000 to 8000.

Why is it important/What is the impact to the user?

Users who need to use expert settings like prefetch_count can use the latest-available constraints, such as a higher maximum acceptable value (8000, was 2000).

We stay in-major for each of the libraries that need to be upgraded to produce a working dependency graph, and therefore avoid consuming breaking changes.

Checklist

  • My code follows the style guidelines of this project
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [ ] I have made corresponding change to the default configuration files (and/or docker env variables)
  • [ ] I have added tests that prove my fix is effective or that my feature works

@yaauie yaauie added the dependencies Pull requests that update a dependency file label Sep 30, 2021
Copy link
Contributor

@robbavey robbavey left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for doing this

@yaauie yaauie merged commit 21aaa53 into logstash-plugins:master Sep 30, 2021
@yaauie yaauie deleted the update-deps branch September 30, 2021 15:46
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants