Mark McGranaghan is announcing that Ring with version number 1.3.2 / 1.4.0-RC2 is already available to download.
What is Ring ?
Ring is A complex Web library for Clojure, a toolkit for controlling the flow of HTTP operations inside a Clojure server-side application .
Ring is to Clojure as Rack is to Ruby and WSGI is to Python.It breaks down HTTP requests/responses and gives the control over back to developers.This way they can build apps that have custom behavior for various network-based events, binding actions and triggers to various HTTP states, requests, and responses.Ring can even be used to construct Java or Jetty servlets.
This is changelog for Ring version 1.3.2 / 1.4.0-RC2 :
- Ensure Jetty adapter threadpool is cleaned when server fails to start
- Fixed NPE in resource-response for directory resources in jar files
- Stopped ring.util.servlet/make-service being called every request
- Made wrap-nested-params safe to use with already nested params
You can read the complete changelog and also download this latest version on their homepage: ring-clojure.github.io