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

chore(s2n-quic): release 1.44.0 and pin bytes dependency #2290

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

WesleyRosenblum
Copy link
Contributor

Description of changes:

Version bump for 1.44.0

Call-outs:

I've also pinned bytes to version 1.6.1, see #2289

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@WesleyRosenblum WesleyRosenblum merged commit 072452e into main Aug 1, 2024
126 of 129 checks passed
@WesleyRosenblum WesleyRosenblum deleted the release144 branch August 1, 2024 19:26
Comment on lines +34 to +35
# TODO: Unpin when https://github.com/aws/s2n-quic/issues/2289 is resolved
bytes = { version = "=1.6.1", optional = true, default-features = false }
Copy link

Choose a reason for hiding this comment

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

As a general comment, I strongly advice not using = constraints with our crates. In this case, a ~1.6.1 constraint would have been sufficient. The bytes crate is extremely conservative about what can go in a patch release. Using = constraints results in breakage if a release is yanked, and means that you don't get updates if there's an important bugfix.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, we'll keep that in mind.

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.

3 participants