Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit be067c4

Browse files
committed
Merge branch 'releases/1.0.1'
1.0.1 readiness.
2 parents a804580 + 7e295a7 commit be067c4

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,41 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 1.0.0 - TBD
5+
## 1.0.1 - 2015-05-26
6+
7+
### Added
8+
9+
- [#10](https://github.com/zendframework/zend-diactoros/pull/10) adds
10+
`Zend\Diactoros\RelativeStream`, which will return stream contents relative to
11+
a given offset (i.e., a subset of the stream). `AbstractSerializer` was
12+
updated to create a `RelativeStream` when creating the body of a message,
13+
which will prevent duplication of the stream in-memory.
14+
- [#21](https://github.com/zendframework/zend-diactoros/pull/21) adds a
15+
`.gitattributes` file that excludes directories and files not needed for
16+
production; this will further minify the package for production use cases.
17+
18+
### Deprecated
19+
20+
- Nothing.
21+
22+
### Removed
23+
24+
- Nothing.
25+
26+
### Fixed
27+
28+
- [#9](https://github.com/zendframework/zend-diactoros/pull/9) ensures that
29+
attributes are initialized to an empty array, ensuring that attempts to
30+
retrieve single attributes when none are defined will not produce errors.
31+
- [#14](https://github.com/zendframework/zend-diactoros/pull/14) updates
32+
`Zend\Diactoros\Request` to use a `php://temp` stream by default instead of
33+
`php://memory`, to ensure requests do not create an out-of-memory condition.
34+
- [#15](https://github.com/zendframework/zend-diactoros/pull/15) updates
35+
`Zend\Diactoros\Stream` to ensure that write operations trigger an exception
36+
if the stream is not writeable. Additionally, it adds more robust logic for
37+
determining if a stream is writeable.
38+
39+
## 1.0.0 - 2015-05-21
640

741
First stable release, and first release as `zend-diactoros`.
842

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Develop:
88
[![Build status][Develop image]][Develop]
99
[![Coverage Status][Develop coverage image]][Develop coverage]
1010

11-
> Diactoros: an epithet for Hermes, meaning literally, "the messenger".
11+
> Diactoros: an epithet for Hermes, meaning literally, "the messenger."
1212
1313
This package supercedes and replaces [phly/http](https://github.com/phly/http).
1414

0 commit comments

Comments
 (0)