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

fix(gzip): Fix decoding of zlib-format data #682

Merged
merged 2 commits into from
Dec 10, 2024
Merged

fix(gzip): Fix decoding of zlib-format data #682

merged 2 commits into from
Dec 10, 2024

Conversation

jbms
Copy link
Collaborator

@jbms jbms commented Dec 10, 2024

This was accidentally broken by the change to use CompressionStream.

Fixes #679.

jbms added 2 commits December 9, 2024 16:55
This was accidentally broken by the change to use `CompressionStream`.

Fixes #679.
@jbms jbms merged commit 5ef8e6a into master Dec 10, 2024
26 checks passed
@jbms jbms deleted the fix-deflate branch December 10, 2024 01:10
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.

Fix zlib-compressed zarr data support
1 participant