Skip to content

Bump Snappier from 1.1.6 to 1.3.1#9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Snappier-1.3.1
Open

Bump Snappier from 1.1.6 to 1.3.1#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Snappier-1.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Copy link
Copy Markdown

Updated Snappier from 1.1.6 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

  • Dropped support for .NET 6

Key Changes

Other Changes

Full Changelog: brantburnett/Snappier@release/1.2.0...release/1.3.0-beta.1

1.2.0

Major Changes

  • Support for block compression and decompression using ReadOnlySequence<byte> as the source and IBufferWriter<byte> as the destination
  • Snappy.TryCompress and Snappy.TryDecompress overloads that return false instead of throwing an exception if the output buffer is too small
  • SnappyStream compression now recognizes blocks that compress poorly and encodes them as uncompressed data
  • Temporary buffers returned to the ArrayPool are 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.
  • General performance improvements
  • Improved documentation

What's Changed

Full Changelog: brantburnett/Snappier@release/1.1.6...release/1.2.0

1.2.0-beta0001

Major Changes

  • Support for block compression and decompression using ReadOnlySequence<byte> as the source and IBufferWriter<byte> as the destination
  • Snappy.TryCompress and Snappy.TryDecompress overloads that return false instead of throwing an exception if the output buffer is too small
  • SnappyStream compression now recognizes blocks that compress poorly and encodes them as uncompressed data
  • Temporary buffers returned to the ArrayPool are 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.
  • General performance improvements
  • Improved documentation

What's Changed

Full Changelog: brantburnett/Snappier@release/1.1.6...release/1.2.0

Commits viewable in compare view.

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

---
updated-dependencies:
- dependency-name: Snappier
  dependency-version: 1.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants