Update the news to clarify S3 bug fix.#2044
Merged
Merged
Conversation
whitwham
reviewed
Jul 2, 2026
| This caused unreliability reading of S3 data when using the | ||
| multi-region iterator. The bug affects 1.23 and 1.23.1. | ||
| Releases prior to 1.23 were unaffected. | ||
| (PR #2012. Thanks to Nick Edwards. Also fixes #2043 reported by atjock.) |
Member
There was a problem hiding this comment.
atjock -> ajtock (or Andrew J. Tock)
Member
|
I don't think the vcf.c stuff should be here. |
afa5325 to
745f4cc
Compare
Contributor
Author
Indeed not! Sorry. I was being lazy and forgot I'd had some ancient hacking around of vcf lurking in my directory. |
It's useful to be explicit on which htslib versions were affected by this bug. Fixes samtools#2043 Signed-off-by: James Bonfield <jkb@sanger.ac.uk>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It's useful to be explicit on which htslib versions were affected by this bug.
Fixes #2043