pana
pana copied to clipboard
Bump archive from 3.3.2 to 3.4.10
Bumps archive from 3.3.2 to 3.4.10.
Changelog
Sourced from archive's changelog.
3.4.10 - January 2, 2024
- Fix ZipCrypto decryption
3.4.9 - November 7, 2023
- Revert breaking change for extractArchiveToDisk becoming async; add extractArchiveToDiskAsync for the async version.
3.4.8 - November 5, 2023
- Improve zip decompression performance with dart:io by using native ZLib decompression when possible.
3.4.7 - November 4, 2023
- Improve performance by not using List.setRange for copying bytes, which turns out to be very slow.
3.4.6 - October 10, 2023
- Fix for Zip64 file size causing memory errors.
3.4.5 - October 01, 2023
- Rewrote InputFileStream to reduce overall memory by using a shared file cache.
- Added
DateTime lastModDateTimegetter to ArchiveFile.- Add support for zip encryption.
3.4.4
- Fix for new default buffer size for InputFileStream consuming too much memory for large archives.
3.4.3 - September 28, 2023
- Fix bug in InputFileStream that caused it to only have an 8-byte buffer, making file streaming slow.
- Increase the default buffer size for file I/O streams to 1MB.
- Update pubspec dependency versions.
3.4.2 - September 23, 2023
- Add bzip2 decompression for zip files.
3.4.1 - September 23, 2023
- Fix for decoding zip64 zip files that have multiple extra fields.
3.4.0 - September 21, 2023
- Add Zip64 support to ZipEncoder to allow it to create zip files > 4GB.
3.3.9 - September 10, 2023
... (truncated)
Commits
187d723Fix ZipCrypto password decodingc394e7dAdd autoClose to ZipEncoder addFile7290be0Add closeSync method to OutpuFileStream and ArchiveFile2ec62f0Merge pull request #302 from aemelyanovff/mainbb87b2fPrevent modifying Archive.files directly - doing this makes "files" and "_fil...d44b9bfMerge pull request #300 from CaiJingLong/main5b10f87Merge pull request #299 from alestiago/alestiago/update-example39af7bbfeat:InputStreamtoInputStreamBasefor zlibbeb6405Merge pull request #298 from alestiago/feat/filename-format-exceptionb6997bcdocs: _composeZipDirectoryPath- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Weird - this looks like a dependabot bug. We shouldn't get a minor update when we have no pubspec.lock.
Is this because it is a security update away from https://github.com/advisories/GHSA-9v85-q87q-g4vg . It doesn't say, and still - without a pubspec.lock file to modify this is just broken :(
@dependabot rebase
Looks like archive is no longer a dependency, so this is no longer needed.