|
42 | 42 |
|
43 | 43 | <active>yes</active>
|
44 | 44 | </developer>
|
45 |
| - <date>2020-11-20</date> |
46 |
| - <time>15:00:00</time> |
| 45 | + <date>2020-11-26</date> |
| 46 | + <time>00:00:00</time> |
47 | 47 | <version>
|
48 |
| - <release>4.5.8</release> |
| 48 | + <release>4.5.9</release> |
49 | 49 | <api>4.0</api>
|
50 | 50 | </version>
|
51 | 51 | <stability>
|
|
54 | 54 | </stability>
|
55 | 55 | <license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
|
56 | 56 | <notes>
|
57 |
| - New APIs |
58 |
| - --- |
59 |
| - + Added swoole_error_log function (swoole/swoole-src@67d2bff) (@matyhtf) |
60 |
| - + Supported SSL for readVector and writeVector (#3857) (@huanghantao) |
61 |
| - |
62 | 57 | Enhancement
|
63 | 58 | ---
|
64 |
| - + Did not wait when the child process does not exist (#3832) (@matyhtf) |
65 |
| - + Supported DTLS 16k record (#3849) (@matyhtf) |
66 |
| - + Supported priority for cookie (#3854) (@matyhtf) |
67 |
| - + Supported more CURL options (swoole/library#71) (@sy-records) |
68 |
| - + Handled CURL header names in case insensitive manner (swoole/library#76) (@filakhtov) (@twose) (@sy-records) |
| 59 | + + Added SWOOLE_HTTP_CLIENT_ESTATUS_SEND_FAILED constant for Coroutine\\Http\\Client (#3873) (@sy-records) |
69 | 60 |
|
70 | 61 | Fixed
|
71 | 62 | ---
|
72 |
| - * Fixed readv_all and writev_all when trigger EAGAIN errno (#3830) (@huanghantao) |
73 |
| - * Fixed warning for PHP8 (swoole/swoole-src@03f3fb0) (@matyhtf) |
74 |
| - * Fixed binary security of swoole table keys (#3842) (@twose) |
75 |
| - * Fixed System::writeFile append file issue when using FILE_APPEND (swoole/swoole-src@a71956d) (@matyhtf) |
76 |
| - * Fixed CURLOPT_WRITEFUNCTION (swoole/library#74) (@sy-records) |
77 |
| - * Fixed memory overread when parse form-data boundary (#3858) (@twose) |
78 |
| - * Fixed is_callable() can not access internal private callable on PHP8 (#3859) (@twose) |
79 |
| - |
80 |
| - Kernel |
81 |
| - --- |
82 |
| - * Refactored memory allocation function, replace macro with SwooleG.std_allocator (#3853) (@matyhtf) |
83 |
| - * Refactored pipe (#3841) (@matyhtf) |
| 63 | + * Fixed PHP8 compatibility (#3868) (#3869) (#3872) (@twose) (@huanghantao) (@doubaokun) |
84 | 64 | </notes>
|
85 | 65 | <contents>
|
86 | 66 | <dir name="/">
|
|
0 commit comments