Skip to content

v0.1.10-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jodydonetti jodydonetti released this 09 Feb 20:41

This is the first BETA release containing the new Backplane #11 πŸŽ‰.

It contains everything that was already in alpha1 and alpha2 plus:

⚠ A little refactoring

In preparation for the big official release I've changed a couple of names to make them prettier and shorter. For example I went from SendBackplaneNotification to Publish, etc

πŸ“’ Backplane granularity

Now backplane notifications are more granular, differentiating between entry SET and REMOVE. Also added the instant in which a notification has been generated, for a better synchronization.

⚑ Performance

Way better peformance for serialization of backplane messages (RedisBackplane).

πŸ“œ Logging (backplane)

Added backplane options to the log string for FusionCacheEntryOptions.

πŸ†• Added HasBackplane

A new bool property has been added to IFusionCache to let you know if there is a backplane.

πŸ™ Tell me what you think

Please try it and let me know so I can push the final version out!