mjebrahimi / EasyCompressor

⚡An Easy-to-Use and Optimized compression library for .NET that unified several compression algorithms including LZ4, Snappy, Zstd, LZMA, Brotli, GZip, ZLib, and Deflate. This library aids in Improving Performance by Reducing Memory Usage and Bandwidth Usage. Along with a greate Performance Benchmark between different compression algorithms.
https://mjebrahimi.github.io/EasyCompressor/
MIT License
317 stars 19 forks source link

Bump EasyCaching.Redis from 1.5.0 to 1.8.0 #172

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps EasyCaching.Redis from 1.5.0 to 1.8.0.

Release notes

Sourced from EasyCaching.Redis's releases.

v1.8.0 release

What's Changed

New Contributors

Full Changelog: https://github.com/dotnetcore/EasyCaching/compare/v1.7.0...v1.8.0

v1.7.0 release

What's Changed

Breaking change!!!!!!

The default DefaultBinaryFormatterSerializer was removed in this version, you should specify a serializer by yourself.

https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/5.0/binaryformatter-serialization-obsolete

New Contributors

Full Changelog: https://github.com/dotnetcore/EasyCaching/compare/v1.6.1...v1.7.0

v1.6.1 release

What's Changed

New Contributors

... (truncated)

Commits
  • ce90d95 Merge pull request #440 from dotnetcore/dev
  • 9319b1b update version to 1.8.0
  • db8c5af MemoryPack Serializer (#438)
  • 4cc0ab9 zremrangebyscore support for both Redis and CSRedis (#436)
  • 62fe591 chore(deps): bump Newtonsoft.Json (#432)
  • e32f711 chore(deps): bump Newtonsoft.Json in /src/EasyCaching.SQLite (#431)
  • 7b63e26 Add GetAllKeysByPrefix to InMemory and Redis (#422)
  • be302f9 feat: restore queue model and consumer on disconnection (#428)
  • 23540d1 fix: use DefaultObjectPoolProvider to get a DisposableObjectPool instead of a...
  • 5b093dc feat(FasterKv): Add FasterKv support (#418)
  • Additional 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)
dependabot[bot] commented 1 year ago

Superseded by #181.