Bump Snappier from 1.0.0 to 1.3.1#6
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
--- updated-dependencies: - dependency-name: Snappier dependency-version: 1.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Snappier from 1.0.0 to 1.3.1.
Release notes
Sourced from Snappier's releases.
1.3.1
What's Changed
Full Changelog: brantburnett/Snappier@release/1.3.0...release/1.3.1
1.3.0
What's Changed
Full Changelog: brantburnett/Snappier@release/1.3.0-beta.1...release/1.3.0
1.3.0-beta.2
What's Changed
Full Changelog: brantburnett/Snappier@release/1.3.0-beta.1...release/1.3.0-beta.2
1.3.0-beta.1
Breaking Changes
Key Changes
Other Changes
Full Changelog: brantburnett/Snappier@release/1.2.0...release/1.3.0-beta.1
1.2.0
Major Changes
ReadOnlySequence<byte>as the source andIBufferWriter<byte>as the destinationSnappy.TryCompressandSnappy.TryDecompressoverloads that return false instead of throwing an exception if the output buffer is too smallSnappyStreamcompression now recognizes blocks that compress poorly and encodes them as uncompressed dataArrayPoolare now cleared with zeroes before they are returned to protect any sensitive data being compressed or decompressed. This adds some overhead but benchmarks showed it wasn't very significant and it's worthwhile for better security.What's Changed
Full Changelog: brantburnett/Snappier@release/1.1.6...release/1.2.0
1.2.0-beta0001
Major Changes
ReadOnlySequence<byte>as the source andIBufferWriter<byte>as the destinationSnappy.TryCompressandSnappy.TryDecompressoverloads that return false instead of throwing an exception if the output buffer is too smallSnappyStreamcompression now recognizes blocks that compress poorly and encodes them as uncompressed dataArrayPoolare now cleared with zeroes before they are returned to protect any sensitive data being compressed or decompressed. This adds some overhead but benchmarks showed it wasn't very significant and it's worthwhile for better security.What's Changed
Full Changelog: brantburnett/Snappier@release/1.1.6...release/1.2.0
1.1.6
What's Changed
Full Changelog: brantburnett/Snappier@release/1.1.5...release/1.1.6
1.1.5
What's Changed
New Contributors
Full Changelog: brantburnett/Snappier@release/1.1.4...release/1.1.5
1.1.4
This release primarily includes performance improvements around stream decompression in .NET 8, but does show some minor decompression improvements on other runtimes (except .NET 4.8 which is not a priority). Also includes a bug fix for a stream decompression corner case.
What's Changed
Decompression Benchmarks
BenchmarkDotNet v0.13.10, Windows 11 (10.0.22621.3007/22H2/2022Update/SunValley2)
12th Gen Intel Core i7-1270P, 1 CPU, 16 logical and 12 physical cores
.NET SDK 8.0.101
Full Changelog: brantburnett/Snappier@release/1.1.3...release/1.1.4
1.1.3
What's Changed
Full Changelog: brantburnett/Snappier@release/1.1.2...release/1.1.3
1.1.2
What's Changed
New Contributors
Full Changelog: brantburnett/Snappier@release/1.1.1...release/1.1.2
1.1.1
This release includes some fixes to logic that could have caused unsafe memory access in cases where GC rearranges memory if they occurred at the precise moment when an out-of-range reference was on the stack. These moments are very short-lived and should be impossible to create intentionally, but they still represent a security risk.
What's Changed
Full Changelog: brantburnett/Snappier@release/1.1.0...release/1.1.1
1.1.0
Breaking Changes
This release no longer includes explicit support for the unsupported runtimes .NET Core 3.0/3.1 or .NET 5.0. These runtimes are now supported via the .NET Standard 2.0 target. While they should still function, it is untested and the lack of hardware intrinsic support will most likely result in degraded performance compared to 1.0.
What's Changed
Performance
This release sees a consistent improvement in both compression and decompression performance across all supported frameworks on my Core i7-10850H CPU, especially on decompression. On .NET 6, the time was reduced by 18% when compressing 64KB of HTML and 52% when decompressing. In some cases, the decompression time is reduced by as much as 66%.
Changelog
... (truncated)
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 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)You can disable automated security fix PRs for this repo from the Security Alerts page.