Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change Dependency to Microsoft.Extensions.Caching.Abstractions #341

Conversation

pwelter34
Copy link
Contributor

#340 Fix issue with wrong dependency

Copy link
Collaborator

@jodydonetti jodydonetti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jodydonetti jodydonetti added the enhancement New feature or request label Dec 13, 2024
@jodydonetti
Copy link
Collaborator

Hi @pwelter34 , good catch!

@jodydonetti jodydonetti merged commit 0d66a5e into ZiggyCreatures:release/v2_0_0 Dec 13, 2024
1 check failed
jodydonetti added a commit that referenced this pull request Jan 19, 2025
* Add support for raw clear of inner memory cache
* Minor NRT stuff
* Use collection expressions
* Make tagging fully working
* Better tagging params for Set method
* Refactoring and cleanup
* Add sync support for tagging
* Add support for GetOrSet without factory + refactoring + better inline comments
* Stop casting to FusionCacheBuilder and upgrade IFusionCacheBuilder instead.
* Fix with eager refresh (sync version)
* Add entry options to RemoveByTag() and Clear()
* Add tags to logging
* Package update
* Add new IncludeTagsInLogs option to... well, I mean...
* Add specific skip memory/distributed read/write options
* Add support for specific option to skip memory/distributed read/write + better tags entry options support
* Better detection + logging when a new Clear() timestamp is detected
* Stop suppressing serialization exceptions. Deserialization exceptions instead will keep being suppressable.
* Better default value for TagsMemoryCacheDurationOverride option
* Better handling of background factory soft fail (eg: ctx.Fail())
* Better tests
* More stable Expire + renamed RemoveByTag[Async] to ExpireByTag[Async] to be more clear about the outcome
* Add error = true to all [Obsolete] usage
* Add tagging support to observability
* Change wire format version
* Change DataMember names (saves space)
* Better Clear (both expire and remove) + added DisableTagging option
* Benchmarks stuff
* Perf boost
* Fix for tagging with eager refresh + tests
* Add support for Microsoft HybridCache + tests
* Ensure the same builder always returns the same instance + tests
* Add immutable types support for AutoClone + add SkipAutoCloneForImmutableObjects option + tests
* Better tests
* FusionHybridCache tests
* Comments
* Xml comments
* Change Dependency to Microsoft.Extensions.Caching.Abstractions (#341)
* Adjust HybridCache dependency (#344)
* Fix typo
* Update various Microsoft.Extensions.Caching deps to v9.0.0
* Merging Serializer Benchmarks improvements to the v2 branch (#347)
* Improving the Serializer benchmarks (#343)
* Improving the Serializer benchmark by adding all the serializers and cleaning up the code and config for it. Also added tests for serializing arrays to check for memory pressure on buffers.
* Fixing Job config
* Minor usings cleanup
* Removing the dependency on Microsoft.IO.RecyclableStream and improving serializer performance (#349)
* Removing the Microsoft.IO.RecyclableMemory dependency and using ArrayPools instead
* Minor cleanup
* Cleanup
* Add MissingCacheKeyPrefixWarningLogLevel option
* More option duplication tests
* Add AllowStaleOnReadOnly entry option
* Add DangerZone stuff
* Benchmarks stuff
* Remove reactors for good (replace from a long time by memory lockers)
* Better metadata: move LogicalExpiration from metadata to entry and make it a timestamp (long)
* Better metadata: switch LastModified from DateTimeOffset to timestamp (long utc ticks)
* Better metadata: add Priority
* Better metadata priority handling
* Organize tests better
* Priority tests
* Faster tests
* Ensure correct timestamp in backplane messages
* Make the cross-node Clear timestamp directly precise
* Skip distributed cache write and backplane when Tagging expiration timestamp is 0 (zero)
* Align sync/async executeCascadeAction usage
* Better serialization tests
* Better byte array tests
* Better metadata surrogate (protobuf-net) member order
* Make buffer stuff sealed (small perf boost) + xml docs
* Better errors/exceptions for traces (observability)
* Better Expire on memory cache
* Better TagsDefaultEntryOptions
* Minor tag expiration changes
* Fix for extra closing curly brace
* Better status updates for traces
* Minor perf boost
* Better tagging
* Add support for RemoveByTag with multiple tags
* Cross the 1000 tests mark!
* Unresolved tension https://xkcd.com/859/
* Minor internal stuff (ToLogString)
* Docs
* FusionCache v2. Yes, really.

---------

Co-authored-by: Jody Donetti <[email protected]>
Co-authored-by: Stefán Jökull Sigurðarson <[email protected]>
Co-authored-by: Paul Welter <[email protected]>
Co-authored-by: Brian Dukes <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants