Version 0.9.19

Released on 2015-07-31.

This is the last of the pre 1.0 releases. We are now landing for 1.0, with the next release being 1.0.0-RC1 in the next few weeks.

A big breaking change in this release, is the removal of the ExecControl interface. This interface provided the blocking and promise methods. Instead, it has been replaced by static methods on the Promise type and the new Blocking class. This simplifies usage by not requiring access to something that implements ExecControl.

The promise creation API has also changed slightly, with the removal of the Fufiller type in favour of Upstream.

The reading of the request body is also now asynchronous. The request.getBody() now returns a promise for the body instead of the body itself. This allows the body to be read lazily instead of eagerly, preventing the body being read into memory if it is never going to be used. Relatedly, the Context.parse() methods also now return promises.

Thanks to the contributors for this release.

We hope you are looking forward to the imminent release of Ratpack 1.0.0.

--

Team Ratpack.

Pull Requests (7)

Resolved Issues (8)