Skip to content

Commit

Permalink
Updated support files for beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlowrey committed Sep 17, 2014
1 parent 02da853 commit 3246a5e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
non-blocking filesystem IO support.
- `FormBody::addFileField()` has been renamed to `FormBody::addFile()`. Please update code
references as needed.
- Non-blocking file system entity body streaming temporarily removed due to php-uv segfaults
- Added tests
- Composer file no longer requires manual updating for CA certs

#### v1.0.0-alpha

Expand Down
28 changes: 17 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
### Release Roadmap

**IMPORTANT:** Artax is still unstable! The API is frozen but things may be broken due to the
current lack of testing. The lib is getting close to a v1.0.0 release candidate but it is not
there yet. Use at your own risk! The current release roadmap is as follows:

- v1.0.0-alpha (Aug. 29, 2014)

First usable tagged release with a stable, frozen API. Things still missing:
- v1.0.0 (Oct. 10, 2014 - tentative, depending on RC period length)

* Significant testing gaps
* Non-blocking capabilities for filesystem IO
* Multipart FormBody usage with file fields is currently broken
- v1.0.0-rc1 (Sep. 24, 2014)

Unforeseen bugfixes only. The RC period should be short-lived. If a non-trivial number of bugs are
discovered during the RC phase there may be multiple individual RC tags.

- v1.0.0-beta (Sep. 12, 2014)
- v1.0.0-beta (Sep. 17, 2014)

Significant testing additions, complete non-blocking filesystem capability
* bagder cert package no longer needed in composer.json
* Fixed several bugs (see CHANGELOG)
* Temporarily removed support for non-blocking file system entity streaming via php-uv
due to unresolved segfaults in the extension.

- v1.0.0-rc1 (Sep. 26, 2014)
- v1.0.0-alpha (Aug. 29, 2014)

Unforeseen bugfixes only. The RC period should be short-lived. If a non-trivial number of bugs are
discovered during the RC phase there may be multiple individual RC tags.
First usable tagged release with a stable, frozen API. Things still missing:

- v1.0.0 (Oct. 10, 2014 - tentative, depending on RC period length)
* Significant testing gaps
* Non-blocking capabilities for filesystem IO
* Multipart FormBody usage with file fields is currently broken


----------------------------------------------------------------------
Expand Down

0 comments on commit 3246a5e

Please sign in to comment.