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
+114-2Lines changed: 114 additions & 2 deletions
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.1.6 - TBD
5
+
## 2.3.0 - TBD
6
6
7
7
### Added
8
8
@@ -24,6 +24,94 @@ All notable changes to this project will be documented in this file, in reverse
24
24
25
25
- Nothing.
26
26
27
+
## 2.2.2 - 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.2.1 - 2019-11-13
50
+
51
+
### Added
52
+
53
+
- Nothing.
54
+
55
+
### Changed
56
+
57
+
-[#379](https://github.com/zendframework/zend-diactoros/pull/379) removes extension of `SplFileInfo` by the `UploadedFile` class. The signatures of `getSize()` are potentially incompatible, and `UploadedFile` is intended to work with arbitrary PHP and PSR-7 streams, whereas `SplFileInfo` can only model files on the filesystem. While this is technically a BC break, we are treating it as a bugfix, as the class was broken for many use cases.
58
+
59
+
### Deprecated
60
+
61
+
- Nothing.
62
+
63
+
### Removed
64
+
65
+
- Nothing.
66
+
67
+
### Fixed
68
+
69
+
- Nothing.
70
+
71
+
## 2.2.0 - 2019-11-12
72
+
73
+
### Added
74
+
75
+
-[#376](https://github.com/zendframework/zend-diactoros/pull/376) adds support for using the X-Forwarded-Host header for determining the originally requested host name when marshaling the server request.
76
+
77
+
### Changed
78
+
79
+
-[#378](https://github.com/zendframework/zend-diactoros/pull/378) updates the `UploadedFile` class to extend `SplFileInfo`, allowing developers to make use of those features in their applications.
80
+
81
+
### Deprecated
82
+
83
+
- Nothing.
84
+
85
+
### Removed
86
+
87
+
- Nothing.
88
+
89
+
### Fixed
90
+
91
+
- Nothing.
92
+
93
+
## 2.2.0 - 2019-11-08
94
+
95
+
### Added
96
+
97
+
-[#377](https://github.com/zendframework/zend-diactoros/issues/377) enables UploadedFile to stand in and be used as an SplFileInfo object.
98
+
99
+
### Changed
100
+
101
+
- Nothing.
102
+
103
+
### Deprecated
104
+
105
+
- Nothing.
106
+
107
+
### Removed
108
+
109
+
- Nothing.
110
+
111
+
### Fixed
112
+
113
+
- Nothing.
114
+
27
115
## 2.1.5 - 2019-10-10
28
116
29
117
### Added
@@ -304,6 +392,30 @@ All notable changes to this project will be documented in this file, in reverse
304
392
305
393
- Nothing.
306
394
395
+
## 1.8.7 - 2019-08-06
396
+
397
+
### Added
398
+
399
+
- Nothing.
400
+
401
+
### Changed
402
+
403
+
- Nothing.
404
+
405
+
### Deprecated
406
+
407
+
- Nothing.
408
+
409
+
### Removed
410
+
411
+
- Nothing.
412
+
413
+
### Fixed
414
+
415
+
-[#364](https://github.com/zendframework/zend-diactoros/issues/364) modifies detection of HTTPS schemas via the `$_SERVER['HTTPS']` value
416
+
such that an empty HTTPS-key will result in a scheme of `http` and not
417
+
`https`.
418
+
307
419
## 1.8.6 - 2018-09-05
308
420
309
421
### Added
@@ -619,7 +731,7 @@ All notable changes to this project will be documented in this file, in reverse
0 commit comments