|
1 | 1 | CHANGELOG
|
2 | 2 | =========
|
3 | 3 |
|
4 |
| -# 2.3.1 (2023-07-26) |
| 4 | +6.4 |
| 5 | +--- |
5 | 6 |
|
6 |
| -* Don't rely on `Request::getPayload()` to populate the parsed body |
| 7 | + * Import the bridge into the Symfony monorepo and synchronize releases |
7 | 8 |
|
8 |
| -# 2.3.0 (2023-07-25) |
| 9 | +2.3.1 |
| 10 | +----- |
9 | 11 |
|
10 |
| -* Leverage `Request::getPayload()` to populate the parsed body of PSR-7 requests |
11 |
| -* Implement `ValueResolverInterface` introduced with Symfony 6.2 |
| 12 | + * Don't rely on `Request::getPayload()` to populate the parsed body |
12 | 13 |
|
13 |
| -# 2.2.0 (2023-04-21) |
| 14 | +2.3.0 |
| 15 | +----- |
14 | 16 |
|
15 |
| -* Drop support for Symfony 4 |
16 |
| -* Bump minimum version of PHP to 7.2 |
17 |
| -* Support version 2 of the psr/http-message contracts |
| 17 | + * Leverage `Request::getPayload()` to populate the parsed body of PSR-7 requests |
| 18 | + * Implement `ValueResolverInterface` introduced with Symfony 6.2 |
18 | 19 |
|
19 |
| -# 2.1.3 (2022-09-05) |
| 20 | +2.2.0 |
| 21 | +----- |
20 | 22 |
|
21 |
| -* Ignore invalid HTTP headers when creating PSR7 objects |
22 |
| -* Fix for wrong type passed to `moveTo()` |
| 23 | + * Drop support for Symfony 4 |
| 24 | + * Bump minimum version of PHP to 7.2 |
| 25 | + * Support version 2 of the psr/http-message contracts |
23 | 26 |
|
24 |
| -# 2.1.2 (2021-11-05) |
| 27 | +2.1.3 |
| 28 | +----- |
25 | 29 |
|
26 |
| -* Allow Symfony 6 |
| 30 | + * Ignore invalid HTTP headers when creating PSR7 objects |
| 31 | + * Fix for wrong type passed to `moveTo()` |
27 | 32 |
|
28 |
| -# 2.1.0 (2021-02-17) |
| 33 | +2.1.2 |
| 34 | +----- |
29 | 35 |
|
30 |
| - * Added a `PsrResponseListener` to automatically convert PSR-7 responses returned by controllers |
31 |
| - * Added a `PsrServerRequestResolver` that allows injecting PSR-7 request objects into controllers |
| 36 | + * Allow Symfony 6 |
32 | 37 |
|
33 |
| -# 2.0.2 (2020-09-29) |
| 38 | +2.1.0 |
| 39 | +----- |
34 | 40 |
|
35 |
| - * Fix populating server params from URI in HttpFoundationFactory |
36 |
| - * Create cookies as raw in HttpFoundationFactory |
37 |
| - * Fix BinaryFileResponse with Content-Range PsrHttpFactory |
| 41 | + * Added a `PsrResponseListener` to automatically convert PSR-7 responses returned by controllers |
| 42 | + * Added a `PsrServerRequestResolver` that allows injecting PSR-7 request objects into controllers |
38 | 43 |
|
39 |
| -# 2.0.1 (2020-06-25) |
| 44 | +2.0.2 |
| 45 | +----- |
40 | 46 |
|
41 |
| - * Don't normalize query string in PsrHttpFactory |
42 |
| - * Fix conversion for HTTPS requests |
43 |
| - * Fix populating default port and headers in HttpFoundationFactory |
| 47 | + * Fix populating server params from URI in HttpFoundationFactory |
| 48 | + * Create cookies as raw in HttpFoundationFactory |
| 49 | + * Fix BinaryFileResponse with Content-Range PsrHttpFactory |
44 | 50 |
|
45 |
| -# 2.0.0 (2020-01-02) |
| 51 | +2.0.1 |
| 52 | +----- |
46 | 53 |
|
47 |
| - * Remove DiactorosFactory |
| 54 | + * Don't normalize query string in PsrHttpFactory |
| 55 | + * Fix conversion for HTTPS requests |
| 56 | + * Fix populating default port and headers in HttpFoundationFactory |
48 | 57 |
|
49 |
| -# 1.3.0 (2019-11-25) |
| 58 | +2.0.0 |
| 59 | +----- |
50 | 60 |
|
51 |
| - * Added support for streamed requests |
52 |
| - * Added support for Symfony 5.0+ |
53 |
| - * Fixed bridging UploadedFile objects |
54 |
| - * Bumped minimum version of Symfony to 4.4 |
| 61 | + * Remove DiactorosFactory |
55 | 62 |
|
56 |
| -# 1.2.0 (2019-03-11) |
| 63 | +1.3.0 |
| 64 | +----- |
57 | 65 |
|
58 |
| - * Added new documentation links |
59 |
| - * Bumped minimum version of PHP to 7.1 |
60 |
| - * Added support for streamed responses |
| 66 | + * Added support for streamed requests |
| 67 | + * Added support for Symfony 5.0+ |
| 68 | + * Fixed bridging UploadedFile objects |
| 69 | + * Bumped minimum version of Symfony to 4.4 |
61 | 70 |
|
62 |
| -# 1.1.2 (2019-04-03) |
| 71 | +1.2.0 |
| 72 | +----- |
63 | 73 |
|
64 |
| - * Fixed createResponse |
| 74 | + * Added new documentation links |
| 75 | + * Bumped minimum version of PHP to 7.1 |
| 76 | + * Added support for streamed responses |
65 | 77 |
|
66 |
| -# 1.1.1 (2019-03-11) |
| 78 | +1.1.2 |
| 79 | +----- |
67 | 80 |
|
68 |
| - * Deprecated DiactorosFactory, use PsrHttpFactory instead |
69 |
| - * Removed triggering of deprecation |
| 81 | + * Fixed createResponse |
70 | 82 |
|
71 |
| -# 1.1.0 (2018-08-30) |
| 83 | +1.1.1 |
| 84 | +----- |
72 | 85 |
|
73 |
| - * Added support for creating PSR-7 messages using PSR-17 factories |
| 86 | + * Deprecated DiactorosFactory, use PsrHttpFactory instead |
| 87 | + * Removed triggering of deprecation |
74 | 88 |
|
75 |
| -# 1.0.2 (2017-12-19) |
| 89 | +1.1.0 |
| 90 | +----- |
76 | 91 |
|
77 |
| - * Fixed request target in PSR7 Request (mtibben) |
| 92 | + * Added support for creating PSR-7 messages using PSR-17 factories |
78 | 93 |
|
79 |
| -# 1.0.1 (2017-12-04) |
| 94 | +1.0.2 |
| 95 | +----- |
80 | 96 |
|
81 |
| - * Added support for Symfony 4 (dunglas) |
| 97 | + * Fixed request target in PSR7 Request (mtibben) |
82 | 98 |
|
83 |
| -# 1.0.0 (2016-09-14) |
| 99 | +1.0.1 |
| 100 | +----- |
84 | 101 |
|
85 |
| - * Initial release |
| 102 | + * Added support for Symfony 4 (dunglas) |
| 103 | + |
| 104 | +1.0.0 |
| 105 | +----- |
| 106 | + |
| 107 | + * Initial release |
0 commit comments