MichaCo / CacheManager

CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
http://cachemanager.michaco.net
Apache License 2.0
2.35k stars 456 forks source link

Any plan for 2.0 final release? #317

Closed tonyqus closed 3 years ago

tonyqus commented 4 years ago

I notice that the latest nuget version is 2.0 prerelease instead of final release. Is there any plan for that?

nunoguerreirorosa commented 4 years ago

I would like to know that as well. Thanks

ipoetry commented 4 years ago

I also wanted to know. Thanks

MichaCo commented 4 years ago

Hi guys, is there any feature missing in the currently actual released version missing which would be in 2.0 beta?

But yeah, I get it, its been some time now ^^

tonyqus commented 4 years ago

Btw, how about async interfaces? Have they already been included in 2.0?

MichaCo commented 4 years ago

no

tonyqus commented 4 years ago

Hmm... maybe you can put it in 2.1 roadmap if 2.1 exists :D Btw, I did put CacheManager in our company's code this week. Nice work.

nunoguerreirorosa commented 4 years ago

Hi guys, is there any feature missing in the currently actual released version missing which would be in 2.0 beta?

But yeah, I get it, its been some time now ^^

I don't think there is a feature coming on 2.0 that I personally need but 2.0 has been on beta for a long time now and improvements are always welcome. It would be nice to see some activity on the CacheManager since its a very good library and it would be a shame to see it completely outdated in comparison to other multilevel cache libraries. 👍 :)

nunoguerreirorosa commented 4 years ago

I actually need CacheManager.SystemRuntimeCaching support for .net standard v2.0 which is in the latest release 2.0. Any way that can be released ? Thank you.

martyt commented 4 years ago

@nunoguerreirorosa I also need that - we've converted our app from framework to core / standard 2.0 and we're using the 2.0 beta of CacheManager.SystemRuntimeCaching - would very much like to upgrade to a full 2.0 release.

wa926talent commented 4 years ago

I also wanted to know. Thanks

tonyqus commented 3 years ago

https://github.com/MichaCo/CacheManager/issues/309#issuecomment-714874365