Is there a plan to release a stable 2.x version ? #355
Replies: 7 comments 20 replies
-
yeah if you look at other issues and discussions and the open PR you'll see its in the works and I'm almost done with it. |
Beta Was this translation helpful? Give feedback.
-
Would you please let me know the release notes/bug list of 2.0? I'm going to fork this project and contribute but I don't know where to start. I found a branch called work/prep-release and there is a pending PR there. Is that for 2.0 release? |
Beta Was this translation helpful? Give feedback.
-
I am currently migrating from .NET Framework to .NET 8 and one of my class libraries references CacheManager nuget packages of version 1.2.0. These don't target .NET Standard 2.0 so I get build warnings that they may be not compatible with my project (and there could be runtime errors). |
Beta Was this translation helpful? Give feedback.
-
@MichaCo Redis-only support is just fine. Our application uses it in combination with system memory to not call Redis so often, would this feature be preserved in the new version? |
Beta Was this translation helpful? Give feedback.
-
Hi Micha Looking forward to the release of latest version of CacheManager. We use it inside Ocelot and we believe the new version with Redis support could be useful. Cheers |
Beta Was this translation helpful? Give feedback.
-
I have a new V2 version out, mostly all things updated, but as mentioned, with some breaking changes. There is again only a beta package on Nuget, because I want to test it at least a little bit against real code tomorrow. But this should go live in the next few days. Version 2.0 Breaking Changes
Testing with Microsoft.GarnetFor testing and benchmarking, this project is now using Microsoft.Garnet, which allows to create a Redis server which runs in process and is easy to setup. |
Beta Was this translation helpful? Give feedback.
-
V2 is released |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My customers are worried of using beta-grade packages.
As far as I can see, the version 2.0.0 is in beta stage since the 11/15/2018
Is there a plan to release a 2.0.0 non-beta ?
Beta Was this translation helpful? Give feedback.
All reactions