@@ -3,13 +3,27 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ### [ 1.0.0] - 2020-9-27
7
+
8
+ ### API changes list
9
+
10
+ - Add the address() method to the TcpServer class.
11
+
12
+ - Change some internal methods from public to private in the Channel class.
13
+
14
+ ### Changed
15
+
16
+ - Update the wepoll library.
17
+
18
+ - Add comments in public header files.
19
+
6
20
## [ 1.0.0-rc16] - 2020-8-15
7
21
8
22
### Fixed
9
23
10
24
- Fix a bug when sending big files on Windows.
11
25
12
- ### API change list
26
+ ### API changes list
13
27
14
28
- Add updateEvents() method to the Channel class.
15
29
@@ -21,7 +35,7 @@ All notable changes to this project will be documented in this file.
21
35
22
36
## [ 1.0.0-rc14] - 2020-6-14
23
37
24
- ### API change list
38
+ ### API changes list
25
39
26
40
- Add the moveToCurrentThread() method to EventLoop.
27
41
@@ -35,13 +49,13 @@ All notable changes to this project will be documented in this file.
35
49
36
50
## [ 1.0.0-rc13] - 2020-5-23
37
51
38
- ### API change list
52
+ ### API changes list
39
53
40
54
- Make the Channel class as a part of the public API.
41
55
42
56
## [ 1.0.0-rc12] - 2020-5-22
43
57
44
- ### API change list
58
+ ### API changes list
45
59
46
60
- Add a method to show if the c-ares library is used
47
61
@@ -55,7 +69,7 @@ All notable changes to this project will be documented in this file.
55
69
56
70
## [ 1.0.0-rc11] - 2020-4-27
57
71
58
- ### API Change list
72
+ ### API changes list
59
73
60
74
- Add fromDbStringLocal() method to the Date class
61
75
@@ -67,7 +81,7 @@ All notable changes to this project will be documented in this file.
67
81
68
82
## [ 1.0.0-rc10] - 2020-3-28
69
83
70
- ### API Change list
84
+ ### API changes list
71
85
72
86
- Add the send(const void * , size_t) method to the TcpConnection class
73
87
@@ -87,7 +101,7 @@ All notable changes to this project will be documented in this file.
87
101
88
102
## [ 1.0.0-rc9] - 2020-2-17
89
103
90
- ### API change list
104
+ ### API changes list
91
105
92
106
- Add support for a delayed SSL handshake
93
107
@@ -101,7 +115,7 @@ All notable changes to this project will be documented in this file.
101
115
102
116
## [ 1.0.0-rc8] - 2019-11-30
103
117
104
- ### API change list
118
+ ### API changes list
105
119
106
120
- Add the isSSLConnection() method to the TcpConnection class
107
121
@@ -118,7 +132,7 @@ All notable changes to this project will be documented in this file.
118
132
119
133
## [ 1.0.0-rc6] - 2019-10-4
120
134
121
- ### API change list
135
+ ### API changes list
122
136
123
137
- Add index() interface to the EventLoop class.
124
138
@@ -130,7 +144,7 @@ All notable changes to this project will be documented in this file.
130
144
131
145
## [ 1.0.0-rc5] - 2019-08-24
132
146
133
- ### API change list
147
+ ### API changes list
134
148
135
149
- Remove the resolve method from the InetAddress class.
136
150
@@ -141,7 +155,7 @@ All notable changes to this project will be documented in this file.
141
155
142
156
## [ 1.0.0-rc4] - 2019-08-08
143
157
144
- ### API change list
158
+ ### API changes list
145
159
146
160
- None
147
161
@@ -155,7 +169,7 @@ All notable changes to this project will be documented in this file.
155
169
156
170
## [ 1.0.0-rc3] - 2019-07-30
157
171
158
- ### API change list
172
+ ### API changes list
159
173
160
174
- TcpConnection::setContext, TcpConnection::getContext, etc.
161
175
- Remove the config.h from public API.
@@ -180,7 +194,9 @@ All notable changes to this project will be documented in this file.
180
194
181
195
## [ 1.0.0-rc1] - 2019-06-11
182
196
183
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc16...HEAD
197
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.0.0...HEAD
198
+
199
+ [ 1.0.0 ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc16...v1.0.0
184
200
185
201
[ 1.0.0-rc16 ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc15...v1.0.0-rc16
186
202
0 commit comments