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

bzip2 multistream support #62

Merged
merged 3 commits into from
Jan 26, 2023
Merged

bzip2 multistream support #62

merged 3 commits into from
Jan 26, 2023

Conversation

luizirber
Copy link
Owner

Fixes #61

@codecov
Copy link

codecov bot commented Jan 25, 2023

Codecov Report

Merging #62 (9695013) into master (a29c1ef) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #62    /-   ##
=======================================
  Coverage   81.08%   81.08%           
=======================================
  Files          12       12           
  Lines         259      259           
=======================================
  Hits          210      210           
  Misses         49       49           
Impacted Files Coverage Δ
src/basic/mod.rs 75.00% <ø> (ø)
src/basic/compression.rs 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@luizirber luizirber requested a review from natir January 25, 2023 04:51
@natir
Copy link
Collaborator

natir commented Jan 26, 2023

@luizirber If you want you can make release 2.5.1 it seems to me an important bug fix.

@natir natir merged commit ff7dae4 into master Jan 26, 2023
@natir natir mentioned this pull request Jun 8, 2024
natir added a commit that referenced this pull request Jun 9, 2024
Changelog:

### Added

### Changed

- Replace xz2 to liblzma
- Bump MRSV to 1.65
- Support for multistream bzip2 files by default (#62)

### Fixed

- Update bzip to 0.4.4
- Update bgzip to 0.3
- Update zstd 0.13
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.

Concatenated bz2 causes silent data loss on read
2 participants