|
1 | 1 | <Project> |
2 | 2 | <PropertyGroup> |
3 | 3 | <EasyCachingCorePackageNotes> |
4 | | - 1. Add base interface of IHybridProvider and IEasyCachingProvider. |
5 | | - 2. Redis provider support zincrby. |
6 | | - 3. Redis acl support |
| 4 | + 1. IRedisProvider support search keys. |
| 5 | + 2. DefaultEasyCachingKeyGenerator support GenerateCacheKeyForModel. |
7 | 6 | </EasyCachingCorePackageNotes> |
8 | 7 | <EasyCachingMemcachedPackageNotes> |
9 | 8 | 1. Upgrading dependencies. |
10 | | - 2. Fixed configuration file can not read LockMs, SleepMs and SerializerName. |
11 | 9 | </EasyCachingMemcachedPackageNotes> |
12 | 10 | <EasyCachingRedisPackageNotes> |
13 | | - 1. Upgrading dependencies. |
14 | | - 2. Fixed configuration file can not read LockMs, SleepMs and SerializerName. |
15 | | - 3. Redis acl support |
| 11 | + 1. IRedisProvider support search keys. |
16 | 12 | </EasyCachingRedisPackageNotes> |
17 | 13 | <EasyCachingSQLitePackageNotes> |
18 | 14 | 1. Upgrading dependencies. |
19 | | - 2. Fixed configuration file can not read LockMs, SleepMs and SerializerName. |
20 | 15 | </EasyCachingSQLitePackageNotes> |
21 | 16 | <EasyCachingInMemoryPackageNotes> |
22 | 17 | 1. Upgrading dependencies. |
23 | | - 2. Fixed configuration file can not read LockMs, SleepMs and SerializerName. |
24 | 18 | </EasyCachingInMemoryPackageNotes> |
25 | 19 | <EasyCachingHybridPackageNotes> |
26 | 20 | 1. Upgrading dependencies. |
|
44 | 38 | 1. Upgrading dependencies. |
45 | 39 | </EasyCachingProtobufPackageNotes> |
46 | 40 | <EasyCachingCSRedisPackageNotes> |
47 | | - 1. Upgrading dependencies. |
48 | | - 2. Fixed configuration file can not read LockMs, SleepMs and SerializerName. |
| 41 | + 1. IRedisProvider support search keys. |
49 | 42 | </EasyCachingCSRedisPackageNotes> |
50 | 43 | <EasyCachingCSRedisBusPackageNotes> |
51 | 44 | 1. Upgrading dependencies. |
52 | 45 | </EasyCachingCSRedisBusPackageNotes> |
53 | 46 | <EasyCachingRedisBusPackageNotes> |
54 | 47 | 1. Upgrading dependencies. |
55 | | - 2. Redis acl support |
56 | 48 | </EasyCachingRedisBusPackageNotes> |
57 | 49 | <EasyCachingRabbitBusPackageNotes> |
58 | 50 | 1. Upgrading dependencies. |
59 | 51 | </EasyCachingRabbitBusPackageNotes> |
60 | 52 | <EasyCachingDiskPackageNotes> |
61 | 53 | 1. Upgrading dependencies. |
62 | | - 2. Fixed configuration file can not read LockMs, SleepMs and SerializerName. |
63 | 54 | </EasyCachingDiskPackageNotes> |
| 55 | + <EasyCachingLiteDBPackageNotes> |
| 56 | + 1. LiteDB joined for the first time. |
| 57 | + </EasyCachingLiteDBPackageNotes> |
64 | 58 | </PropertyGroup> |
65 | 59 | </Project> |
0 commit comments