You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+95-3
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
-
## 2.2.2
5
+
## 2.2.0 - TBD
6
6
7
7
### Added
8
8
@@ -22,7 +22,99 @@ All notable changes to this project will be documented in this file, in reverse
22
22
23
23
### Fixed
24
24
25
-
-[#361](https://github.com/zendframework/zend-diactoros/pull/361) adds `CsvResponse` to the list of available Response classes. It supports sending CSV content with a `plain/csv` content-type response header, either as plain text or as a downloadable file. Adds `DownloadResponseTrait` which provides functionality for sending a response as a downloadable file.
25
+
- Nothing.
26
+
27
+
## 2.1.6 - TBD
28
+
29
+
### Added
30
+
31
+
- Nothing.
32
+
33
+
### Changed
34
+
35
+
- Nothing.
36
+
37
+
### Deprecated
38
+
39
+
- Nothing.
40
+
41
+
### Removed
42
+
43
+
- Nothing.
44
+
45
+
### Fixed
46
+
47
+
- Nothing.
48
+
49
+
## 2.1.5 - 2019-10-10
50
+
51
+
### Added
52
+
53
+
- Nothing.
54
+
55
+
### Changed
56
+
57
+
- Nothing.
58
+
59
+
### Deprecated
60
+
61
+
- Nothing.
62
+
63
+
### Removed
64
+
65
+
- Nothing.
66
+
67
+
### Fixed
68
+
69
+
-[#372](https://github.com/zendframework/zend-diactoros/pull/372) fixes issues that occur in the `Zend\Diactoros\Uri` class when invalid UTF-8 characters are present the user-info, path, or query string, ensuring they are URL-encoded before being consumed. Previously, such characters could result in a fatal error, which was particularly problematic when marshaling the request URI for an application request cycle.
70
+
71
+
## 2.1.4 - 2019-10-08
72
+
73
+
### Added
74
+
75
+
- Nothing.
76
+
77
+
### Changed
78
+
79
+
- Nothing.
80
+
81
+
### Deprecated
82
+
83
+
- Nothing.
84
+
85
+
### Removed
86
+
87
+
- Nothing.
88
+
89
+
### Fixed
90
+
91
+
-[#370](https://github.com/zendframework/zend-diactoros/pull/370) updates `Zend\Diactoros\marshalHeadersFromSapi()` to ensure all underscores in header name keys are converted to dashes (fixing issues with header names such as `CONTENT_SECURITY_POLICY`, which would previously resolve improperly to `content-security_policy`).
92
+
93
+
-[#370](https://github.com/zendframework/zend-diactoros/pull/370) updates `Zend\Diactoros\marshalHeadersFromSapi()` to ignore header names from the `$server` array that resolve to integers; previously, it would raise a fatal error.
94
+
95
+
## 2.1.3 - 2019-07-10
96
+
97
+
### Added
98
+
99
+
- Nothing.
100
+
101
+
### Changed
102
+
103
+
- Nothing.
104
+
105
+
### Deprecated
106
+
107
+
- Nothing.
108
+
109
+
### Removed
110
+
111
+
- Nothing.
112
+
113
+
### Fixed
114
+
115
+
-[#363](https://github.com/zendframework/zend-diactoros/issues/363) modifies detection of HTTPS schemas via the `$_SERVER['HTTPS']` value
116
+
such that an empty HTTPS-key will result in a scheme of `http` and not
117
+
`https`.
26
118
27
119
## 2.1.2 - 2019-04-29
28
120
@@ -1516,4 +1608,4 @@ First stable release, and first release as `zend-diactoros`.
0 commit comments