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: revert use of buffer.concat on node.js #75

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

achingbrain
Copy link
Owner

@achingbrain achingbrain commented Dec 7, 2023

4.0.9 had a breaking change - the input type of concat stopped accepting plain arrays, requiring an array of Uint8Arrays.

Fixes #74

4.0.9 had a breaking change - the input type of `concat` stopped
accepting plain arrays, requiring an array of `Uint8Array`s.
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3d5f87d) 100.00% compared to head (61d2cf8) 99.28%.

Additional details and impacted files
@@             Coverage Diff             @@
##              main      #75      +/-   ##
===========================================
- Coverage   100.00%   99.28%   -0.72%     
===========================================
  Files           16       16              
  Lines          547      559      +12     
  Branches        82      102      +20     
===========================================
+ Hits           547      555       +8     
- Misses           0        4       +4     
Flag Coverage Δ
chrome 94.04% <100.00%> (-5.96%) ⬇️
node 93.02% <100.00%> (+2.89%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@achingbrain achingbrain merged commit bf6d760 into main Dec 7, 2023
21 of 22 checks passed
@achingbrain achingbrain deleted the fix/revert-buffer-concat branch December 7, 2023 07:38
github-actions bot pushed a commit that referenced this pull request Dec 7, 2023
## [4.0.10](v4.0.9...v4.0.10) (2023-12-07)

### Bug Fixes

* revert use of buffer.concat on node.js ([#75](#75)) ([bf6d760](bf6d760))

### Trivial Changes

* rename master to main ([3d5f87d](3d5f87d))
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.

unhandled exception introduced in v4.0.9
1 participant