File: changelog

package info (click to toggle)
php-guzzlehttp-psr7 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,224 kB
  • sloc: php: 9,586; xml: 155; makefile: 36
file content (431 lines) | stat: -rw-r--r-- 12,017 bytes parent folder | download
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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
php-guzzlehttp-psr7 (2.7.1-1) unstable; urgency=medium

  [ Graham Campbell ]
  * Release 2.7.1

  [ divinity76 ]
  * [2.7] Improve uploaded file error message (#621)

  [ Emmanuel Deloget ]
  * Support uppercase IPv6 addresses in URI (#620)

  [ David Prévot ]
  * Update Standards-Version to 4.7.2

 -- David Prévot <taffit@debian.org>  Mon, 31 Mar 2025 12:19:42 +0200

php-guzzlehttp-psr7 (2.7.0-3) unstable; urgency=medium

  * Modernize PHPUnit syntax
  * Revert "Force system dependencies loading"
  * Simplify build

 -- David Prévot <taffit@debian.org>  Tue, 18 Feb 2025 08:27:59 +0100

php-guzzlehttp-psr7 (2.7.0-2) unstable; urgency=medium

  * Handle exit code in debci
  * Force PHPUnit 11 for autopkgtest

 -- David Prévot <taffit@debian.org>  Sun, 12 Jan 2025 18:05:03 +0100

php-guzzlehttp-psr7 (2.7.0-1) unstable; urgency=medium

  [ Graham Campbell ]
  * Fixes for PHP 8.4 deprecation (#600)
  * [2.7] Add `Utils::redactUserInfo()` method (#613)
  * Add ability to encode bools and ints (#614)
  * Release 2.7.0 (#615)

  [ Mickaël ]
  * Make `StreamWrapper::stream_stat()` returns `false` if inner stream's size
    is `null` (#594)

  [ David Prévot ]
  * Update Standards-Version to 4.7.0
  * Make provider functions static (PHPUnit 11 Fix) (Closes: #1070552)

 -- David Prévot <taffit@debian.org>  Sun, 21 Jul 2024 11:06:10 +0900

php-guzzlehttp-psr7 (2.6.2-3) unstable; urgency=medium

  * Allow stderr for debci

 -- David Prévot <taffit@debian.org>  Sun, 10 Mar 2024 10:09:05 +0100

php-guzzlehttp-psr7 (2.6.2-2) unstable; urgency=medium

  * Force system dependencies loading

 -- David Prévot <taffit@debian.org>  Wed, 06 Mar 2024 16:53:37 +0100

php-guzzlehttp-psr7 (2.6.2-1) unstable; urgency=medium

  [ Graham Campbell ]
  * Release 2.6.2 (#585)

 -- David Prévot <taffit@debian.org>  Mon, 04 Dec 2023 07:45:22 +0100

php-guzzlehttp-psr7 (2.6.1-1) unstable; urgency=medium

  [ Graham Campbell ]
  * Fix issue where PHP transforms numeric strings in array keys to ints (#578)
  * Release 2.6.1 (#579)

 -- David Prévot <taffit@debian.org>  Sun, 03 Sep 2023 03:29:18 +0530

php-guzzlehttp-psr7 (2.6.0-1) unstable; urgency=medium

  * Upload to unstable now that Bookworm has been released

  [ Graham Campbell ]
  * Corrected mime type for `.acc` files to `audio/aac` (#573)
  * Update mime type map (#574)
  * Fallback to `application/octet-stream` if we are unable to guess the
    content type for a multipart file upload (#568)
  * Release 2.6.0

  [ Santiago Vila ]
  * Kill php process after running unit tests (Closes: #1029499)

  [ David Prévot ]
  * Mark package as Multi-Arch: foreign
  * Revert: Adapt version constraint to dh_phpcomposer expectations
  * Compatibility with recent PHPUnit (10)

 -- David Prévot <taffit@debian.org>  Sun, 06 Aug 2023 10:52:37 +0200

php-guzzlehttp-psr7 (2.5.0-1) experimental; urgency=medium

  * Upload new minor to experimental during the freeze

  [ Graham Campbell ]
  * Release 2.5.0 (#558), fixing improper input validation [CVE-2023-29197]
    Closes: #1034581

  [ Roy ]
  * Prevent possible warnings on unset variables (#542)

  [ Tim Düsterhus ]
  * Require `psr/http-message: ^1.1` (#551)
  * Allow `psr/http-message: 2.0` (#555)

  [ XilefNori ]
  * Fix `Message::bodySummary` when `preg_match` fails (#554)

  [ David Prévot ]
  * Drop debian/pkg-php-tools-autoloaders entries
  * Adapt version constraint to dh_phpcomposer expectations

 -- David Prévot <taffit@debian.org>  Tue, 18 Apr 2023 07:01:19 +0200

php-guzzlehttp-psr7 (2.4.4-1) unstable; urgency=medium

  [ Tim Düsterhus ]
  * Remove the need for `AllowDynamicProperties` in LazyOpenStream (#547)

  [ Graham Campbell ]
  * Release 2.4.4 (#550)

  [ David Prévot ]
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <taffit@debian.org>  Fri, 10 Mar 2023 15:33:52 +0100

php-guzzlehttp-psr7 (2.4.3-1) unstable; urgency=medium

  [ Tim Düsterhus ]
  * Replace `sha1(uniqid())` by `bin2hex(random_bytes(20))` (#538)

  [ onyn ]
  * Fix erroneous behaviour when combining host and relative path (#532)

  [ Graham Campbell ]
  * Release 2.4.3 (#539)

 -- David Prévot <taffit@debian.org>  Sat, 29 Oct 2022 11:19:43 +0200

php-guzzlehttp-psr7 (2.4.1-1) unstable; urgency=medium

  [ Graham Campbell ]
  * Rewind body before reading in `Message::bodySummary` (#525)
  * Release 2.4.1 (#529)

 -- David Prévot <taffit@debian.org>  Tue, 30 Aug 2022 15:18:22 +0200

php-guzzlehttp-psr7 (2.4.0-2) unstable; urgency=medium

  * Upload to unstable now that every package allows it
  * Fix applied patch
  * debian/tests/control:
    + Start server at the beginning
    + Drop useless dependency

 -- David Prévot <taffit@debian.org>  Sun, 10 Jul 2022 13:22:39 +0200

php-guzzlehttp-psr7 (2.4.0-1) experimental; urgency=medium

  [ Tim Düsterhus ]
  * Fix deprecation warnings in PHP 8.2 (#519)

  [ Graham Campbell ]
  * Release 2.4.0 (#521)

  [ David Prévot ]
  * Run one more test

 -- David Prévot <taffit@debian.org>  Wed, 22 Jun 2022 14:47:09 +0200

php-guzzlehttp-psr7 (2.3.0-1) experimental; urgency=medium

  [ Graham Campbell ]
  * Release 2.3.0

  [ David Prévot ]
  * Update Standards-Version to 4.6.1

 -- David Prévot <taffit@debian.org>  Fri, 17 Jun 2022 13:22:48 +0200

php-guzzlehttp-psr7 (2.2.1-1) experimental; urgency=medium

  [ Graham Campbell ]
  * Release 2.2.1 (#493) fixing improper header parsing [CVE-2022-24775]
    (Closes: #1008236)

 -- David Prévot <dprevot@evolix.fr>  Fri, 25 Mar 2022 09:43:25 +0100

php-guzzlehttp-psr7 (2.1.0-1) experimental; urgency=medium

  [ Graham Campbell ]
  * Support PHP 8.1 (#435)
  * Release 2.1.0 (#450)

  [ David Prévot ]
  * Update copyright
  * Update standards version to 4.6.0, no changes needed.

 -- David Prévot <taffit@debian.org>  Mon, 11 Oct 2021 21:56:01 -0400

php-guzzlehttp-psr7 (2.0.0-1) experimental; urgency=medium

  [ Graham Campbell ]
  * Release 2.0.0 (#425)

 -- David Prévot <taffit@debian.org>  Mon, 05 Jul 2021 09:27:10 +0200

php-guzzlehttp-psr7 (2.0.0~rc1-1) experimental; urgency=medium

  [ bscheshirwork ]
  * Avoid no-url index in stream_get_meta_data (#413)

  [ Graham Campbell ]
  * Release 2.0.0-RC1

 -- David Prévot <taffit@debian.org>  Fri, 14 May 2021 20:15:48 -0400

php-guzzlehttp-psr7 (2.0.0~beta1-1) experimental; urgency=medium

  [ Mark Sagi-Kazar ]
  * Upgrade PHPUnit

  [ Nyholm ]
  * Add support for PSR-17 HTTP factories

  [ Graham Campbell ]
  * Use http-interop/http-factory-tests ^0.7

  [ Tobias Nyholm ]
  * Allow installations on PHP8 (#399)
  * Added changelog for 2.0 beta (#392)

  [ David Prévot ]
  * New php-psr-http-factory (build-)dependency
  * New php-http-interop-http-factory-tests build-dependency

 -- David Prévot <taffit@debian.org>  Tue, 30 Mar 2021 09:39:00 -0400

php-guzzlehttp-psr7 (1.8.1-1) experimental; urgency=medium

  * Upload to experimental during the freeze

  [ Tobias Nyholm ]
  * Prepare 1.8.1 (#404)

  [ David Prévot ]
  * Simplify gbp import-orig
  * Generate phpabtpl at build time
  * Use dh-sequence-phpcomposer instead of pkg-php-tools

 -- David Prévot <taffit@debian.org>  Tue, 30 Mar 2021 08:24:27 -0400

php-guzzlehttp-psr7 (1.7.0-1) unstable; urgency=medium

  * Revert "Bundle php-getallheaders being processed in NEW"

 -- David Prévot <taffit@debian.org>  Mon, 25 Jan 2021 22:21:04 -0400

php-guzzlehttp-psr7 (1.7.0-1~deb11u2) unstable; urgency=medium

  * Fix test for recent versions of PHP (Closes: #980664)

 -- David Prévot <taffit@debian.org>  Wed, 20 Jan 2021 18:41:37 -0400

php-guzzlehttp-psr7 (1.7.0-1~deb11u1) unstable; urgency=medium

  * Upload to unstable without php-getallheaders dependency
  * Bundle php-getallheaders being processed in NEW

 -- David Prévot <taffit@debian.org>  Thu, 14 Jan 2021 09:39:54 -0400

php-guzzlehttp-psr7 (1.7.0-1~exp1) experimental; urgency=medium

  * Upload to experimental since php-getallheaders is not yet available

  [ Sam Reed ]
  * Allow ralouphie/getallheaders ^3.0.0

  [ Tobias Nyholm ]
  * Prepare for 1.7.0 release (#353)

  [ David Prévot ]
  * Document gbp import-ref usage
  * Restore autoload silently removed in previous NMU (Closes: #949693)
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields:
    Bug-Database, Repository, Repository-Browse, Bug-Submit.
  * Update Vcs-* headers to use salsa repository.
  * Remove unnecessary get-orig-source-target.
  * Drop versioned dependency satisfied in (old)stable
  * Install /u/s/p/a/php-guzzlehttp-psr7
  * Update watch file format version to 4.
  * Set Rules-Requires-Root: no.
  * Update Standards-Version to 4.5.1
  * Update copyright
  * Restore test suite at build time
  * Add php-getallheaders (build-)dependency

 -- David Prévot <taffit@debian.org>  Fri, 08 Jan 2021 14:35:01 -0400

php-guzzlehttp-psr7 (1.4.2-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream version.
    + Drop all patches and tests as upstream removed them.

 -- Dominik George <natureshadow@debian.org>  Sun, 02 Dec 2018 18:42:00 +0100

php-guzzlehttp-psr7 (1.3.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix tests for PHPUnit newer than 6.4-somewhat. (Closes: #882943)

 -- Dominik George <natureshadow@debian.org>  Sat, 27 Oct 2018 20:45:27 +0200

php-guzzlehttp-psr7 (1.3.1-1) unstable; urgency=medium

  [ Tobias Schultze ]
  * 1.3.1 release

  [ Barry vd. Heuvel ]
  * Remove message about partial implementation

 -- David Prévot <taffit@debian.org>  Wed, 27 Jul 2016 02:00:46 -0400

php-guzzlehttp-psr7 (1.3.0-1) unstable; urgency=medium

  [ Ivan Kerin ]
  * Add uploaded file and tests
  * Add ServerRequest and tests

  [ Michael Dowling ]
  * 1.3.0 release

  [ David Prévot ]
  * Update Standards-Version to 3.9.8

 -- David Prévot <taffit@debian.org>  Fri, 15 Apr 2016 21:35:01 -0400

php-guzzlehttp-psr7 (1.2.3-2) unstable; urgency=medium

  * Rebuild with recent pkg-php-tools for the PHP 7.0 transition

 -- David Prévot <taffit@debian.org>  Sun, 20 Mar 2016 17:08:08 -0400

php-guzzlehttp-psr7 (1.2.3-1) unstable; urgency=medium

  [ zumba ]
  * Handle gzip format with a FNAME header

  [ Andy ]
  * Ensure all requested bytes are read when using seek on caching stream

  [ Jonathan Eskew ]
  * 1.2.3 release

  [ David Prévot ]
  * Update Standards-Version to 3.9.7

 -- David Prévot <taffit@debian.org>  Sat, 20 Feb 2016 14:35:47 -0400

php-guzzlehttp-psr7 (1.2.2-1) unstable; urgency=medium

  [ Brent Shaffer ]
  * proper handling of hier-part with no-authority

  [ Colin O'Dell ]
  * Add HTTP 451 Unavailable For Legal Reasons

  [ Régis Belson ]
  * Accept "0" as a valid filename for multipart form file uploads

  [ Fabien Potencier ]
  * added missing port to the Host when not-standard

  [ Jonathan Eskew ]
  * 1.2.2 release

 -- David Prévot <taffit@debian.org>  Tue, 26 Jan 2016 12:30:27 -0400

php-guzzlehttp-psr7 (1.2.1-1) unstable; urgency=medium

  [ Jonathan Eskew ]
  * Copy SEEK_END behavior from fseek
  * 1.2.1 release

 -- David Prévot <taffit@debian.org>  Tue, 03 Nov 2015 21:22:34 -0400

php-guzzlehttp-psr7 (1.2.0-1) unstable; urgency=medium

  [ Mark Trapp ]
  * Conditionally require functions.php

  [ Michael Dowling ]
  * Allow forward seeking in caching stream
  * Ensuring a Uri is returned
  * 1.2.0 release

  [ Nicolas Van Eenaeme ]
  * Support full URLs in requests, such as proxied requests

  [ Kevin Robatel ]
  * Strict check of $body

  [ Andreas Buchenrieder ]
  * Fixed Uri::resolve dropping user info from the base uri

 -- David Prévot <taffit@debian.org>  Fri, 28 Aug 2015 12:32:07 -0400

php-guzzlehttp-psr7 (1.1.0-1) unstable; urgency=medium

  [ Michael Dowling ]
  * 1.1.0 release

 -- David Prévot <taffit@debian.org>  Sun, 28 Jun 2015 09:59:19 -0400

php-guzzlehttp-psr7 (1.0.0-1) unstable; urgency=low

  * Initial release

 -- David Prévot <taffit@debian.org>  Thu, 28 May 2015 13:43:34 -0400