v0.1.10-beta3
Pre-releaseThis is the third and last BETA release containing the new Backplane #11 🎉.
It contains everything that was already in alpha1, alpha2, beta1 and beta2 plus:
👌 Final polishing
In general this is the final polishing pass of everything.
📕 Better docs
The new docs are finished, particularly the ones about the new backplane and how to use it in various situations (both with and without the distributed cache). I also collected all the IDistributedCache
implementations available on Nuget, which is something I hope can be useful to the community as they can serve as the secondary cache layer. Finally some typos have been corrected and more parts in general have been added where I felt they were missing.
🆕 Removed Publish[Async] method
The tentative new Publish[Async] method was experimentally introduced a little while ago: it served its purpose, and since it was just an experiment and realliy only used internally, I decided to remove it before the next official version, so to keep a clean a slim api.
🆕 Removed Evict method
The tentative new Evict method was experimentally introduced a little while ago: it served its purpose, and since it was just an experiment and realliy only used internally, I decided to remove it before the next official version, so to keep a clean a slim api.
🙏 Tell me what you think
Please try it and let me know so I can push the final version out!