|
1 | 1 | <Project>
|
2 | 2 | <PropertyGroup>
|
3 | 3 | <EasyCachingCorePackageNotes>
|
4 |
| - 1. Support diagnostics. |
5 |
| - 2. Interceptor should generate valid cache key for basic type parameters |
| 4 | + 1. Modity diagnostics. |
| 5 | + 2. Add EasyCachingInterceptorOptions |
| 6 | + 3. Add hight availability configuration for Interceptor |
6 | 7 | </EasyCachingCorePackageNotes>
|
7 | 8 | <EasyCachingMemcachedPackageNotes>
|
8 | 9 | 1. Update EasyCaching.Core.
|
| 10 | + 2. Remove AddDefaultMemcached related extension methods |
9 | 11 | </EasyCachingMemcachedPackageNotes>
|
10 | 12 | <EasyCachingRedisPackageNotes>
|
11 | 13 | 1. Update EasyCaching.Core.
|
| 14 | + 2. Remove AddDefaultRedisCache related extension methods |
12 | 15 | </EasyCachingRedisPackageNotes>
|
13 | 16 | <EasyCachingSQLitePackageNotes>
|
14 | 17 | 1. Update EasyCaching.Core.
|
| 18 | + 2. Remove AddSQLiteCache extension method |
15 | 19 | </EasyCachingSQLitePackageNotes>
|
16 | 20 | <EasyCachingInMemoryPackageNotes>
|
17 | 21 | 1. Update EasyCaching.Core.
|
| 22 | + 2. Remove AddDefaultInMemoryCache related extension methods |
| 23 | + 3. Remove key prefix for different instance |
18 | 24 | </EasyCachingInMemoryPackageNotes>
|
19 | 25 | <EasyCachingHybridPackageNotes>
|
20 | 26 | 1. Update EasyCaching.Core.
|
| 27 | + 2. Add distributed cache providers and local cache providers configuration. |
21 | 28 | </EasyCachingHybridPackageNotes>
|
22 | 29 | <EasyCachingAspectCorePackageNotes>
|
23 | 30 | 1. Update EasyCaching.Core.
|
| 31 | + 2. Add hight availability configuration |
| 32 | + 3. Add provider configuration. |
24 | 33 | </EasyCachingAspectCorePackageNotes>
|
25 | 34 | <EasyCachingCastlePackageNotes>
|
26 | 35 | 1. Update EasyCaching.Core.
|
| 36 | + 2. Add hight availability configuration |
| 37 | + 3. Add provider Configuration. |
27 | 38 | </EasyCachingCastlePackageNotes>
|
28 | 39 | <EasyCachingResponseCachingPackageNotes>
|
29 | 40 | 1. Update EasyCaching.Core.
|
30 | 41 | </EasyCachingResponseCachingPackageNotes>
|
31 | 42 | <EasyCachingJsonPackageNotes>
|
32 | 43 | 1. Update EasyCaching.Core.
|
| 44 | + 2. Remove AddDefaultJsonSerializer extension method |
33 | 45 | </EasyCachingJsonPackageNotes>
|
34 | 46 | <EasyCachingMessagePackPackageNotes>
|
35 |
| - 1. Update EasyCaching.Core. |
| 47 | + 1. Update EasyCaching.Core. |
| 48 | + 2. Remove AddDefaultMessagePackSerializer extension method |
36 | 49 | </EasyCachingMessagePackPackageNotes>
|
37 | 50 | <EasyCachingProtobufPackageNotes>
|
38 | 51 | 1. Update EasyCaching.Core.
|
| 52 | + 2. Remove AddDefaultProtobufSerializer extension method |
39 | 53 | </EasyCachingProtobufPackageNotes>
|
40 | 54 | <EasyCachingCSRedisPackageNotes>
|
41 | 55 | 1. Update EasyCaching.Core.
|
|
0 commit comments