Skip to content

Releases: cnblogs/EnyimMemcachedCore

2.6.0 preview2

12 Jan 05:10
a50835e
Compare
Choose a tag to compare
2.6.0 preview2 Pre-release
Pre-release

Tweak packing

2.6.0 preview1

12 Jan 00:25
a3c3b7f
Compare
Choose a tag to compare
2.6.0 preview1 Pre-release
Pre-release
  • Introduce MessagePack serializer #186
  • Add an option to specify max idle time for a pooled socket #185
  • Improve IDistributedCache implementation #182

Fix error for mcrouter

01 Jan 00:52
52aa5b1
Compare
Choose a tag to compare
Merge pull request #179 from AlekseyRostov/178-add-mcrouter-support

Fix error for mcrouter

2.5.6

24 Nov 14:01
550cc6a
Compare
Choose a tag to compare
  • Support .NET 7
  • Add SuppressException option

Replace Microsoft.AspNetCore.Http.Abstractions with Microsoft.AspNetCore.App

04 Nov 13:17
e921d35
Compare
Choose a tag to compare
Merge pull request #173 from cnblogs/update-packages

Update packages

SSL Stream support + .NET 6

03 Jul 08:07
9ce8ef7
Compare
Choose a tag to compare
Merge pull request #170 from cnblogs/remove-travis-ci

Remove travis-ci

Fix GetAsync to return IGetOperation with correct Cas value

27 Jan 04:49
2b27236
Compare
Choose a tag to compare
2.5.3

Merge pull request #157 from safetree/feature/echofool/fix_get-async_…

Replace InterlockedStack with ConcurrentStack

03 Jan 06:29
439f4a1
Compare
Choose a tag to compare
Merge pull request #156 from cnblogs/use-ConcurrentStack

Replace InterlockedStack with ConcurrentStack

EnyimMemcachedCore 2.5.1

02 Dec 07:14
778914b
Compare
Choose a tag to compare
  • Add missing SemaphoreSlim.Release

EnyimMemcachedCore 2.5.0

02 Dec 06:56
3b8eaea
Compare
Choose a tag to compare
  • Fix socket pool starvation
  • Add netstandard2.1 and net5.0 to TargetFrameworks