Ring 1.6.0 released

64 views
Skip to first unread message

James Reeves

unread,
May 2, 2017, 12:54:46 PM5/2/17
to Ring
Ring 1.6.0 has been released. It's been ten months since the first beta release and almost eight weeks since the first release candidate.

https://github.com/ring-clojure/ring

The most significant addition to this release has been asynchronous handlers. This allows handlers to be defined with three arguments, and provide the ability to pause the handler while waiting for I/O, without blocking a thread.

The response body has also been changed to use a protocol rather than a static list of allowed types. This allows you to access the response output stream directly and write your own output methods for custom types and records.

Other bug fixes and additional functionality is covered in the project's changelog.

- James
Reply all
Reply to author
Forward
0 new messages