-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathchangelog.atom
240 lines (240 loc) · 25.2 KB
/
changelog.atom
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title type="text">The combined changelog for all ReactPHP components.</title>
<updated>2025-01-01T16:38:25+00:00</updated>
<generator uri="http://framework.zend.com" version="2">Zend_Feed_Writer</generator>
<link rel="alternate" type="text/html" href="https://reactphp.org/changelog.html"/>
<link rel="self" type="application/atom+xml" href="https://reactphp.org/changelog.atom"/>
<id>https://reactphp.org/changelog.html</id>
<entry>
<title type="html"><![CDATA[ChildProcess 0.6.6]]></title>
<summary type="html"><![CDATA[<p dir="auto">This is a compatibility release that contains backported features from the <code class="notranslate">0.7.x</code> branch.<br>
Once v0.7 is released, it will be the way forward for this project.</p>
<ul dir="auto">
<li>
<p dir="auto">Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2760629514" data-permission-text="Title is private" data-url="https://github.com/reactphp/child-process/issues/114" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/child-process/pull/114/hovercard" href="https://github.com/reactphp/child-process/pull/114">#114</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
</li>
<li>
<p dir="auto">Improve test suite to run tests on latest PHP versions and report failed assertions.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2757698782" data-permission-text="Title is private" data-url="https://github.com/reactphp/child-process/issues/113" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/child-process/pull/113/hovercard" href="https://github.com/reactphp/child-process/pull/113">#113</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
</li>
</ul>]]></summary>
<updated>2025-01-01T16:38:25+00:00</updated>
<link rel="alternate" type="text/html" href="https://github.com/reactphp/child-process/releases/tag/v0.6.6"/>
<id>https://github.com/reactphp/child-process/releases/tag/v0.6.6</id>
<author>
<name>clue</name>
<uri>https://github.com/clue</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[HTTP 1.11.0]]></title>
<summary type="html"><![CDATA[<ul dir="auto">
<li>
<p dir="auto">Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2457549358" data-permission-text="Title is private" data-url="https://github.com/reactphp/http/issues/537" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/http/pull/537/hovercard" href="https://github.com/reactphp/http/pull/537">#537</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
</li>
<li>
<p dir="auto">Feature: Allow underscore character in Uri host.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2256286600" data-permission-text="Title is private" data-url="https://github.com/reactphp/http/issues/524" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/http/pull/524/hovercard" href="https://github.com/reactphp/http/pull/524">#524</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/lulhum/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/lulhum">@lulhum</a>)</p>
</li>
<li>
<p dir="auto">Improve test suite to fix expected error code when ext-sockets is not enabled.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2488379954" data-permission-text="Title is private" data-url="https://github.com/reactphp/http/issues/539" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/http/pull/539/hovercard" href="https://github.com/reactphp/http/pull/539">#539</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/WyriHaximus/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/WyriHaximus">@WyriHaximus</a>)</p>
</li>
</ul>]]></summary>
<updated>2024-11-20T15:24:33+00:00</updated>
<link rel="alternate" type="text/html" href="https://github.com/reactphp/http/releases/tag/v1.11.0"/>
<id>https://github.com/reactphp/http/releases/tag/v1.11.0</id>
<author>
<name>clue</name>
<uri>https://github.com/clue</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Datagram 1.10.0]]></title>
<summary type="html"><![CDATA[<ul dir="auto">
<li>
<p dir="auto">Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2459171223" data-permission-text="Title is private" data-url="https://github.com/reactphp/datagram/issues/59" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/datagram/pull/59/hovercard" href="https://github.com/reactphp/datagram/pull/59">#59</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
</li>
<li>
<p dir="auto">Feature: Full PHP 8.3 compatibility.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2055072875" data-permission-text="Title is private" data-url="https://github.com/reactphp/datagram/issues/57" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/datagram/pull/57/hovercard" href="https://github.com/reactphp/datagram/pull/57">#57</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
</li>
</ul>]]></summary>
<updated>2024-09-06T11:22:53+00:00</updated>
<link rel="alternate" type="text/html" href="https://github.com/reactphp/datagram/releases/tag/v1.10.0"/>
<id>https://github.com/reactphp/datagram/releases/tag/v1.10.0</id>
<author>
<name>clue</name>
<uri>https://github.com/clue</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Socket 1.16.0]]></title>
<summary type="html"><![CDATA[<ul dir="auto">
<li>Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2391389456" data-permission-text="Title is private" data-url="https://github.com/reactphp/socket/issues/318" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/socket/pull/318/hovercard" href="https://github.com/reactphp/socket/pull/318">#318</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</li>
</ul>]]></summary>
<updated>2024-07-26T10:38:17+00:00</updated>
<link rel="alternate" type="text/html" href="https://github.com/reactphp/socket/releases/tag/v1.16.0"/>
<id>https://github.com/reactphp/socket/releases/tag/v1.16.0</id>
<author>
<name>clue</name>
<uri>https://github.com/clue</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[DNS 1.13.0]]></title>
<summary type="html"><![CDATA[<ul dir="auto">
<li>Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2309785593" data-permission-text="Title is private" data-url="https://github.com/reactphp/dns/issues/224" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/dns/pull/224/hovercard" href="https://github.com/reactphp/dns/pull/224">#224</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/WyriHaximus/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/WyriHaximus">@WyriHaximus</a>)</li>
</ul>]]></summary>
<updated>2024-06-13T14:18:32+00:00</updated>
<link rel="alternate" type="text/html" href="https://github.com/reactphp/dns/releases/tag/v1.13.0"/>
<id>https://github.com/reactphp/dns/releases/tag/v1.13.0</id>
<author>
<name>SimonFrings</name>
<uri>https://github.com/SimonFrings</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Stream 1.4.0]]></title>
<summary type="html"><![CDATA[<ul dir="auto">
<li>
<p dir="auto">Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2302680382" data-permission-text="Title is private" data-url="https://github.com/reactphp/stream/issues/179" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/stream/pull/179/hovercard" href="https://github.com/reactphp/stream/pull/179">#179</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
</li>
<li>
<p dir="auto">Feature: Full PHP 8.3 compatibility.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1910309476" data-permission-text="Title is private" data-url="https://github.com/reactphp/stream/issues/172" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/stream/pull/172/hovercard" href="https://github.com/reactphp/stream/pull/172">#172</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
</li>
<li>
<p dir="auto">Fix: Fix <code class="notranslate">drain</code> event of <code class="notranslate">ThroughStream</code> to handle potential race condition.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1910171633" data-permission-text="Title is private" data-url="https://github.com/reactphp/stream/issues/171" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/stream/pull/171/hovercard" href="https://github.com/reactphp/stream/pull/171">#171</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
</li>
</ul>]]></summary>
<updated>2024-06-11T12:45:43+00:00</updated>
<link rel="alternate" type="text/html" href="https://github.com/reactphp/stream/releases/tag/v1.4.0"/>
<id>https://github.com/reactphp/stream/releases/tag/v1.4.0</id>
<author>
<name>SimonFrings</name>
<uri>https://github.com/SimonFrings</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Async 4.3.0]]></title>
<summary type="html"><![CDATA[<ul dir="auto">
<li>
<p dir="auto">Feature: Improve performance by avoiding unneeded references in <code class="notranslate">FiberMap</code>.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2313674008" data-permission-text="Title is private" data-url="https://github.com/reactphp/async/issues/88" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/async/pull/88/hovercard" href="https://github.com/reactphp/async/pull/88">#88</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
</li>
<li>
<p dir="auto">Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2311447950" data-permission-text="Title is private" data-url="https://github.com/reactphp/async/issues/87" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/async/pull/87/hovercard" href="https://github.com/reactphp/async/pull/87">#87</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
</li>
<li>
<p dir="auto">Improve type safety for test environment.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2275435179" data-permission-text="Title is private" data-url="https://github.com/reactphp/async/issues/86" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/async/pull/86/hovercard" href="https://github.com/reactphp/async/pull/86">#86</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/SimonFrings/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/SimonFrings">@SimonFrings</a>)</p>
</li>
</ul>]]></summary>
<updated>2024-06-04T14:41:10+00:00</updated>
<link rel="alternate" type="text/html" href="https://github.com/reactphp/async/releases/tag/v4.3.0"/>
<id>https://github.com/reactphp/async/releases/tag/v4.3.0</id>
<author>
<name>SimonFrings</name>
<uri>https://github.com/SimonFrings</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[PromiseTimer 1.11.0]]></title>
<summary type="html"><![CDATA[<ul dir="auto">
<li>
<p dir="auto">Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2310753291" data-permission-text="Title is private" data-url="https://github.com/reactphp/promise-timer/issues/70" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/promise-timer/pull/70/hovercard" href="https://github.com/reactphp/promise-timer/pull/70">#70</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
</li>
<li>
<p dir="auto">Feature: Full PHP 8.3 compatibility.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2055087305" data-permission-text="Title is private" data-url="https://github.com/reactphp/promise-timer/issues/68" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/promise-timer/pull/68/hovercard" href="https://github.com/reactphp/promise-timer/pull/68">#68</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
</li>
</ul>]]></summary>
<updated>2024-06-04T14:28:47+00:00</updated>
<link rel="alternate" type="text/html" href="https://github.com/reactphp/promise-timer/releases/tag/v1.11.0"/>
<id>https://github.com/reactphp/promise-timer/releases/tag/v1.11.0</id>
<author>
<name>SimonFrings</name>
<uri>https://github.com/SimonFrings</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Promise 3.2.0]]></title>
<summary type="html"><![CDATA[<ul dir="auto">
<li>
<p dir="auto">Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2294935391" data-permission-text="Title is private" data-url="https://github.com/reactphp/promise/issues/260" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/promise/pull/260/hovercard" href="https://github.com/reactphp/promise/pull/260">#260</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Ayesh/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Ayesh">@Ayesh</a>)</p>
</li>
<li>
<p dir="auto">Feature: Include previous exceptions when reporting unhandled promise rejections.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2312936122" data-permission-text="Title is private" data-url="https://github.com/reactphp/promise/issues/262" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/promise/pull/262/hovercard" href="https://github.com/reactphp/promise/pull/262">#262</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
</li>
<li>
<p dir="auto">Update test suite to improve PHP 8.4+ support.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2310203017" data-permission-text="Title is private" data-url="https://github.com/reactphp/promise/issues/261" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/promise/pull/261/hovercard" href="https://github.com/reactphp/promise/pull/261">#261</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/SimonFrings/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/SimonFrings">@SimonFrings</a>)</p>
</li>
</ul>]]></summary>
<updated>2024-05-24T10:39:15+00:00</updated>
<link rel="alternate" type="text/html" href="https://github.com/reactphp/promise/releases/tag/v3.2.0"/>
<id>https://github.com/reactphp/promise/releases/tag/v3.2.0</id>
<author>
<name>SimonFrings</name>
<uri>https://github.com/SimonFrings</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[HTTP 1.10.0]]></title>
<summary type="html"><![CDATA[<ul dir="auto">
<li>
<p dir="auto">Feature: Add new PSR-7 implementation and remove dated RingCentral PSR-7 dependency.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2184267361" data-permission-text="Title is private" data-url="https://github.com/reactphp/http/issues/518" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/http/pull/518/hovercard" href="https://github.com/reactphp/http/pull/518">#518</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2188695275" data-permission-text="Title is private" data-url="https://github.com/reactphp/http/issues/519" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/http/pull/519/hovercard" href="https://github.com/reactphp/http/pull/519">#519</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2202215182" data-permission-text="Title is private" data-url="https://github.com/reactphp/http/issues/520" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/http/pull/520/hovercard" href="https://github.com/reactphp/http/pull/520">#520</a> and <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2208346242" data-permission-text="Title is private" data-url="https://github.com/reactphp/http/issues/522" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/http/pull/522/hovercard" href="https://github.com/reactphp/http/pull/522">#522</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
<p dir="auto">This changeset allows us to maintain our own PSR-7 implementation and reduce<br>
dependencies on external projects. It also improves performance slightly and<br>
does not otherwise affect our public API. If you want to explicitly install<br>
the old RingCentral PSR-7 dependency, you can still install it like this:</p>
<div class="highlight highlight-source-shell" dir="auto"><pre class="notranslate">composer require ringcentral/psr7</pre></div>
</li>
<li>
<p dir="auto">Feature: Add new <code class="notranslate">Uri</code> class for new PSR-7 implementation.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2205982856" data-permission-text="Title is private" data-url="https://github.com/reactphp/http/issues/521" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/http/pull/521/hovercard" href="https://github.com/reactphp/http/pull/521">#521</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
</li>
<li>
<p dir="auto">Feature: Validate outgoing HTTP message headers and reject invalid messages.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2210441834" data-permission-text="Title is private" data-url="https://github.com/reactphp/http/issues/523" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/http/pull/523/hovercard" href="https://github.com/reactphp/http/pull/523">#523</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
</li>
<li>
<p dir="auto">Feature: Full PHP 8.3 compatibility.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2000521784" data-permission-text="Title is private" data-url="https://github.com/reactphp/http/issues/508" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/http/pull/508/hovercard" href="https://github.com/reactphp/http/pull/508">#508</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
</li>
<li>
<p dir="auto">Fix: Fix HTTP client to omit <code class="notranslate">Transfer-Encoding: chunked</code> when streaming empty request body.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2149190963" data-permission-text="Title is private" data-url="https://github.com/reactphp/http/issues/516" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/http/pull/516/hovercard" href="https://github.com/reactphp/http/pull/516">#516</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
</li>
<li>
<p dir="auto">Fix: Ensure connection close handler is cleaned up for each request.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2142695237" data-permission-text="Title is private" data-url="https://github.com/reactphp/http/issues/515" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/http/pull/515/hovercard" href="https://github.com/reactphp/http/pull/515">#515</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/WyriHaximus/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/WyriHaximus">@WyriHaximus</a>)</p>
</li>
<li>
<p dir="auto">Update test suite and avoid unhandled promise rejections.<br>
(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1793308354" data-permission-text="Title is private" data-url="https://github.com/reactphp/http/issues/501" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/http/pull/501/hovercard" href="https://github.com/reactphp/http/pull/501">#501</a> and <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1793347406" data-permission-text="Title is private" data-url="https://github.com/reactphp/http/issues/502" data-hovercard-type="pull_request" data-hovercard-url="/reactphp/http/pull/502/hovercard" href="https://github.com/reactphp/http/pull/502">#502</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clue">@clue</a>)</p>
</li>
</ul>]]></summary>
<updated>2024-03-27T17:22:24+00:00</updated>
<link rel="alternate" type="text/html" href="https://github.com/reactphp/http/releases/tag/v1.10.0"/>
<id>https://github.com/reactphp/http/releases/tag/v1.10.0</id>
<author>
<name>SimonFrings</name>
<uri>https://github.com/SimonFrings</uri>
</author>
</entry>
</feed>