forked from mindwind/craft-atom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-notes-2.x.txt
121 lines (68 loc) · 3.43 KB
/
release-notes-2.x.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
craft-atom release notes
-----------------------------------------------------------------------------------------------------------------------
Upgrade urgency levels:
LOW: No need to upgrade unless there are new features you want to use.
MODERATE: Program an upgrade, but it's not urgent.
HIGH: There is a critical bug that may affect a subset of users. Upgrade!
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
-----------------------------------------------------------------------------------------------------------------------
craft-atom 2.1.2
-----------------------------------------------------------------------------------------------------------------------
UPGRADE URGENCY: LOW
* craft-atom-redis
[FIX] - java doc warning.
[NEW] - api for shard redis, return specific shard by shard key.
craft-atom 2.1.1
-----------------------------------------------------------------------------------------------------------------------
UPGRADE URGENCY: LOW
* craft-atom-redis
[IMPROVE] - log format.
[IMPROVE] - upgrade jedis to version 2.5.1.
[IMPROVE] - use long replace int for PEXPIRE api.
[NEW] - BITPOS api.
[NEW] - PFADD api.
craft-atom 2.1.0
-----------------------------------------------------------------------------------------------------------------------
UPGRADE URGENCY: LOW
* craft-atom-redis
[NEW] - *SCAN command api.
[NEW] - PUBSUB command api.
[IMPROVE] - upgrade jedis to 2.4.2 version.
craft-atom 2.0.4
-----------------------------------------------------------------------------------------------------------------------
UPGRADE URGENCY: LOW
* craft-atom-redis
[IMPROVE] - add master slave redis reading and writing separation, so read from slave and write still on master.
[NEW] - add new nio builder for easy use.
craft-atom 2.0.3
-----------------------------------------------------------------------------------------------------------------------
UPGRADE URGENCY: HIGH
* craft-atom-redis
[FIX] - issue #1 https://github.com/mindwind/craft-atom/issues/1
craft-atom 2.0.2
-----------------------------------------------------------------------------------------------------------------------
UPGRADE URGENCY: HIGH
* craft-atom
[IMPROVE] - unify logger and format
* craft-atom-nio
[NEW] - jmx MXBean support
[FIX] - file descriptor leak.
craft-atom 2.0.1
-----------------------------------------------------------------------------------------------------------------------
UPGRADE URGENCY: LOW
* craft-atom
[IMPROVE] - change group id as me.mindwind as a real domain name under my control
[IMPROVE] - using slf4j replace commons-logging as the default log api
craft-atom 2.0.0
-----------------------------------------------------------------------------------------------------------------------
UPGRADE URGENCY: CRITICAL
* craft-atom-redis
[FIX] - finally return the broken resource to the jedis pool, when JedisConnectionException occurs.
* craft-atom-nio
[IMPROVE] - refactor nio design and implementation, provide more clean and consistent api and better performance.
[FIX] - idle timer oom issue.
[FIX] - acceptor handle null accept right.
[FIX] - clean api.
* craft-atom-protocol-http
[FIX] - http protocol header model, use list instead of map, because header name can be repeatable.
[NEW] - http protocol entity content type definition.