mongodb-generic-repository
mongodb-generic-repository copied to clipboard
Bump SharpCompress from 0.23.0 to 0.29.0 in /IntegrationTests
Bumps SharpCompress from 0.23.0 to 0.29.0.
Release notes
Sourced from SharpCompress's releases.
0.29.0 - minor behavior change and fixes
Two minor fixes from contributors and a behavior fix for extraction. Now the destination directory has to exist before extracting will be allowed.
- Bugfix for TarWriter - too much padding in large files - adamhathcock/sharpcompress#610
- Allowing to seek empty zip files - adamhathcock/sharpcompress#611
- Ensure destination directory exists - adamhathcock/sharpcompress#614
More good fixes!
- adamhathcock/sharpcompress#601 Write ZIP64 End of Central Directory only if needed.
- adamhathcock/sharpcompress#596 - Conditionally parse Zip64 extra field based on specification
- adamhathcock/sharpcompress#592 - Downgrade System.Memory to fix buffer version issue
Minor bug fixes
Two issues found and squashed
- adamhathcock/sharpcompress#593 - ReadFully used by pkware encryption didn’t like spans
- adamhathcock/sharpcompress#579 - Do not place extension classes in common namespace
Recursive call fix
Fix for "old" callers (Windows, NET Standard 2.0) and a recursive call introduced in 0.28 - https://github.com/adamhathcock/sharpcompress/commit/020f8628145bc2361bef885ea4650d6636861659
New: 7ZIp encryption flag working: adamhathcock/sharpcompress#572
More fixes!
Fixes
- Zip64 Header and Size fix adamhathcock/sharpcompress#567
- Handling Longer Comments on Archives - adamhathcock/sharpcompress#570
- Fix zip64 header writing - adamhathcock/sharpcompress#571
Improvements
- More stackallocs and Span usage adamhathcock/sharpcompress#568
- Add option to ignore incomplete file Rar check adamhathcock/sharpcompress#569
GZip usage bugfix
Fix for Rewindable stream when using a gz file that isn't a tar
Updates.
New Features:
- Use Net5, NetCoreApp3.1, NetStandard2.1, NetStandard2.0 only - adamhathcock/sharpcompress#559
- Create and using PauseEntryRebuilding for adding large numbers of entriees - adamhathcock/sharpcompress#485
- Expose Last Modified time on GZipStream. Add CRC and Size to GZipEntries on Archive - adamhathcock/sharpcompress#560
- Use hardware accelerated Alder32 impl - adamhathcock/sharpcompress#551
Fixes:
- UT and Fix for: Index out of range exception from gzip adamhathcock/sharpcompress#541
- Perf changes from https://github.com/adamhathcock/sharpcompress/issues?q=is%3Apr+author%3Aiamcarbon as well!
Encoding changes
Breaking changes
... (truncated)
Commits
ea5c8dcMerge pull request #614 from adamhathcock/ensure-dest-dir-exists0209d00Minor updates and prep for 0.29a8d065dEnsure destination directory exists7bd9711Merge pull request #610 from cyr/master61802eaMerge branch 'adamhathcock:master' into masterb425659Merge pull request #611 from Thunderstr1k3/fix-zipheader-seeking3e32e3dAllowing to seek empty zip files1b661c9Fixed bug where large (int32+ file size) adds an additional 512 bytes of padd...54fc26bUpdate build and mark for 0.28.3161f99bMerge pull request #601 from salvois/master- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.